when i try connect to sql 2005 ce database error occuring:
"Required provider is not installed"
d2009 upd2
mssql2005 sp1
sdac 4.70.0.44trial
connecting to sql 2005ce
-
hmelihkara
- Posts: 21
- Joined: Fri 09 Nov 2007 23:29
you can not connect to a windows CE database server with normal providers. You must use Sql Server Compact edition's providers.
Or simply what do you want to do?
1- Connect to a Mobile Database (like PDA, smartphone) from Windows x32/x64 machine?
2- Connect to a Mobile Database (like PDA, smartphone) from PDA itself?
3- Connect to a windows x32/x64 machine's Database from PDA?
-----------------------
1- You need Sql Server Compact Drivers (SQL Server Compact 3.5, its free of charge).
2- You need at least compact drivers and lazarus like ide environment.
3- Not directly possible for now
but can be made by transferring data over tcp/ip or xml files 
Or simply what do you want to do?
1- Connect to a Mobile Database (like PDA, smartphone) from Windows x32/x64 machine?
2- Connect to a Mobile Database (like PDA, smartphone) from PDA itself?
3- Connect to a windows x32/x64 machine's Database from PDA?
-----------------------
1- You need Sql Server Compact Drivers (SQL Server Compact 3.5, its free of charge).
2- You need at least compact drivers and lazarus like ide environment.
3- Not directly possible for now