Page view counter

queriestableadapter

Last post 10-24-2006 5:05 AM by Annddrew. 1 replies.

Sort Posts:

  • queriestableadapter

    11-22-2005, 2:25 PM
    • Loading...
    • sboshuis
    • Joined on 02-08-2005, 5:25 PM
    • Posts 35
    • Points 175

    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?


  • Re: queriestableadapter

    10-24-2006, 5:05 AM
    • Loading...
    • Annddrew
    • Joined on 02-07-2006, 1:52 PM
    • Posts 85
    • Points 237

    Unfortunately I don't have an answer to your question but rather two questions as I'm new to this. Do you know what's difference between  a regular TableAdapter and a QueriesTableAdapter ? How do you preview data in the XSD ? Thank you for your help !

Page 1 of 1 (2 items)