N
nateastle
you can go to http://www.connectionstrings.com to get a sample ofHi Mark
Sorry for the trouble but one last question, I think. Can you write me the
MyConnectionString syntax for accessing a local .mdb file ?
Thanks
Peter
- Show quoted text -
connection strings. Pulling from the site.
Server=.\SQLExpress;AttachDbFilename=c:\mydbfile.mdf;Database=dbname;
Trusted_Connection=Yes;