I wanted to know if it’s possible to use a SQL Server database connection on a smart device? On the internet I found some solutions to use it but I also found people saying that you need to use SQL Server CE connection.
Source: "Can't find PInvoke DLL 'dbnetlib.dll'." error in Smart Device Application
Here it looks like someone is using a normal database connection and got it fixed
But here: http://www.vbforums.com/showthread.php?681717-dbnetlib-dll-error
Someone is saying that you can only use SQL Server CE database connection. So my question is can you use a SQL Server connection on a smart device or do you need to use SQL Server CE connection?