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.
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.