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 how to go about this.
As Jenda pointed out, you can use the DBD::ODBC module. Another solution is to move the data out of Access and into a database server. If you still need to use Access, you can link the tables to the database server. It's more work, but you'll have a better setup when it's done. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/
