cLive ;-) has asked for the wisdom of the Perl Monks concerning the following question:
Eventually, I need to be able to port it to different OSs/databases.
I was thinking the best way to do this would be:
Rather than use a 'chainsaw' approach, I wanted to be able to define fields, tables etc using a common notation, and then translate it to the nearest equivalent for each DB used. Ie, I'm looking for a kind of 'lowest common denominator' of SQL and var types that I can safely use. Has anyone else done anything similar and, if so, what did you use for the following:
Or am I hoping for too much in being able to write 'cross DB' scripts?
cLive ;-)
I thought it worth while asking now (before I end up that creek without a paddle :) just in case I'm missing something...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jptxs) Re: Cross platform commonality with the Perl DBI
by jptxs (Curate) on Apr 12, 2001 at 05:41 UTC | |
|
Re: Cross platform commonality with the Perl DBI
by lachoy (Parson) on Apr 12, 2001 at 08:02 UTC | |
|
Re: Cross platform commonality with the Perl DBI
by knobunc (Pilgrim) on Apr 12, 2001 at 17:03 UTC |