
Connecting the "OLE DB Simple Provider"...
Hi,
I experience difficulties trying to connect a *flat* text file using ADO,
and eventually an UDL file.
I'm stopped at the opening of the connection (the ADODB.Connection.Open
method):
set Cx = Server.CreateObject("ADODB.Connection")
Cx.Provider = "MSDAOSP"
Cx.ConnectionString = "data source=c:\Inetpub\WWWRoot\data\DataBase.txt"
Cx.Open
Any help would be apreciated