PDA

View Full Version : MS SQL Server Help


ObiwanJebroni
07-01-2002, 02:59 PM
Hi. How does one go about connecting to a server in PERL? And how does one send SQL commands to the SQL server and how does one write code to receive that information and store them in variables? Thanks in advance.

Feyd
07-01-2002, 09:42 PM
It will be much easier on you if you have the sql module available...

Take a look at this: (more detailed than I have the time to type in) http://www.perlscriptsjavascripts.com/tutorials/mysql/#overview

ObiwanJebroni
07-01-2002, 09:56 PM
Thanks Much