Hi Trent,I guess I need little more help. I have used the DataBasics.DataSources many times to execute stored procedures and it works great. In my case, I believe I need to get a SqlConnection object, so that I can execute the SqlCommandBuilder.DeriveParameters(cmd) to retrieve the stored procedure's parameters.
How do I get a valid SqlConnection object using the DataSources..ConnectionString information to be used in the following statement.
cmd = New SqlClient.SqlCommand("StoredProcedureName", >> SqlConnection Object << )
Thanks!