in reply to Should it be database independent?
Depends on your programming style. If you use straight DBI instead of CDBI, you can do whatever you want with the SQL.
> and make sure you are database independent
Again, that depends on your programming style. DBI is designed to provide a maximum of database independence without compromising the ability to use database specific features when needed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Should it be database independent?
by cbrandtbuffalo (Deacon) on Mar 22, 2005 at 19:15 UTC |