Re: [sqlite] need to form an frame work for database independent API

2006-08-31 Thread Markus Hoenicka
Vivien Malerba <[EMAIL PROTECTED]> was heard to say: > I'm working on libgda and libgnomedb which are abstraction libraries > for SQlite, postgreSQL, MySQL, Oracle, ... There is a BDB adaptator > but it needs some work. > Please wisit http://www.gnome-db.org (the website is very outdated but >

Re: [sqlite] need to form an frame work for database independent API

2006-08-31 Thread Vivien Malerba
On 8/18/06, Narendran <[EMAIL PROTECTED]> wrote: I wish to form an database independant API for sqlite and BerkeleyDB . I need to now wht factors should consider . i am new to both . I have problems in running an simple program in sqlite . its say can't find the sqlite3_open( . If i paste

Re: [sqlite] need to form an frame work for database independent API

2006-08-31 Thread Narendran
check the library file location and when compiling give the path name as gcc -I/usr/local/include and -L/usr/local/lib just like the above find the location of the include and library file make sure u installed properly . Thanking you B.Narendran -- View this message in context:

[sqlite] need to form an frame work for database independent API

2006-08-18 Thread Narendran
I wish to form an database independant API for sqlite and BerkeleyDB . I need to now wht factors should consider . i am new to both . I have problems in running an simple program in sqlite . its say can't find the sqlite3_open( . If i paste the source code for that funstion ,it say that some