Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / Database Access / October 2004



Tip: Looking for answers? Try searching our database.

access excel spread sheet

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Christopher Radulich - 30 Oct 2004 00:12 GMT
Is there a connecton string that will prevent the first row of an excel
file from becoming the headings ?

Thanks

Chris radulich
Veign - 30 Oct 2004 01:50 GMT
Yes.

"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Folder & ";" & _
"Extended Properties=""text;HDR=No;FMT=Delimited"""

Notice the HDR=No extended property...

Additional Information:
ADO Connection Strings (Able Consulting):
http://www.able-consulting.com/ADO_Conn.htm#OLEDBProviderForMicrosoftJet

Connection Strings:
http://www.connectionstrings.com

Signature

Chris Hanscom - Microsoft MVP (VB)
http://www.veign.com
--

> Is there a connecton string that will prevent the first row of an excel
> file from becoming the headings ?
>
> Thanks
>
> Chris radulich
Christopher Radulich - 30 Oct 2004 02:53 GMT
Thank You I will give it a try

Chris
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.