[sqlite] Compatibility sqlite 2.8 and 3.x

2006-10-28 Thread victor . camus
Hi all, Is it possible to make requests on a database created with 2.8.(14 or 17) with an (tcl) API developped for sqlite 3.0? I am still trying to find a way to create/have acces from OpenWatcom Fortran. Since I noted that the version 2.8.14 of sqlite can be compiled with Openwatcom (is it also

Re: [sqlite] Compiling Sqlite with Openwatcom

2006-10-25 Thread victor . camus
Hi Arjen Unfortunately I am still using f77 not f90... Selon Arjen Markus <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: > > >Hi All, > > > >I wonder whether anyone has already compiled Sqlite with Openwatcom (a free > >compiler suite available at www.openwatcom.org including a C/C++/Fortran >

[sqlite] Compiling Sqlite with Openwatcom

2006-10-25 Thread victor . camus
Hi All, I wonder whether anyone has already compiled Sqlite with Openwatcom (a free compiler suite available at www.openwatcom.org including a C/C++/Fortran compiler). Since when I tried, I got the following compiling error on line 95 of the file sqlite3ext.h: invalid declarator i.e.

Re: [sqlite] Sqlite & Matlab

2006-10-25 Thread victor . camus
Dennis, Fine! In that case, I wonder whether it will be of some use to add the possibility to access sqlite from Matlab on the official Sqlite web site, more precisely at http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers It would avoid the need to search on Google... Selon Dennis Cote <[EMAIL

[sqlite] Sqlite & Matlab

2006-10-24 Thread victor . camus
Hi All There seems to be a possible connection between Sqlite and Matlab available at http://sourceforge.net/project/showfiles.php?group_id=139986 However it is not refered to on the sqlite website. Does that mean it does not really work? Thank you in advance for your answer Victor