Executing an SQL View to populate a textbox

BOA_Dev

Active member
Joined
Feb 16, 2007
Messages
32
Programming Experience
1-3
I have a simple sql view that takes the sum of several fields. I want to bind this to a textbox on a form in vb.net. I know how to do this in MSAccess but Im new to .net/sql so Im not sure how I would go about doing this.

Can anyone point me in the right direction? thanks
 
Back
Top