hello ,
i am a beginner at programming, and i have problems with: i need to make an app for a motorola mc9090 barcode scanner running windows mobile 6. i need to connect from this app to a sql server 2005 database but i have problems with this. i can connect to
the database from the server explorer, i had copied the connection string from there but when i run the application on windows mobile 6 simulator it crashes on myconn.open() where myconn represent the new sqlconnection remote connection are allowed an the
server. what can i do?
i would like to try this connection string but i get an error on network library and i haven't found out what it represents and what should i enter there.. thank you very much
//Data Source= server_ip ,1433;Network Library=DBMSSOCN;Initial Catalog=test_table;User ID=****;Password=****;
this is my foo function:
SqlConnection myConn = new SqlConnection(@ ...
Go to the complete details ...