[sqlite] Can you use SQL Lite database from multiple processes at the same time?

2005-07-27 Thread Sudhir Hasbe
Hi All, Can we use SQL Lite Database from multiple processes at the same time. Example. I have a database called Customer.db. I want to use it from apache server for web application and also use it from a c program running on the server. Regards Sudhir Hasbe

[sqlite] Writing Triggers in C/C++

2005-07-20 Thread Sudhir Hasbe
Hi All, This maybe a strange question to ask but Can I write or call C/C++ based triggers. I mean either write a trigger in C/C++ or call a C/C++ library from the SQL based trigger. Regards Sudhir Hasbe

RE: [sqlite] time zone?

2005-07-01 Thread Sudhir Hasbe
Hi, I am not sure but one is in GMT and other maybe in your local time zone. Regards Sudhir -Original Message- From: Stephen Leaf [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 9:47 AM To: sqlite-users@sqlite.org Subject: [sqlite] time zone? sqlite> select time('now');