Click here to Skip to main content
15,911,896 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: sql query Pin
GuyThiebaut23-Jul-07 2:24
professionalGuyThiebaut23-Jul-07 2:24 
QuestionRe: sql query Pin
andyharman23-Jul-07 5:52
professionalandyharman23-Jul-07 5:52 
AnswerRe: sql query Pin
GuyThiebaut23-Jul-07 22:55
professionalGuyThiebaut23-Jul-07 22:55 
Questiontext file to html Pin
Sebastian T Xavier22-Jul-07 23:22
Sebastian T Xavier22-Jul-07 23:22 
AnswerRe: text file to html Pin
Tom Deketelaere22-Jul-07 23:29
professionalTom Deketelaere22-Jul-07 23:29 
GeneralRe: text file to html Pin
Sebastian T Xavier23-Jul-07 0:14
Sebastian T Xavier23-Jul-07 0:14 
Questionusername and password Pin
saraswathy14322-Jul-07 23:16
saraswathy14322-Jul-07 23:16 
AnswerRe: username and password [modified] Pin
Tom Deketelaere22-Jul-07 23:25
professionalTom Deketelaere22-Jul-07 23:25 
1. first check if the username is present in the database
if so go to 2.;P
if not insert a new record in db with username and password (make username unique value in db otherwise you might have problems)

2. this is depending on wether or not you want to encrypt the password
if not you just compare 2 strings (password is saved as a readable string in db)
if txtusername.text.tolower.equals(db.username.tolower) then
if txtpassword.text.tolower.equals(db.password.tolower) then
end if
end if

if you do want to use encrypted password its a bit more difficult but I have the code somewhere if you need it I'll look for it
just let me know


hope this helps



-- modified at 9:44 Monday 23rd July, 2007
GeneralRe: username and password Pin
saraswathy14323-Jul-07 18:34
saraswathy14323-Jul-07 18:34 
QuestionProblem with VS 2003 Pin
Vimalsoft(Pty) Ltd22-Jul-07 22:34
professionalVimalsoft(Pty) Ltd22-Jul-07 22:34 
AnswerRe: Problem with VS 2003 Pin
originSH23-Jul-07 1:17
originSH23-Jul-07 1:17 
GeneralRe: Problem with VS 2003 Pin
Vimalsoft(Pty) Ltd23-Jul-07 2:11
professionalVimalsoft(Pty) Ltd23-Jul-07 2:11 
QuestionHow to write into the text file line by line without the space in between the line? Pin
sweehin1822-Jul-07 21:47
sweehin1822-Jul-07 21:47 
AnswerRe: How to write into the text file line by line without the space in between the line? Pin
Tom Deketelaere22-Jul-07 22:32
professionalTom Deketelaere22-Jul-07 22:32 
GeneralRe: How to write into the text file line by line without the space in between the line? Pin
sweehin1822-Jul-07 22:57
sweehin1822-Jul-07 22:57 
GeneralRe: How to write into the text file line by line without the space in between the line? Pin
Tom Deketelaere22-Jul-07 23:11
professionalTom Deketelaere22-Jul-07 23:11 
GeneralRe: How to write into the text file line by line without the space in between the line? Pin
Luc Pattyn23-Jul-07 2:46
sitebuilderLuc Pattyn23-Jul-07 2:46 
GeneralRe: How to write into the text file line by line without the space in between the line? Pin
sweehin1824-Jul-07 8:32
sweehin1824-Jul-07 8:32 
GeneralRe: How to write into the text file line by line without the space in between the line? Pin
Luc Pattyn24-Jul-07 11:45
sitebuilderLuc Pattyn24-Jul-07 11:45 
GeneralRe: How to write into the text file line by line without the space in between the line? Pin
sweehin1824-Jul-07 23:06
sweehin1824-Jul-07 23:06 
GeneralRe: How to write into the text file line by line without the space in between the line? Pin
Luc Pattyn24-Jul-07 23:33
sitebuilderLuc Pattyn24-Jul-07 23:33 
GeneralRe: How to write into the text file line by line without the space in between the line? Pin
sweehin1824-Jul-07 23:48
sweehin1824-Jul-07 23:48 
GeneralRe: How to write into the text file line by line without the space in between the line? Pin
Luc Pattyn24-Jul-07 23:59
sitebuilderLuc Pattyn24-Jul-07 23:59 
Questionerror at runtime Pin
Sonia Gupta22-Jul-07 21:19
Sonia Gupta22-Jul-07 21:19 
QuestionTransparencykey for runtime drawing Pin
Ahmad Zaidi22-Jul-07 20:56
Ahmad Zaidi22-Jul-07 20:56 

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.