feurich Posted June 23, 2004 Posted June 23, 2004 I'm trying to find a way to handle DBF files with VB.NET. Can anyone help me out here.... Cire :cool: Quote Trust the Universe
blabore Posted June 23, 2004 Posted June 23, 2004 This might not help you much, but I have some VB6 apps that pull data from dbf files. Here's the connection string I use: "Driver={Microsoft dBASE Driver (*.dbf)}; DriverID=277; Dbq=" & YOUR_DBF_PATH_HERE & ";" It works with ADO in VB6, but not sure about .Net. Quote -Ben LaBore
Administrators PlausiblyDamp Posted June 23, 2004 Administrators Posted June 23, 2004 should work under .Net - however you will need to get familiar with ADO.Net in general and more specifically the System.Data.OleDB namespace. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.