Re: [sqlite] Converting BLOB Data type to String

2009-04-02 Thread SATISH
) Regards, G.Satish -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Igor Tandetnik Sent: Thursday, April 02, 2009 4:57 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Converting BLOB Data type to String "SATISH"

Re: [sqlite] Converting BLOB Data type to String

2009-04-02 Thread SATISH
ite Database Subject: Re: [sqlite] Converting BLOB Data type to String Am 02.04.2009 um 07:45 schrieb SATISH: > Hello Buddies, > >I have written a string into database by converting into > "BLOB Data > Type".writing into database is Ok I got a problem when readin

[sqlite] SQLITEBUSYTIMEOUT

2009-01-21 Thread SATISH
Hi! I am having 10 threads in my application by default my application uses UTF-16, where I use the 10 threads to open the same sqlite file and write in 10 different tables simultaneously.these all threads write around 7000 records in 10 different tables. While a thread opens

[sqlite] History of SQL

2009-01-04 Thread Satish
Hi all, I want to set up a history of changes in a database schema. I hoped I could simply set up triggers for changes to the SQLite_Master table, like this: create table "BF SQLite_Master History" -- record changes to SQLite_Master ( ID integer primary key , Date

Re: [sqlite] Maximum Size of Record

2008-12-10 Thread Satish
://www.sqlite.org/limits.html Martin Satish schrieb: > Hi Igor, > > Can I know the Maximum size of Record in sqlite or Can I > know the maximum size of NUMBER,TEXT and BLOB Data types. > > > > Regards, > > G.Satish. > > ___

[sqlite] Maximum Size of Record

2008-12-10 Thread Satish
Hi Igor, Can I know the Maximum size of Record in sqlite or Can I know the maximum size of NUMBER,TEXT and BLOB Data types. Regards, G.Satish. ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] Function Name

2008-11-25 Thread Satish
HI! What is the c/c++ API function given by SQLite to attach a database to another database or tell me how to get access the tables in the other database using a c/c++ API function Regards Satish.G ___ sqlite-users mailing list

Re: [sqlite] Violating Primary key Constraint

2008-11-24 Thread Satish
ds, Satish.G -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Walters Sent: Tuesday, November 25, 2008 11:17 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] Violating Primary key Constraint Hi Satish, I just re-read your original email and

Re: [sqlite] Violating Primary key Constraint

2008-11-24 Thread Satish
D] On Behalf Of Igor Tandetnik Sent: Tuesday, November 25, 2008 11:13 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Violating Primary key Constraint "Satish" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >Thanks for the reply.The thing I need is I don't wa

[sqlite] Foreign Key

2008-11-24 Thread Satish
Hi All! I have a small question that Foreign key Constraint is now supported by SQLite or not.I had this question because in an SQLite table for a Foreign key "ON DELETE CASCADE or ON UPDATE CASCADE " are not working.Is there any problem with my database or with SQLite. Regards,

Re: [sqlite] Violating Primary key Constraint

2008-11-24 Thread Satish
and then give me reply. Regards, Satish.G -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Igor Tandetnik Sent: Tuesday, November 25, 2008 10:59 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Violating Primary key Constraint "Satish" <[EM

[sqlite] Violating Primary key Constraint

2008-11-24 Thread Satish
Hi All! I have created a table in sqlite.Upto my knowledge a column which is declared as primary key will not accept null and even if I don't give any value to that field an error occurs that violating the constraint For Example Create table emp(empno integer PRIMARY KEY,...,...) .

[sqlite] SQLite file security

2008-11-18 Thread Satish
Hi! I am basically a windows application developer. I am developing an application for desktop which uses a database. I choose SQLite as my database and my issue is if any one finds my application is using SQLite database they can corrupt my database or they can see the contents of my

[sqlite] Setbusytimeout(int nMillisec)

2008-11-17 Thread Satish
Hi Can anyone tell me what setbusytimout function will do.if it locks database its not happening.i had opened the same database with two objects before opening the database with second object I set setime out value to 2000msec even though database is opened using the second object

Re: [sqlite] (no subject)

2008-11-13 Thread Satish
Hi! Can I get some samples to work on sqlite that is how to create a database and inserting ... don' t think again I am joking plz help me.it was bit confusing when iam using sqlite command prompt Regards, Satish -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [sqlite] (no subject)

2008-11-13 Thread Satish
at 9:31 PM, Satish <[EMAIL PROTECTED]> wrote: > Hi! > >Will sqllite support Foreign Key and ALTER Table Comands .I want to know > is there any documentation that helps me to know what are the classes that I > can use and program.I use vc++ to connect to database.tell me i

[sqlite] (no subject)

2008-11-13 Thread Satish
Hi! Will sqllite support Foreign Key and ALTER Table Comands .I want to know is there any documentation that helps me to know what are the classes that I can use and program.I use vc++ to connect to database.tell me if there any wrapper classes which I can use and also provide me

[sqlite] Mailing Request

2008-11-13 Thread Satish
[EMAIL PROTECTED] Regards, G.Satish ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users