Re: [sqlite] Fundamental database use questions

2005-02-07 Thread Clay Dowling
[EMAIL PROTECTED] said: > Which API calls would be required for a complete assessment of readiness? > Would sqlite3_busy_handler be a candidate? I presume callbacks would be > involved as well. There is no need to test for readiness. There are two different interfaces to the database, either sq

Re: [sqlite] Fundamental database use questions

2005-02-06 Thread mswarm
>>1. Is there a way using SQL code alone to open databases, or will >>that always be done by my native (Delphi) code calling the DLL? >> >>I suppose another way to ask that question is: Would "scripts" >>which could manage ALL database activities require embedded >>SQL in another language, or c

Re: [sqlite] Fundamental database use questions

2005-02-06 Thread Clay Dowling
[EMAIL PROTECTED] wrote: 1. Is there a way using SQL code alone to open databases, or will that always be done by my native (Delphi) code calling the DLL? I suppose another way to ask that question is: Would "scripts" which could manage ALL database activities require embedded SQL in another la