Added note...

 rc = sqlite3_prepare( database, buf, -1, &statement, 0 );
> 

I also tried this with

rc = sqlite3_prepare( database, buf, strlen(buf), &statement, 0);

-- 
Kiel W.
[EMAIL PROTECTED]
----------------------------------
>> time is swift <<

Reply via email to