Hello boys.. I'm here for an advice.. I have table 'users' with : ID , USER.. And 'activities' with : USER_ID , activity..
I want to select the USER_ID from 'activities' to find the user ID in the 'users' table..
I am using the VB database..
On php i know how to do this , but in VB i can't imagine how to select a row from a table , and to find it on anoter table..
I hope you understand , and you can help me .
Istw 0 Newbie Poster
Recommended Answers
Jump to PostDo you know ADO.NET? Using ADO.NET classes you may establish database connection and execute queries.
Jump to PostStart learning ADO.NET from MSDN.
Edit:
Corrected it.
All 7 Replies
Istw 0 Newbie Poster
kvprajapati 1,826 Posting Genius Team Colleague
Istw 0 Newbie Poster
kvprajapati 1,826 Posting Genius Team Colleague
Istw 0 Newbie Poster
Netcode 33 Veteran Poster
adam_k 239 Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.