|
Posted by Lobo on 01/31/07 11:14
Hi
i want to use pear to create tables, i want to make requests compatible
with every db types pear can handle.
Where can i find sql reference (not mysql/oracle/postgresql reference) ?
example :
CREATE TABLE `administrateur` (
`id_admin` INTEGER NOT NULL auto_increment, ...
will auto_increment be compatible with all those db ?
thanks
Navigation:
[Reply to this message]
|