Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

windows ce and visual studio 2008

Status
Not open for further replies.

baran121

Programmer
Sep 8, 2005
337
TR
hi i am new user for visual studio 2008 .
i downloaded visual studio 2008 profession trial version.

i have a project about windows CE.
i can delpoy my project in C # to IT8000 (terminal)

i want to make a connection to sql server 2000 from this terminal (IT8000) and make insert ,update, delete and listing some fields of tables.
i mean i want to make a connection from terminal to a Server.

i can not use
using System.Data.SqlClient;
in my project

if there is any code about it, please help me.
thank you.




 
you need to use the ado.net components to connect to the database. if you cannot use the sqlclient look to see if there is a sql CE data client.

another (much more complex) approach is to have the CE client send a message to a server application. the server contacts the database. after the database work is done send a response to the CE client telling it the status of the request.

Jason Meckley
Programmer
Specialty Bakers, Inc.

faq855-7190
faq732-7259
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top