Code:
conauthors = new oledbconnection ("provider........."; DATA Source=c:\Authors.mdb)
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...

what should i use for data source?