> -----Original Message-----
> From: Peter Mathijssen [mailto:[EMAIL PROTECTED] 
> Sent: 23 March 2004 20:10
> To: Greg Obleshchuk; [EMAIL PROTECTED]
> Subject: Re: [sqlite] sqlite and Visual Basic
> 
> Greg Obleshchuk schreef:
> > You can't use sqlite in a VB app (VB, VB.net, C#) without a 
> wrapper as 
> > these languages don't support the C style interfaces
> >  
> > Greg

I'm not sure what you mean by "without a wrapper". You can call the dll
directly from C# (and I would think VB.Net) provided you don't use the
callback. You can even use the callback if you are willing to do a
little hack on the compiled .Net executable.

See http://www.itwriting.com/sqlitenotes.php

Tim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to