Access SQL table data from VB

josh2009

Member
Joined
Sep 16, 2009
Messages
14
Programming Experience
Beginner
Hi,

Just started working with VB.net so pls excuse my terminology as I don’t have them down yet. Anyways, how can I access SQL data from VB? I am working on a purchased application with a bunch of 3rd party VB controls. What I would like to accomplish is to validate certain controls for user entry and I have one 3rd party control that has a table grid in it displaying SQL data and was wondering if it's possible to validate that SQL table data. And to complicate things, the 3rd party control is located in a different form altogether from the form where I need to insert my validation button. And I am very limited knowledge with the namespace, inherits keywords. Any help will be greatly appreciated.

Thanks.
 
Sort of like asking, how do I program.... theres nothing specific to your question that we can give a direct answer to other then saying its time to do some reading and learn how to progam with VB & Ado.net.
 
Back
Top