Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Programmatically building an MS-Access DB

by starchild (Sexton)
on Feb 22, 2005 at 23:16 UTC ( [id://433522]=note: print w/replies, xml ) Need Help??


in reply to Programmatically building an MS-Access DB

One option might be to create an SQLite database (it's free and you don't need admin rights to install), and then for the GUI have an Access database that links to the SQLite db via an ODBC driver. I've had good luck with this at work.

Unfortunately I've never tried to programmatically create an Access database, so I can't help there.
  • Comment on Re: Programmatically building an MS-Access DB

Replies are listed 'Best First'.
Re^2: Programmatically building an MS-Access DB
by legato (Monk) on Feb 23, 2005 at 14:49 UTC

    Thanks for that idea. I'm using the node bmann suggested for this issue, but your suggestion has solved another issue I've been pondering for another project that I'm already using DBD::SQLite2 with.

    Anima Legato
    .oO all things connect through the motion of the mind

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://433522]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-24 17:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found