> > DEFAULT_SYNCHRONOUS no longer exists. The default setting for > > synchronous is FULL. If you want something different, you have > > to change it every time you open a new connection. > > ok > > > SHOW_DATATYPES no longer exists. and is not needed ? > > > The following pragmas are scheduled to be removed in the future: > > > FULL_COLUMN_NAMES please DONT. this is extremely useful for visual query building, auto-generation of update code and other uses. is there a serious reason why you want to remove this?? it would probably affect any ODBC/ADO implementation also. unless, there is a workaround, that does not need this PRAGMA ?