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

2006-12-13 Thread Michele Santucci
errors On 12/12/06, Michele Santucci <[EMAIL PROTECTED]> wrote: this's a run-time error not a linker error. It's a runtime error cos it is linked incorrectly! Specify the sqlite.def file (which IIRC lists the undecorated aliases of the sqlite functions) as an option t

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

2006-12-13 Thread Michele Santucci
qlite-users@sqlite.org> 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 this flag I got lin

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

2006-12-12 Thread Michele Santucci
06 3:55 PM Subject: 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 fi

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

2006-12-12 Thread Michele Santucci
linker 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 binar

[sqlite] sqlite3 close() run time errors

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

[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