08-10-2010 09:25 AM
I am constructing a labview mobile project, in which I would like to use database. However, when I use the components in LabSQL and Dynamic Data Exchange, the error list displays subvi .... is not executable.
I searched some old messages in this forum. Some superior programmer said that the ODBC used in LabSQL is not found in the windows mobile OS.
I also tried to use Excel to store the data. But the DDE components are not workable.
So, for windows mobile OS, I would like to ask which database can be used in the labview mobile project, and which functions in labview mobile project can be used for connect the database.
Any solutions for using LabSQL in handheld device using windows mobile OS?
Thanks.
08-11-2010 02:37 PM
Hi Sea Wind,
If you are using Windows Mobile SQL Server Compact edition works great. I had a project that I used this for and it worked great with LabVIEW Here is a link:
http://www.microsoft.com/sqlserver/2008/en/us/compact.aspx
Please let us know how your project works out.
12-16-2010 11:52 AM
How can I connect to a database and run the sql commands in a pda with windows mobile 5?
Thanks,
Murilo de O. Arins
12-16-2010 12:54 PM
I believe you will need to use OLE-DB. But I am unsure as to "how" you do this.
However, I am wondering, what are you trying to do? Are you sure LabVIEW is the best tool for the job? Personally, I find that running LV on a Windows Mobile Device is rarely necessary and usually reccomend a different tool. But this really depends on your application.
12-17-2010 07:53 AM
12-20-2010 01:37 AM