Re: [sqlite] Re: 'int n' parameter in sqlite3_bind_*() functions

2005-06-04 Thread Kiel W.
Thanks Kurt. After reading the archive you posted I remembered reading it a 
few days ago when it came across! So much for my memory :-)

On 6/4/05, Kurt Welgehausen <[EMAIL PROTECTED]> wrote:
> 
> http://www.mail-archive.com/sqlite-users@sqlite.org/msg08319.html>
> >
> 



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


Re: [sqlite] Re: 'int n' parameter in sqlite3_bind_*() functions

2005-06-04 Thread Kurt Welgehausen



[sqlite] Re: 'int n' parameter in sqlite3_bind_*() functions

2005-06-04 Thread Kiel W.
Sorry... hit a wrong key...


What is the 'int n' parameter used for in the sqlite3_bind_*() functions. 
The one I am speciffically looking at is:

 int sqlite3_bind_text(sqlite3_stmt*, int, const char*, int n, void(*)(void*));


And it would be the forth parameter. I didn't see any reference to it in the 
documentation at: http://www.sqlite.org/capi3ref.html#sqlite3_prepare


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