Hi! Guys
It's me again
I need help with executing sql statements within
VB and displaying results on a textbox.
e.g Select ContactName from Customers where CustomerID = 'ALFKI'
I want to display the contact name on a textbox (either by sending the sql result to a variable then binding the variable to the textbox or by sending the sql result directly to the textbox).
Please help