Re: [sqlite] Using Mono client in Microsoft.Net

2004-01-10 Thread Richard Heyes
> Not sure if this has been posted before, but it took me a while to work > out so might help someone. Thanks for posting this. Had the same issue with my own .net wrapper and at least now I know why! -- Richard Heyes - To uns

[sqlite] Using Mono client in Microsoft.Net

2004-01-09 Thread Tim Anderson
The Mono project at http://www.go-mono.com has a Sqlite data provider written in C#. You can compile this on Windows for use with Microsoft .Net (as opposed to Mono) but it doesn't work as-is. I made the following changes to get it working: Added the Cdecl attribute to the PInvoke declarations: [