Connecting the "OLE DB Simple Provider"... 
Author Message
 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




Fri, 17 Jan 2003 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. OLE DB Simple Provider interface?

2. OLE DB Simple Provider / Listener

3. OLE DB Simple Provider Question (Advance)

4. Microsoft's OLE DB Simple Provider 1.5 Library isn't cutting it :(

5. OLE DB Simple Provider Toolkit

6. Unable to connect Oracle using the Microsoft OLE DB Provider for Oracle

7. Can't create an OLE DB simple provider in VB6 Enterprise

8. ADO and OLE DB Simple Provider

9. Connecting to Oracle thru Oracle OLE DB Provider(OraOLDDB.Oracle)

10. Simple Text OLE DB Provider

11. Can't create an OLE DB simple provider in VB6 Enterprise

12. ODBC provider vs MS SQL provider (OLE DB)

 

 
Powered by phpBB® Forum Software