When i run the code it is saying that microsoft.ace.oledb 12.0 provider is not registered in your local machine Please Tell How to FiX It
@jessicalogsdon25829 жыл бұрын
I am getting the message "'Microsoft.ACE.OLEDB.12.0' provider not registered on the local machine" Any recommendations on how to fix this?
@falgunkuhadia29429 жыл бұрын
Jessica Niemann > Your PC is running on a 64 bit processor. Change active debug. go to configuration manager > Active Solution Platform > New > Choose x86 Platform. Debug your Programme
@pratiksharma56637 жыл бұрын
Problem does not seems to be disappearing .. ( Same Error message)
@danniaki88657 жыл бұрын
I am having the same problem please could you help!!!!
@hanishamizan61987 жыл бұрын
yes
@husseinalihussein21867 жыл бұрын
Jessica Niemann download access database engine 64 or 32 depending your system and it will work with you
@znservices24246 жыл бұрын
All file debug but getting this error "The Microsoft Office Access database engine could not find the object [Sheet1$]. Make sure the object exists and that you spell its name and the path name correctly. " Can you help me how to solve it path and sheet number all ok as you said changed
@razorramzan-inc4 жыл бұрын
Very calm, knowledgeable and elaborate. Thank you
@christianlugatiman92269 жыл бұрын
"Could not find installable ISAM." plss help :(
@47prisoner10 жыл бұрын
to select from multiple sheets just add the sheet no. as shown below, MyCommand = New System.Data.OleDb.OleDbDataAdapter("select * from [Sheet1$],[Sheet2$],[Sheet3$]", MyConnection)
@kyo12453 жыл бұрын
Could not find installable ISAM. I just tried creating the program, but it said this. Any tips to fix this?
@mohammedshareef37145 жыл бұрын
what is that 12.0 used after provider , Is it a version number of MS office or something else??
@yasminenaguib25392 жыл бұрын
Thank you, But I have "could not find installable ISAM" error message, how can fix it
@Shuvobroto6667 жыл бұрын
What if i have 2 datagridviews in one application? I use the the same code with the path changed and it loads but when i work on some further calls like reading cells and searching and selecting i have datatable not found problems. Can u help?
@George-ep4ed Жыл бұрын
Thank you sir, your video is very helping full and educated. Do you have any video of vice versa ( DGV to Excel)
@Trickmagic19927 жыл бұрын
Microsoft.ACE.OLEDB.12.0' provider not registered on the local machine????????
if you don't know the name of sheet, how you get automatically this name? (in this example is "Sheet1$")
@FSHG-39 жыл бұрын
When exporting from Excell to datagrid view, excell has no headers. When importing, want first excell row to populate in first row of datagridview, not the datagradview header. How can I import excell into datagridview without the first row of excell populating in the datagridview column header?
@VictorWembanyamaHighlights6 жыл бұрын
i got an error saying , "FORMAT OF THE INITIALIZATION STRING DOES NOT CONFORM TO SPECIFICATION STARTING AT INDEX88
@yt440volts10 жыл бұрын
Great video But how would I enter values into excel and save them?
@dontcha87912 жыл бұрын
I like your video and thank for sharing your code. What if the data starts at specific row?
@treypick39818 жыл бұрын
Why do I get the following error: BC30451 'GridView1' is not declared. It may be inaccessible due to its protection level. I am trying to open an Excel spreadsheet
@treypick39818 жыл бұрын
Solved
@bri64605 жыл бұрын
Hi. It says "External table is not in the expected format" how can i solve this problem? Please help me
@carlos22bf9 жыл бұрын
THANKS BRO !!! it´s very simple and very good explained ... !!
@marmarquez455610 жыл бұрын
i had watched almost all your tutorials sir,it really helps.now i have a question how do you save that to your database???
@keshavbhat50957 жыл бұрын
I'm getting this error while executing "Could not find installable ISAM" please help
@ucant_stopme46047 жыл бұрын
HI, How can i import excel without use a button that mean just show it on the datagridview
@thshm29388 жыл бұрын
how can i multi column filter the imported excel in the DGV with a single text box???
@sarikahp10676 жыл бұрын
hello sir, i don't use a particular software in vb i use an Access and .xlsm files ,so please you tell me sir how can importor send or link MS excel old values data into vb please please sir
@ankit66009 жыл бұрын
and how do I save the dgv to access database.. of of now my dgv is binded to the dgv ...plz suggest a video tutorial..a continuation would be wow..
@ramilberces27436 жыл бұрын
how to clear old data the you extract ? if i do uploading a new excel file the old data are stocked..
@ramilberces27436 жыл бұрын
Solved.
@ProgrammingKnowledge10 жыл бұрын
@LorencsGils10 жыл бұрын
What if I don't know exactly, what is the name of the Excel Sheet? I mean, how to get the list of all Sheet names and put them f.e. in ListBox?
@tavoosi16 жыл бұрын
hi friend thanks for your teaching but I have some problem in my vb toolbox: I have no "datagridview" in my toolbox just tell me how can I active that tab thanks
@v_winter30245 жыл бұрын
It's under View > Toolbox > All windows forms
@47prisoner10 жыл бұрын
and what if i have to import from all 3 Excel sheets ??
@alyagoot947 жыл бұрын
can i add textbox as search number or name ?
@meghnadesai24906 жыл бұрын
Buttons you mean ??
@fatmabenrejeb39799 жыл бұрын
and how to export from datagridview to excel?
@abarnaabi29754 жыл бұрын
How to specify the column(A,B..) data to datagrid. Instead of Select *
@ivanidora94185 жыл бұрын
It's work bro,10q very much, you are great!
@AhmadNurjati10 жыл бұрын
how to save it.. ? after load from excel.. ? i'm stuck in there.. pls reply me
@47prisoner10 жыл бұрын
just use the the normal way, the way how you save a datagridview to database and it will do the job
@ithutheriyuma..96164 жыл бұрын
Thanks sir this work.. nice work
@dylan400d7 жыл бұрын
This is excellent. Thank you and well done.
@abhijeetlokhande52855 жыл бұрын
what to do when path is not been set
@amitagnihotri776 жыл бұрын
Msg got "Could not find installable ISAM" plz help
how can we search excel database using Visual basic ??
@chokoyeh10 жыл бұрын
Sir... how to edit the size of column in data grid view? please reply sir I need your help
@v_winter30245 жыл бұрын
At the upper right side of DGV is the little arrow. When you click on it, there's an option to edit columns.
@Sfrizzo8 жыл бұрын
how to import the data in a listview?
@BhavyaRani-q9p Жыл бұрын
Thank you so much!
@mdkrush7 жыл бұрын
Works great for me! Thanks!!!!!
@amolmandavkar087 жыл бұрын
Can u make a tutorial on creating more than one company in one application
@issoufououmarouabdoulraham1534 Жыл бұрын
Wawww je suis satisfais de Thank you
@vishnuck10686 жыл бұрын
Hello please make a video for exporting data to excel file
@Nisha_Sharma_8622 жыл бұрын
I Need help
@mashaandbeer14728 жыл бұрын
Thank you
@arturolozano34209 жыл бұрын
Thanks man.
@bllueprinter2 жыл бұрын
thx bro
@abhijeetlokhande52855 жыл бұрын
"C:.." on this line
@MUSICBYKAIFU5 жыл бұрын
Do not my dig is big
@dbgaragedays26642 жыл бұрын
Brutal to watch. No substance to this that allows avg person to understand the whole process
@jhiso16608 жыл бұрын
gracias brother me ayudaste con esto [ ("Provider=Microsoft.ACE.OLEDB.12.0;" & ("Data Source=" & (stRuta & ";Extended Properties=""Excel 12.0;Xml;HDR=YES;IMEX=2"";"))) ]solo me faltaba eso aunque no lo entiendo gracias