Avatar of Ernesto
Ernesto
Flag for Mexico asked on

windows update uninstal or unable Microsoft.jet.OLEDB.4.0

My program do not more importation from exel

how  to restore

Microsoft.jet.OLEDB.4.0

i dont know what happend i suppose there were and update that mess all up
please help !
.NET ProgrammingWindows OS

Avatar of undefined
Last Comment
Ernesto

8/22/2022 - Mon
Éric Moreau

Do you have a specific error? Do you mean that it was working a few days ago and not anymore on the same PC?
Ernesto

ASKER
yes eric help!!
Ernesto

ASKER
   MyConnection = New System.Data.OleDb.OleDbConnection("provider=Microsoft.jet.OLEDB.4.0; " & _
                                                     "data source='" & PrmPathExcelFile & " '; " & "Extended Properties=Excel 8.0;")
                    MyCommand = New System.Data.OleDb.OleDbDataAdapter("select * from [sheet1$] where desciption<>'' and spec<>''order by frac_1 desc,desciption", MyConnection)

                    MyCommand.TableMappings.Add("Table", "Attendence")

Open in new window


thats my coding thing!!
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
Éric Moreau

Do you have a specific error? Do you mean that it was working a few days ago and not anymore on the same PC?
Ernesto

ASKER
just not work no more sudenly, no specific error is the same pc in always run the exel import
ASKER CERTIFIED SOLUTION
Éric Moreau

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Ernesto

ASKER
yes eric, thats related, tsm as always
regards
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.