msvisual.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

JET OLE DB 4.0

 
Post new topic   Reply to topic    msvisual.com Forum Index -> OLE
Author Message
OLE_Newbie



Joined: 04 Oct 2007
Posts: 1

PostPosted: Fri Feb 11, 2005 7:53 pm    Post subject: JET OLE DB 4.0 Reply with quote

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
Back to top
View user's profile Send private message
SueLittle



Joined: 04 Oct 2007
Posts: 1

PostPosted: Thu Mar 17, 2005 9:37 am    Post subject: RE: JET OLE DB 4.0 Reply with quote

I am reading "Professional Excel Development by Stephen Bullen ISBN
0-321-26250-6 which explains everything properly BUT if you are using Excel
2003 or XP then Microsoft have removed the Jet 4.0 OLEDB Provider!!!
Apparently it has been "depreciated". Bullen says it can be downloaded from
Microsoft but I can't find it. It hasn't been provided since Office 2000
apparently Sad

"OLE_Newbie" wrote:

> 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
>

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    msvisual.com Forum Index -> OLE All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group