hello i am a beginner at programing and the problem that i have is how can i connect to a sql server database located on a server over the net from within a smart device project (windows mobile 6)
Server = my Server Address;Database = my Data Base;User Id = my User name;
Password = my Pass word;
what would i need to change? or what other type of connection or string connection should i use?
Data Source=190.190.200.100,1433;Network Library=DBMSSOCN;Initial Catalog=myDataBase;User ID=myUsername;Password=myPassword;
can i use this if yes what network library represents and the ,1433 at the end of data source?
would i need to make any changes to the database located on the server using management studio?
thank you!