I need a DNS - less connection string for a foxpro database.
Is there such a thing??
Thanks.
Danny.
Printable View
I need a DNS - less connection string for a foxpro database.
Is there such a thing??
Thanks.
Danny.
Try this.
strConnectionless = "driver=Microsoft Visual FoxPro Driver; " + "UID=;SourceType=DBF;SourceDB=" + "your source"