Link to home
Start Free TrialLog in
Avatar of szx248
szx248

asked on

Datasource ?

I have a Datasource that's bound to an SQL Server stored procedure. This sp needs to be passed a paramater. How would I have the DS pass it the paramater?
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of szx248
szx248

ASKER

>Dim conn As New SqlConnection(connectionString)

what is the connectionString? I am getting an error on this which I guess means that I have to set it. But how?