0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
hey i have the code for ur probs.... [B]for retrieve[/B] give this code for [B]textbox_lostfocus...[/B]. [COLOR="Red"]recordset_object.open "select * from table_name where batch_id =' " & (batch_idtextbox) &"'",connection_object,adodb.opendynamic while recordset_obj.eof=false textbox2.text = recorset_obj(1) textbox2.text = recorset_obj(1) recorset_obj.movenext wend recordset_obj.close[/COLOR] this command is used to retrieve the datas frm the database table.. …
The End.
9884616532