How do I populate a DataGrid with SQL statements written from a textbox in VB?
adoPrimaryRS.Open "SELECT * FROM Authors", db, adOpenStatic, adLockOptimistic.
I need to substitute the "SELECT * FROM Authors" with SQL statements from a textbox.text and then use a command...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.