Enviroment variables and Win32::ODBC

2002-11-07 Thread Angel Iliev Kafazov
Hi, I am trying to write a scipt which generates a web page based on a information is ACCESS database. First, I need another script which hava to pass the information (user ID) to the one which will actually display the other page. I have to pass the infprmation only by clicking on a particula

препратка:failure notice

2002-11-09 Thread Angel Iliev Kafazov
Hi, I am trying to write a scipt which generates a web page based on a information is ACCESS database. First, I need another script which have to pass the information (user ID) to the one which will actually display the other page. I have to pass the infprmation only by clicking on a particula

accessing ACCESS database

2002-11-13 Thread Angel Iliev Kafazov
Hi, I am trying to write a script that copies an information from ACCESS but it gives me the following error: Can't call method "Sql" on an undefined value at franowner.pl.txt line 4. Here's the script: use Win32::ODBC; $DSN="db1"; $db = new Win32::ODBC("db1"); $db->Sql("SELECT owner_first_na

Re: accessing ACCESS database

2002-11-14 Thread Angel Iliev Kafazov
>finish; $db->disconnect || die "Cannot disconnect from database"; Douglas Gardiner <[EMAIL PROTECTED]>: > > - Original Message - > From: "Beau E. Cox" <[EMAIL PROTECTED]> > To: "Angel Iliev Kafazov" <[EMAIL PROTECTED]>

Re: accessing ACCESS database

2002-11-14 Thread Angel Iliev Kafazov
OK, It doesn't work again. It gives me the following error: Error: Win32::ODBC=HASH(0x1abf118)->ErrorDatabase results: first name and last name > > - Original Message - > From: "Angel Iliev Kafazov" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>