Hi All,
I am sure the topics in this forum has an answer somewhere to my question. My question is divided into two parts, regarding connecting my VB.NET application to MS Access mdb file:
Part 1: I already have the code working to access and mdb file using ADODB.Connection. I can loop through the records in MS Access tables and everyhing is fine. Now I read the topics in this forum and I understand that it seems that in VB.NET I should use Microsoft.Jet.OLEDB.4.0 to connect to my mdb file? Why? Which one is faster and especially that I am looping through tables conatining 100s of rows?
Part 2: I tried despiratly to find a start-up VB.NET code example bu failed. Where can I find it? Many of the users in this forum posts code specific to a purpose. I will really appreciate your support in this.
Thank you all
I am sure the topics in this forum has an answer somewhere to my question. My question is divided into two parts, regarding connecting my VB.NET application to MS Access mdb file:
Part 1: I already have the code working to access and mdb file using ADODB.Connection. I can loop through the records in MS Access tables and everyhing is fine. Now I read the topics in this forum and I understand that it seems that in VB.NET I should use Microsoft.Jet.OLEDB.4.0 to connect to my mdb file? Why? Which one is faster and especially that I am looping through tables conatining 100s of rows?
Part 2: I tried despiratly to find a start-up VB.NET code example bu failed. Where can I find it? Many of the users in this forum posts code specific to a purpose. I will really appreciate your support in this.
Thank you all