Re: [PHP] database abstraction layer

[email protected] (James Colannino)
Newsgroups php.general
Message-ID <[email protected]>
Lars Nielsen wrote:
> Is it save to assume that I can use the same SQL, or should i make some
> exceptions?

Standard SQL should work across all SQL servers with only a few 
exceptions (for example, MySQL doesn't support full outer joins.)  
Anything that has to do with server administration, however, such as 
dealing with users and permissions, will be unique to the db engine.

James
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.