|
-
May 10th, 2011, 02:54 AM
#1
Thread Starter
New Member
[RESOLVED] Advice + a bit of help would be superb (VB 2008)
I've created a log in system using a database and query builder to return the correct values, however, once the users signed in I need to bring up the rest of their data from the same table in the database. How'd be the best way of going about this?
I'm not sure whether the log in should be changed to use the primary key as well and whether this may help but I don't really know how to go about this.
Any help would be much appreciated!!
-
May 10th, 2011, 09:23 AM
#2
Re: Advice + a bit of help would be superb (VB 2008)
Since your description is vague, the best answer I can give is vague.
 Originally Posted by Seer73
I've created a log in system using a database and query builder to return the correct values, however, once the users signed in I need to bring up the rest of their data from the same table in the database. How'd be the best way of going about this?
ADO.NET
 Originally Posted by Seer73
I'm not sure whether the log in should be changed to use the primary key as well and whether this may help but I don't really know how to go about this.
You can use the login ID as the primary key.
VB6 Library
If I helped you then please help me and rate my post!
If you solved your problem, then please mark the post resolved
-
May 10th, 2011, 01:03 PM
#3
Lively Member
Re: Advice + a bit of help would be superb (VB 2008)
Your question is unclear,please re-formulate your question.
If my post was helpful to you, then express your gratitude using Rate this Post.
To understand recursion, you must first understand recursion.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|