On 26 Feb 2014, at 10:19am, William Drago <wdr...@suffolk.lib.ny.us> wrote:

> VEE is a graphical programming language similar to NI LabView. 

Is this Agilent VEE ?  If it's very like LabView then you shouldn't be using a 
.NET framework at all.

The normal way to use SQLite is to call SQLite API calls from C.  You can 
compile the SQLite library into a standalone app, but instead into an 
addon/toolbox/library as you see fit.

There are numerous SQLite addons for LabView (e.g.

<http://www.lvs-tools.co.uk/software/sqlite-api/>
<http://www.saphir.fr/en/produits/gdatabase-for-sqlite-5.html>
<http://sine.ni.com/nips/cds/view/p/lang/en/nid/209317>

) and they don't use .NET, they address the C API.  I would expect to find 
something similar for VEE, or if not, then to write thin IO library that can 
address a SQLite database using the C API.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to