|
I can't seem to get it to work at all. I'm using asp and I'm just trying to connect to a MS SQL via IP address. (Not sure if the database is located in a different location). But thats besides the point. My current string is: ConnectionString="Data Source=205.178.###.###,####;Network Library=DBMSSOCN;Initial Catalog=XXXX;User ID=XXXX;Password=XXXX;"
I'm just wanting asp to write a slected table. Is there a place I could get this information?
|