Re: Writing into an MS-Access database

2008-04-09 Thread [EMAIL PROTECTED]
On Apr 9, 3:21 am, [EMAIL PROTECTED] (Jenda Krynicky) wrote: > From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > > I am struck on how to write data into a MS-Access data base. > > > I know how to retrieve data. I am using Win32::ODBC -- fetchRow to > > retrieve a complete row. I need to write this

Re: Writing into an MS-Access database

2008-04-08 Thread Daniel Kasak
On Tue, 2008-04-08 at 04:44 -0700, [EMAIL PROTECTED] wrote: > Hi, > > I am struck on how to write data into a MS-Access data base. > > I know how to retrieve data. I am using Win32::ODBC -- fetchRow to > retrieve a complete row. I need to write this row into another table. > > Kindly suggest on

Re: Writing into an MS-Access database

2008-04-08 Thread Jenda Krynicky
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > I am struck on how to write data into a MS-Access data base. > > I know how to retrieve data. I am using Win32::ODBC -- fetchRow to > retrieve a complete row. I need to write this row into another table. > > Kindly suggest on how to go about this.