Where can I obtain a good Programmer's Reference Guide for JET OLE DB 4.0.
That is the one that comes with Excel. I am fairly profiicient with writing
macros in Visual Basic. I need to know the functions and syntax of statments
such as:
'Open an ADO connection to the folder specified
Set oConn = CreateObject("ADODB.CONNECTION")
oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & strFilePath & ";" & _
"Extended Properties=""text;HDR=Yes;FMT=Delimited"""
Thanks
Archived from group: microsoft>public>vb>ole