Re: Failure of ODBC connection with Access

2002-09-02 Thread Liu Haifeng
Done already. Thanks a lot! Regards Haifeng - Original Message - From: Jeff Urlwin [EMAIL PROTECTED] To: John [EMAIL PROTECTED]; Jeff Urlwin [EMAIL PROTECTED]; Liu Haifeng [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, August 30, 2002 10:39 PM Subject: RE: Failure of ODBC

RE: Failure of ODBC connection with Access

2002-08-30 Thread Jeff Urlwin
broad level of support. I don't know everything :) Jeff - Original Message - From: Jeff Urlwin [EMAIL PROTECTED] To: Liu Haifeng [EMAIL PROTECTED]; Jeff Urlwin [EMAIL PROTECTED] Sent: Thursday, August 29, 2002 6:47 PM Subject: RE: Failure of ODBC connection with Access Hi Jeff

Re: Failure of ODBC connection with Access

2002-08-30 Thread John
Jeff Urlwin [EMAIL PROTECTED] wrote: 2. The perl I use is also Activeperl build 633. I have no idea why I cannot install dbd::odbc succesfully. I don't know. It might be a flag in the ppd file, but the ppd is generated by MakeMaker directly. It also says, in the ppd file, that the

Failure of ODBC connection with Access

2002-08-28 Thread Liu Haifeng
Hi, I am wondering how to successfully connect to Microsoft Access database using DBD::ODBC. Here is the snippet of my code: . my $dbdrive=DBI-install_driver('ODBC'); my $dbn=driver=Microsoft Access Driver (*.mdb);dbq=\\\genethon\\data drive\\www\\DB\\newgene.mdb; my

Re: Failure of ODBC connection with Access

2002-08-28 Thread Simon Oliver
my $dbn=driver=Microsoft Access Driver (*.mdb);dbq=\\\genethon\\data ^ need another backslash here! -- Simon Oliver

RE: Failure of ODBC connection with Access

2002-08-28 Thread Jeff Urlwin
Hi, I am wondering how to successfully connect to Microsoft Access database using DBD::ODBC. Here is the snippet of my code: Use perldoc DBD::ODBC and you will see an example of a DSN-less connection, which is what you are trying to do. Otherwise, setup a system DSN and use

Re: Failure of ODBC connection with Access

2002-08-28 Thread Liu Haifeng
: Failure of ODBC connection with Access Hi, I am wondering how to successfully connect to Microsoft Access database using DBD::ODBC. Here is the snippet of my code: Use perldoc DBD::ODBC and you will see an example of a DSN-less connection, which is what you are trying to do. Otherwise

RE: Failure of ODBC connection with Access

2002-08-28 Thread Jeff Urlwin
- Original Message - From: Jeff Urlwin [EMAIL PROTECTED] To: Liu Haifeng [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, August 28, 2002 8:32 PM Subject: RE: Failure of ODBC connection with Access Hi, I am wondering how to successfully connect to Microsoft Access

Re: Failure of ODBC connection with Access

2002-08-28 Thread Liu Haifeng
Urlwin [EMAIL PROTECTED] To: Liu Haifeng [EMAIL PROTECTED]; Jeff Urlwin [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, August 29, 2002 10:17 AM Subject: RE: Failure of ODBC connection with Access I have a few questions: What's the error message? What version of the Access ODBC driver

RE: Failure of ODBC connection with Access

2002-08-28 Thread Jeff Urlwin
'; #prints $dsn vs. print $dsn; #prints foo Jeff -Original Message- From: Liu Haifeng [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 10:34 PM To: Jeff Urlwin; [EMAIL PROTECTED] Subject: Re: Failure of ODBC connection with Access Answers to your questions