A1VBCode Forums

to get the records field


http://www.a1vbcode.com/vbforums/Topic28120.aspx

By Makura - 8/31/2009

how to get the records fields in sql server like in vb.



x.open("select name,address from abc"),cn..........................





txtname.text=x!name

txtaddress.text=x!address




By vb5prgrmr - 9/1/2009

If you are in a stored proceedure or trigger it is as simple as writing your query. See my answer to you in your other thread and keep in mind that you should really explain what you want versus the few lines that you give.

 

 

 

Good Luck