|
Thank for your answer, so I can add MSSQL to my list of compatibles databases. At this time MySQL, Oracle, MSSQL, PostgreSQL and SQLite seem to be compatible.
Yes I plan on using PDO
Unfortunately due to the structure of the application (and many generated requests) I will not be able to use prepare() all the time. The code is not really compatible with this new approach that comes with PDO.
I will be able to support only the databases compatible with this syntax, the more they are, the best it is for me in this case.
Other compatible databases??
Last edited by dimalta; 03-10-2009 at 04:45 AM..
|