Hi,
I want to to select an item from my table and hold (insert) it into a string that I declare. How do I do it in VB.NET.
For instance,
Dim holdItem as string
Dim SQL as string = "SELECT item from mytable WHERE ...."
My question is how select that item and insert into holdItem as I declare above in ADO.NET or VB.NET? Any help would appreciate it.
Thx
I want to to select an item from my table and hold (insert) it into a string that I declare. How do I do it in VB.NET.
For instance,
Dim holdItem as string
Dim SQL as string = "SELECT item from mytable WHERE ...."
My question is how select that item and insert into holdItem as I declare above in ADO.NET or VB.NET? Any help would appreciate it.
Thx