HI,
Is there any way to synchronize SQLite and SQLserver data?
we use X2 Pro or X2 Base.
Sync SQLite data
Re: Sync SQLite data
Hi Jeff-Lin,
Attached is an example project (SQL_Connection.zip) for connecting the panel connect to an external database:
IX, External SQL Connection
IX 2.0 SP1
This example program makes it possible to connect to remote SQL Server.
This script using System.Data.SqlClient Class.
In this example, the answer from the query is put into a text variable.
The example requires general knowledge of SQL Databases.
It is important that the image is version 1.5 (Build 803) or later, when using TXA.
SQL Table:
IX Application:
Attached is an example project (SQL_Connection.zip) for connecting the panel connect to an external database:
IX, External SQL Connection
IX 2.0 SP1
This example program makes it possible to connect to remote SQL Server.
This script using System.Data.SqlClient Class.
In this example, the answer from the query is put into a text variable.
The example requires general knowledge of SQL Databases.
It is important that the image is version 1.5 (Build 803) or later, when using TXA.
SQL Table:
IX Application:
- Attachments
-
- sql_table.png (2.37 KiB) Viewed 12750 times
-
- iX_Application.png (16.15 KiB) Viewed 12750 times
-
- SQL_Connection.zip
- (104.1 KiB) Downloaded 1003 times
Best regards,
Russ
(801) 708-6690
Technical Support
Contact Us
Beijer Electronics AB
http://www.beijerelectronics.us
Russ
(801) 708-6690
Technical Support
Contact Us
Beijer Electronics AB
http://www.beijerelectronics.us
Re: Sync SQLite data
Hi Russ,
Bizarre that you typed this response yesterday and I started looking at this problem today!
I have database code in place for SQLite but I'm struggling to get an MS SQL connection working. I have code that works fine on a T21C and compiles fine on the X2 Pro 10 but when I run it I get the following error:
Can't find PInvoke DLL 'dbnetlib.dll'.
I believe I need the above DLL, presumably in my referenced assemblies list. My problem is I'm not sure where to find the correct version.
Did you have this problem? If not, what hardware are you running this code on?
Thanks,
Greg M.
Bizarre that you typed this response yesterday and I started looking at this problem today!
I have database code in place for SQLite but I'm struggling to get an MS SQL connection working. I have code that works fine on a T21C and compiles fine on the X2 Pro 10 but when I run it I get the following error:
Can't find PInvoke DLL 'dbnetlib.dll'.
I believe I need the above DLL, presumably in my referenced assemblies list. My problem is I'm not sure where to find the correct version.
Did you have this problem? If not, what hardware are you running this code on?
Thanks,
Greg M.
Re: Sync SQLite data
Hi Russ,
I was trying similar code to this yesterday on an X2 Pro 10 but although the code compiles and runs fine on my PC, when downloaded to the terminal I get the following error:
Can't find PInvoke DLL 'dbnetlib.dll'
Did you get this problem on the T7A?
I have tried adding a reference to all the versions of this file I can find on my PC to no avail. I'm worried that even if I can find a compatible file, adding a reference may not solve the problem. I've updated the image to v8.0 Build 569 but still no luck.
Any Ideas?
I was trying similar code to this yesterday on an X2 Pro 10 but although the code compiles and runs fine on my PC, when downloaded to the terminal I get the following error:
Can't find PInvoke DLL 'dbnetlib.dll'
Did you get this problem on the T7A?
I have tried adding a reference to all the versions of this file I can find on my PC to no avail. I'm worried that even if I can find a compatible file, adding a reference may not solve the problem. I've updated the image to v8.0 Build 569 but still no luck.
Any Ideas?
Re: Sync SQLite data
Thanks for the information ความงาม