Search results for query: *

  1. P

    Question Excel Oledb Connection Error

    hi jmcilhinney , Here is the excel connection code, I used threads to fetch the data from excel. Function 1: Sub thrdAccess() Dim ivar As Integer connExclReader = New System.Data.OleDb.OleDbConnection _ ("provider=Microsoft.Jet.OLEDB.4.0; Data Source=" + _...
  2. P

    Question Excel Oledb Connection Error

    Dear Friends, please help me to resolve my problem wit Oledb connection. For my current Project I need to fetch the data from an excel file. Each second the data in the excel file is changing... What I want to do is, copy it from the excel and Validate it in every second. So I use an Oledb...
Back
Top