Re: Re: how to write in access database

2001-07-06 Thread Mark Bergeron
ED] Cc: [EMAIL PROTECTED] Date: Fri Jul 06 11:46:14 PDT 2001 Subject: Re: how to write in access database >Hi QU > >As a matter of fact, if you are using your script Perl on Windows, >you should use with the DBI (DataBase Independent) the driver >DBD::ODBC. If not, you could use (unde

Re: how to write in access database

2001-07-06 Thread Wilfried Mouquot
Hi QU As a matter of fact, if you are using your script Perl on Windows, you should use with the DBI (DataBase Independent) the driver DBD::ODBC. If not, you could use (under Linux for example) the Sybase driver which works also with a SQLServer database. DBD is obviously for DataBase Dependent.

Re: how to write in access database

2001-07-06 Thread Gary Stainburn
Hi, Qu I haven't tried it with Access, but have a look at DBI which is an abstract database access layer that uses lower level drivers. I would imagine you'd need the DBD::OBDC driver. They're available from CPAN at http://search.cpan.org Gary On Thursday 05 July 2001 6:56 pm, qing wang w

Re: how to write in access database

2001-07-05 Thread Mark Bergeron
What kind of "script?" -Original Message- From: "qing wang"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Thu Jul 05 10:56:43 PDT 2001 Subject: how to write in access database > >Hi, > >anyone know how to write in access database using script? >Thanks for any information. > >Qu > > > >