Hi,
I have a web site using an MS SQL Server to keep the required information. An ISP hosts this web site and SQL server, and I do not have full management right for the SQL DB.
I am looking to build an application using Windows CE and SQL CE. This application will retrieve and eventually write back some information to the SQL DB.
I found some codes samples, but in general they require more administration rights than I have.
Is there some sample of code that I could use in my case to:
-retrieve data from the SQL DB over the wireless connection.
-Write back or add some info to the db using the previous connection.
Thanks in advance.
I have a web site using an MS SQL Server to keep the required information. An ISP hosts this web site and SQL server, and I do not have full management right for the SQL DB.
I am looking to build an application using Windows CE and SQL CE. This application will retrieve and eventually write back some information to the SQL DB.
I found some codes samples, but in general they require more administration rights than I have.
Is there some sample of code that I could use in my case to:
-retrieve data from the SQL DB over the wireless connection.
-Write back or add some info to the db using the previous connection.
Thanks in advance.