This is what i would use to set up a connection for a acces-db. I'd like to make an oledb-connection for my sql-server-db which is on a different computer in my network...Code:conauthors = new oledbconnection ("provider........."; DATA Source=c:\Authors.mdb)
what should i use for data source?




Reply With Quote