SQL docs / porting

admin

Administrator
Staff member
I'm in search of some docs/site/books that might help me create 'portable' sql. I realize that there is a standard out there but I also know that few of the databases really support this fully.

Basically my desire is to port my php apps to multiple databases and I'd like a few resources that might give pointers on what to watch out for etc. I already have a few ideas on the db abstraction layer but I'm more worried about data structures and SQL query quirks. I know the respective db docs are probably the first stop but was hoping there might be other resources.
 
Back
Top