Click here to Skip to main content
15,888,113 members
Home / Discussions / Database
   

Database

 
GeneralRe: Login Pin
Christian Graus30-Jun-05 17:19
protectorChristian Graus30-Jun-05 17:19 
GeneralRe: Login Pin
Yulianto.30-Jun-05 17:45
Yulianto.30-Jun-05 17:45 
GeneralRe: Login Pin
Christian Graus30-Jun-05 17:49
protectorChristian Graus30-Jun-05 17:49 
GeneralRe: Login Pin
Yulianto.30-Jun-05 17:54
Yulianto.30-Jun-05 17:54 
GeneralRe: Login Pin
Christian Graus30-Jun-05 17:56
protectorChristian Graus30-Jun-05 17:56 
GeneralRe: Login Pin
Yulianto.30-Jun-05 18:01
Yulianto.30-Jun-05 18:01 
GeneralRe: Login Pin
Desi Bravo1-Jul-05 5:29
Desi Bravo1-Jul-05 5:29 
GeneralRe: Login Pin
Christian Graus1-Jul-05 20:20
protectorChristian Graus1-Jul-05 20:20 
I reiterate - I need to know where your username and password are coming from, and how you use them, to answer more fully. However, if they are in a tabe of usernames and passwords, then you should be checking log in by looking for a username/password pair in the DB that's the same as what was entered. So you just need to edit a row to change the password, or add a row to add a user.

If the user is used for any authentication, etc, it should also have an ID, and any reference to the user done via ID. Then you can change the name, too.

If you have an Access DB and a SQL server one, and you don't use stored procedures, I'd imagine you could just connect to either from your code with no trouble.

Christian Graus - Microsoft MVP - C++
GeneralRe: Login Pin
Desi Bravo3-Jul-05 4:37
Desi Bravo3-Jul-05 4:37 
GeneralRe: Login Pin
Christian Graus3-Jul-05 11:31
protectorChristian Graus3-Jul-05 11:31 
GeneralRe: Login Pin
Anonymous3-Jul-05 16:25
Anonymous3-Jul-05 16:25 
GeneralRe: Login Pin
Christian Graus3-Jul-05 16:36
protectorChristian Graus3-Jul-05 16:36 
Generalreplace function Pin
Anonymous30-Jun-05 15:45
Anonymous30-Jun-05 15:45 
GeneralRe: replace function Pin
Michael Potter1-Jul-05 10:45
Michael Potter1-Jul-05 10:45 
GeneralInsert Record into Database. What is wrong? Urgent. Thank You. Pin
shapper30-Jun-05 10:49
shapper30-Jun-05 10:49 
GeneralSelect command won't work after Insert command in stored procedure Pin
jchsiung230-Jun-05 10:15
jchsiung230-Jun-05 10:15 
GeneralRe: Select command won't work after Insert command in stored procedure Pin
Scott Serl30-Jun-05 12:33
Scott Serl30-Jun-05 12:33 
GeneralRe: Select command won't work after Insert command in stored procedure Pin
jchsiung25-Jul-05 7:28
jchsiung25-Jul-05 7:28 
Generalproduct studio Pin
ziczaczoom200430-Jun-05 7:39
ziczaczoom200430-Jun-05 7:39 
GeneralMSDE slowing down Pin
Luis Alonso Ramos30-Jun-05 6:50
Luis Alonso Ramos30-Jun-05 6:50 
GeneralRe: MSDE slowing down Pin
Colin Angus Mackay30-Jun-05 7:10
Colin Angus Mackay30-Jun-05 7:10 
GeneralRe: MSDE slowing down Pin
Luis Alonso Ramos30-Jun-05 7:29
Luis Alonso Ramos30-Jun-05 7:29 
GeneralReplication Pin
skrishnasarma29-Jun-05 23:28
skrishnasarma29-Jun-05 23:28 
GeneralRe: Replication Pin
StylezHouse30-Jun-05 2:53
StylezHouse30-Jun-05 2:53 
GeneralUnsigned numbers Pin
Jack Puppy29-Jun-05 11:44
Jack Puppy29-Jun-05 11:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.