Re: [sqlite] problem in deleting

2006-10-12 Thread Narendran
hi , I like to say it properly, i am deleting ,it does delete. but i am trying to delete again, no error code is returned, Narendran -- View this message in context: http://www.nabble.com/problem-in-deleting-tf2428522.html#a6771299 Sent from the SQLite mailing list archive at Nabble.com

[sqlite] problem in deleting

2006-10-12 Thread Narendran
olumn: hai1 sqlite> delete from hai where key = 'hai1'; sqlite> delete from hai where key = 'hai1'; sqlite> i think ,it should delete the record,it doesn't delete,with api's or thro shell. please do tell me what am i doing wrong Thanks & Regards Narendran B -- View this message in

Re: [sqlite] Wish to store a C structure in sqlite column

2006-09-22 Thread Narendran
thanks a lot, I believe i can store a structure now, but there is still a cache . I am in the process on creating a Independant API,I can store a structure in SQLite thro the above specified ways. what if some one else wants to use my API's which i used to create the DBI's ,and the destination

Re: [sqlite] Wish to store a C structure in sqlite column

2006-09-22 Thread Narendran
Noel Frankinet wrote: > > Narendran a écrit : >> Dear Friends, >> >> >> I am in the process of forming a Generic API,(sql oriented and >> BerkelyDB >> and sister databases). In the process of integration ,i like to store a >> Structure in Sqli

[sqlite] Wish to store a C structure in sqlite column

2006-09-21 Thread Narendran
Dear Friends, I am in the process of forming a Generic API,(sql oriented and BerkelyDB and sister databases). In the process of integration ,i like to store a Structure in Sqlite. as far as my knowledge SQLITE allows me to declare the column types suppoted by the programming languare or

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
other is so there . please help to resolve this problem . I am really struck thanks in advance . B. Narendran( Indian) -- View this message in context: http://www.nabble.com/need-to-form-an-frame-work-for-database-independent-API-tf2126447.html#a5867191 Sent from the SQLite forum at Nabble.com