![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: exporting MS ACCESS tables into a CSV fileby Adrade (Pilgrim) |
on Jul 11, 2005 at 20:13 UTC ( #474087=note: print w/replies, xml ) | Need Help?? |
If you can export to Excel, you should be able to read it in with Spreadsheet::ParseExcel (if its saved as the correct version, apparently)
Update: I wrote a little dumper for you - hopefully this will help a little. I
Really hope this helps, -Adam Update2: The following help is pulled from here:
ppm install DBI install DBD::ODBC exit Then enter control panel, doubleclick on ODBC, click on "System DSN" property sheet, then click button "Add". Select "Microsoft Access Driver (*.mdb), and click "Finish". Type "test" (in this case "db_test") as data source name, click button "Select" and select the Access .mdb file you want to use. The .mdb file should be located below the root of the web server. Update 3: I could seriously pull my hair out - OK! The code above now works with Microsucks Access - it appears that Access's version of SQL has been totally butchered. Also - make sure you set your permissions correctly within Access so you can access the MSysObjects hidden table... ARGH- MS... err, Access... {rage boils} Search keywods: show tables in Microsoft Access using SQL - Microsoft Access user permissions --
In Section
Seekers of Perl Wisdom
|
|