Question:
how to connect ms access database(.mdb) to vb.net application and perform select,insert,update queries?
Vijaianand N
2008-12-23 02:11:30 UTC
My application has to display the contents from database and also update the database as per users need. Please help me with the connectivity code and also details about the controls to be used in the user screen, designed using vb.net
Three answers:
nandavkumar
2008-12-23 06:40:51 UTC
Visit MSDN you get lot of ready made, executable code with explanation. I think i cant make you understand better than it.
kimberlin
2016-10-18 06:38:18 UTC
is this question employing merely one table? Are those unique numbers you're querying desperate programitcally? person inputed? confusing coded? in the event that they are nicely-known to you, you may regulate your pick assertion to apply the IN operator truly than the = operator on your the place clause. working example pick * FROM MYTABLE the place UniqueItemNum IN (a million,2,3) the place the numbers between the parentheses are your unique merchandise Numbers you pick to question against.
anonymous
2014-04-02 01:46:50 UTC
there is one msaccess and oledb connection program on this website



http://vb.ankwebsoft.in/msaccess-vb-oledb-connection.php



that show all insert, update, delete and select



just check it and at below connection program download link is also given just check it.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...