[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!! :D
Re: Advice + a bit of help would be superb (VB 2008)
Since your description is vague, the best answer I can give is vague.
Quote:
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
Quote:
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.
Re: Advice + a bit of help would be superb (VB 2008)
Your question is unclear,please re-formulate your question.