Posts
 
Reputation
Joined
Last Seen
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.

0 Endorsements
Ranked #107.71K
Ranked #4K
~317 People Reached
Favorite Forums

1 Posted Topic

Member Avatar for gingank

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.. …

Member Avatar for 9884616532
0
317

The End.