Click here to Skip to main content
15,919,358 members
Home / Discussions / C#
   

C#

 
AnswerRe: program crashes after GC works Pin
leppie27-May-06 4:42
leppie27-May-06 4:42 
Questioncheck if a function is running Pin
donkaiser26-May-06 6:03
donkaiser26-May-06 6:03 
AnswerRe: check if a function is running Pin
Guffa26-May-06 6:40
Guffa26-May-06 6:40 
QuestionDCOM server in C# Pin
shezh26-May-06 5:36
shezh26-May-06 5:36 
QuestionDrawing a rounded rectangle Pin
Ista26-May-06 5:16
Ista26-May-06 5:16 
AnswerRe: Drawing a rounded rectangle Pin
J4amieC26-May-06 5:26
J4amieC26-May-06 5:26 
GeneralRe: Drawing a rounded rectangle [modified] Pin
Ista26-May-06 5:43
Ista26-May-06 5:43 
Questionhowto handle password fields when inserting to msaccess? Pin
cmpeng3426-May-06 4:54
cmpeng3426-May-06 4:54 
hi all,
is there something important to do that i dont know when inserting password fields into database ?
i have a password textbox on my form and have a masked field on database.

look at this :
string query = "insert into users(username,password,status,logintime,lastlogintime) values('" + txtuser.Text + "' , '" + txtpassword.Text + "' , '" + cmbstatus.Text + "','" + lblLoginTime.Text + "','" + lblLoginTime.Text + "')"; gives insert into error.

but this :
string query = "insert into users(username,status,logintime,lastlogintime) values('" + txtuser.Text + "' , '" + cmbstatus.Text + "','" + lblLoginTime.Text + "','" + lblLoginTime.Text + "')";

doesnt give an error ;( [password field removed when inserting data to database.]

so i dont know why that masked password field causes an error when inserting data ?

help please ...
thanks in advance,
bye.
AnswerRe: howto handle password fields when inserting to msaccess? Pin
albCode26-May-06 5:37
albCode26-May-06 5:37 
QuestionAccessing the (Default) key in the registry? Pin
LongRange.Shooter26-May-06 4:12
LongRange.Shooter26-May-06 4:12 
Questionwait time Pin
donkaiser26-May-06 3:19
donkaiser26-May-06 3:19 
AnswerRe: wait time Pin
J4amieC26-May-06 3:40
J4amieC26-May-06 3:40 
GeneralRe: wait time Pin
donkaiser26-May-06 4:11
donkaiser26-May-06 4:11 
GeneralRe: wait time Pin
Wjousts26-May-06 4:19
Wjousts26-May-06 4:19 
AnswerRe: wait time Pin
stancrm28-May-06 20:49
stancrm28-May-06 20:49 
Questionhowto insert textbox.text into access ? Pin
cmpeng3426-May-06 3:10
cmpeng3426-May-06 3:10 
AnswerRe: howto insert textbox.text into access ? [modified] Pin
albCode26-May-06 3:15
albCode26-May-06 3:15 
GeneralMessage Closed Pin
26-May-06 3:38
cmpeng3426-May-06 3:38 
GeneralRe: howto insert textbox.text into access ? [modified] Pin
albCode26-May-06 3:53
albCode26-May-06 3:53 
GeneralMessage Closed Pin
26-May-06 4:29
cmpeng3426-May-06 4:29 
GeneralRe: howto insert textbox.text into access ? [modified] Pin
eggsovereasy26-May-06 9:27
eggsovereasy26-May-06 9:27 
GeneralRe: howto insert textbox.text into access ? [modified] Pin
t.thomsen@judoo.dk26-May-06 10:44
t.thomsen@judoo.dk26-May-06 10:44 
QuestionPitch from Wav Pin
gnjunge26-May-06 2:31
gnjunge26-May-06 2:31 
AnswerRe: Pitch from Wav Pin
mav.northwind26-May-06 13:13
mav.northwind26-May-06 13:13 
GeneralRe: Pitch from Wav Pin
gnjunge27-May-06 22:23
gnjunge27-May-06 22:23 

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.