Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Basic uses

Status
Not open for further replies.

roly

MIS
Joined
Jan 13, 2001
Messages
1
Location
US
where is it used as real world examples
 
How do you open databases in Visual Basic at runtime? Also how do you do SQL queries throught visual basic to a database and return an answer.
 
I would really recomend for generic questions such as these to look in either a book, or the FAQ (Frequenly Asked Question) listed on this forum. Karl
kb244@kb244.com
Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)

 
SQL can be done by typing this code "[Database Name].RecordSource="SELECT * FROM....etc"

You can also create a query in Access then call it on the record source property of your data control...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top