Sep 25, 2003 #1 UTTech MIS Oct 11, 2000 245 US We currently have an app written in XBase++ which reads DBF files. I would like to convert it to VB.NET but wasn't sure if VB.NET can read DBF files?
We currently have an app written in XBase++ which reads DBF files. I would like to convert it to VB.NET but wasn't sure if VB.NET can read DBF files?
Sep 25, 2003 1 #2 rjean Programmer Mar 26, 2001 23 US Yes it can. You can use the ODBCDataAdapter or if the xBase format you have supports it, I recommend the OleDbDataAdapter. Upvote 0 Downvote
Yes it can. You can use the ODBCDataAdapter or if the xBase format you have supports it, I recommend the OleDbDataAdapter.