Re: [sqlite] sqlite3 close() run time errors

2006-12-13 Thread Michele Santucci
Maybe it is but it's hard to find the way to generate a suitable sqlite3.lib then. - Original Message - From: "Roberto" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 12, 2006 1:49 PM Subject: Re: [sqlite] sqlite3 close() run time errors On 12/12/06, Mic

Re: [sqlite] sqlite3 close() run time errors

2006-12-13 Thread Michele Santucci
Cote" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 12, 2006 8:48 PM Subject: Re: [sqlite] sqlite3 close() run time errors Michele Santucci wrote: I used borland IMPLIB import tool with -a attribute (this add the leading underscore for cdecl compliance). If I didn't use thi

Re: [sqlite] sqlite3 close() run time errors

2006-12-12 Thread Michele Santucci
Re: [sqlite] sqlite3 close() run time errors Michele Santucci schrieb: Hello, I'm trying to use sqlite3 into a CVI (National Itruments ANSI C dev tool). I took the last sqlite3 dll and source. I create the .lib file linked it to the binary and included the sqlite3.h file... but as long a

Re: [sqlite] sqlite3 close() run time errors

2006-12-12 Thread Michele Santucci
have the option to disable this underscore generation? On 11/12/06, Michele Santucci <[EMAIL PROTECTED]> wrote: Hello, I'm trying to use sqlite3 into a CVI (National Itruments ANSI C dev tool). I took the last sqlite3 dll and source. I create the .lib file linked it to the binary and includ

[sqlite] sqlite3 close() run time errors

2006-12-11 Thread Michele Santucci
f the _sqlite3_close() function... why? May depends on mscvrt dependancies? Distinti saluti, Michele Santucci = Software Development Manager * Celin Avio s.r.l. * tel

[sqlite] Resetting cursor position

2004-03-18 Thread Michele Santucci
Hi ML, after I execute an a sqlite_exec() to insert and/or an sqlite_get_table() to retrieve data into a table I think the cursor is then fixed to the end of the recordset so how can I reset its position to the top of the table without having to close/reopen the db? Michele Santucci