talanki has asked for the wisdom of the Perl Monks concerning the following question:
Please provide why it is not working on XP. I appreciate your help.my $db = new Win32::ODBC("dsn=A3T;UID=shenriks;PWD=changeme0"); $db->Sql("SELECT SIM_SERIAL_NBR FROM PHYS_EQP WHERE IMSI='310380007269 +591'"); $db->Sql($SqlStatement); $db->FetchRow(); $SIM = $db->Data("SIM_SERIAL_NBR");
Edit by castaway - added code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WIn32::ODBC - Can't call method "SqL" on an undefined value on XP machine
by jimbojones (Friar) on Apr 06, 2005 at 21:38 UTC | |
|
Re: WIn32::ODBC - Can't call method "SqL" on an undefined value on XP machine
by simon.proctor (Vicar) on Apr 06, 2005 at 23:11 UTC |