I am using the following connect string to connect to an Oracle database
cn.ConnectionString = "Provider=MSDAORA.1;Data Source=" & ServerName _
& ";User ID=" & UserName & ";Password=" & Password
Can you please inform me of the corresponding connect string if I want to connect to a text file?
Any help would be appreciated.


