Hi,
In the beta2 Visual Studio 2005 everything was ok but now using the final release version suddenkly this doesnt work anymore so anyone some solution?
I use typed dataset (xsd) with queriestableadapter returning just the return value from stored procedure. (scalar)
The code that uses this is simple:
Dim myQueries As New myTableAdapters.QueriesTableAdapter()
intreturn = myQueries.dosp(str1, str2)
Only since using the final Visual Studio suddenly allways 0 is returned.
I know the SP is ok and also if in the XSD I use preview data it returned the correct interger value.
Anyone?