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
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
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.