DBD::Informix Issues

2003-06-03 Thread George Karabotsos
Hey guys, I have the following issues with connecting to my DB using Perl. But first some background: I create my DB like: CREATE DATABASE george_db_upp IN maindbs WITH BUFFERED LOG; I use DBD::Informix version 1.00.PC2 Running IDS 9.3: Here's my script:

Re: DBD::Informix Issues

2003-06-03 Thread Jonathan Leffler
George Karabotsos wrote: Hey guys, I have the following issues with connecting to my DB using Perl. But first some background: I create my DB like: CREATE DATABASE george_db_upp IN maindbs WITH BUFFERED LOG; I use DBD::Informix version 1.00.PC2 Running IDS 9.3: Thanks for the nice simple

RE: DBD::Informix Issues

2003-06-03 Thread George Karabotsos
::Informix Issues George Karabotsos wrote: Hey guys, I have the following issues with connecting to my DB using Perl. But first some background: I create my DB like: CREATE DATABASE george_db_upp IN maindbs WITH BUFFERED LOG; I use DBD::Informix version 1.00.PC2 Running IDS 9.3: Thanks