RE: ODBC - win2k

2002-04-22 Thread José Nyimi
If you wouldn't use control panel, you can use the complete path to your access db, like this: dbi:ODBC:driver=Microsoft Access Driver (*.mdb);dbq=\\serveur\shared\your_db_access_name.mdb José. "Hooten, Michael" <[EMAIL PROTECTED]> a écrit : Make sure you add an entry for the database to Co

RE: ODBC - win2k

2002-04-22 Thread Hooten, Michael
Make sure you add an entry for the database to Control Panel / ODBC Data Sources / System DSN (or File DSN). -Original Message- From: Eduardo Cancino [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 4:11 PM To: List Beginners Perl Subject: ODBC - win2k Hi everybody, i'm new to p

RE: ODBC - win2k

2002-04-22 Thread José Nyimi
DBI::ODBC is also really very easy to use. Mike, as suggested write down how you are making your connection then it will come more clear to help. José. Mike Rapuano <[EMAIL PROTECTED]> a écrit : I would recommend Win32::ODBC from http://www.roth.net Its really easy to use Mike -Orig

RE: ODBC - win2k

2002-04-22 Thread Timothy Johnson
In order to get a better answer you should post some code that is as close as possible to what you were doing. Obviously don't give out any important details about your company if this is a work project, but from what you've given us we can't tell if it is a syntax problem or if you just don't h

RE: ODBC - win2k

2002-04-22 Thread Mike Rapuano
I would recommend Win32::ODBC from http://www.roth.net Its really easy to use Mike -Original Message- From: Eduardo Cancino [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 4:11 PM To: List Beginners Perl Subject: ODBC - win2k Hi everybody, i'm new to perl and i want to connec

RE: ODBC

2002-02-12 Thread Sean O'Leary
At 01:41 PM 2/12/2002, you wrote: >I know there is a Win32::ODBC module, and I think there is a DBI::ODBC? Well, there's DBD::ODBC. DBI is the independent interface, that is, independent of any particular database. On the back end of that, DBD::* modules plug in to provide functionality for e

RE: ODBC

2002-02-12 Thread Timothy Johnson
I know there is a Win32::ODBC module, and I think there is a DBI::ODBC? -Original Message- From: popusers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 10:24 AM To: [EMAIL PROTECTED] Subject: ODBC Hi everybody! I'm working on Mandrake Linux, with Apache, Perl and Postg

RE: :ODBC (say what?)

2001-05-03 Thread blowther
Here's one link to the perl DBI POD. It's the best POD documentation I've seen. Kudos to the POD writers. http://theoryx5.uwinnipeg.ca/CPAN/data/DBI/DBI.html -Original Message- From: Smith, Jim R [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 12:32 PM To: [EMAIL PROTECTED] Su