Click here to Skip to main content
16,018,158 members

Comments by ramesh arunchalam (Top 5 by date)

ramesh arunchalam 20-Dec-16 9:18am View    
Normal my Insert Query like this.BEGIN
insert into member(id,Name,Fname,Gender,Add1,Add2,District,Pincode,Mobile,Email,Occupation,DateofBirth) values(id,name,fname,gender,add1,add2,district,pincode,mobile,email,occupation,dateofbirth);
END
"I want add one field Fid and id field value store to fid filed at same time"
is Possible.?
ramesh arunchalam 20-Dec-16 9:01am View    
Thank You For You answer.Is there any option same data to multiple column?.if have,send me syntax please.
ramesh arunchalam 1-Jun-16 5:53am View    
asp
ramesh arunchalam 1-Jun-16 5:43am View    
Button.,
ramesh arunchalam 1-Jun-16 5:42am View    
Sorry for the late,when i click the submit button with blank textbox field,i want show alert or warning massage in browser.can't click without text by user..,