Losing has asked for the wisdom of the Perl Monks concerning the following question:
I am writing a Database module that will provide a single interface for several different databases, including: DB2, Oracle, MySQL and SQL Server 2000/2005.
Everything is smooth so far, and the script works well for all of the databases I have tested it on. The only problem is, if this script is to run on another machine, the database drivers need to be installed.
I was wondering what the best way to make sure all of the database drivers are installed. Would it be best to create a makefile that will install my module along with all the appropriate drivers, or is there a way to do it from within my module? I am not sure what platform this needs run on, Linux or Windows, but right now it needs to work on a windows machine.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Database drivers
by friedo (Prior) on Nov 15, 2006 at 16:55 UTC | |
by Losing (Acolyte) on Nov 15, 2006 at 16:56 UTC | |
|
Re: Database drivers
by Mr. Muskrat (Canon) on Nov 15, 2006 at 19:32 UTC | |
|
Re: Database drivers
by Melly (Chaplain) on Nov 15, 2006 at 16:56 UTC | |
|
Re: Database drivers
by fenLisesi (Priest) on Nov 15, 2006 at 18:23 UTC |