RE: Remote SQL Server Database Connection (examples please !)

2003-07-14 Thread Tim Johnson
Here's a script I use to notify users that there has been a change to their work order in our tracking system. It shows most things you might want to do with SQL via Perl. Note that this script assumes that you already have a DSN set up to connect to the DB using ODBC, and you may have to tweak

RE: Remote SQL Server Database Connection (examples please !)

2003-07-13 Thread Sterin, Ilya
Database Connection (examples please !) Hello: I am new in this list and have just a little experience with Perl. I want to connect to a remote SQL Server database and would like to receive an example of how to do this. I installed the iodbc (Drivers Manager) and then the DBD::ODBC, modules, i had to

Remote SQL Server Database Connection (examples please !)

2003-07-13 Thread Walter Lamagna
Hello: I am new in this list and have just a little experience with Perl. I want to connect to a remote SQL Server database and would like to receive an example of how to do this. I installed the iodbc (Drivers Manager) and then the DBD::ODBC, modules, i had to download the .rpms from libodbc bec