
DCameronMauch
New User
Oct 6, 2008, 7:20 AM
Post #1 of 1
(461 views)
|
|
Any method for creating Microsoft Access dB?
|
Can't Post
|
|
I have a requirement to create a Microsoft Access dB on the fly from perl. This is strictly in a unix environment. No access to Microsoft Access itself or even a Windows environment. Which is why I am not posting in the DBI category. I don't want to connect to an Access dB and update it. I need to create one from scratch, like Spreadsheet::WriteExcel does for Excel. I have tried all kinds of searches, and have only only two solutions. One is using DBI::ODBC, which I can't use. And creating XML files which have to be imported into Access, which does work, but still doesn't meet my requirement. Nothing useful in CPAN that I could find. Any ideas?
|