Click here to Skip to main content
15,887,421 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everyone
My question is visual basic to ms Access 2007 database save in database table index how to do it ?
Like

dr(0)=textbox.text
dr(1)=textbox2.text
dr(2)=combobox1.text

Please suggest me

What I have tried:

VB.net to ms Access database saved
Index no
Dr(0)=textbox1text
Posted
Comments
[no name] 6-Aug-20 2:28am    
If the databases has no "rows", how do you expect to do direct / indexed access?
Member 13554586 6-Aug-20 2:40am    
If the database bhas row
Such as - dr(0)= value
dr(1)=value
" dr " indicated column index number of ms Access database
[no name] 6-Aug-20 2:51am    
https://stackoverflow.com/questions/16634425/how-to-update-a-ms-access-database-in-vb-net

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900