Wrong Database Results

bkpwns

New Member
I'm trying to call a SQL Server stored procedure from ASP.NET. I've done this all over my site, and haven't had any problems yet. But, for some reason, on a certain page I'm getting the wrong results.<BR><BR>Basically, if I run the stored procedure in Query Analyzer, I get correct values (of type real) in the column. But when I run it from ASP.NET, everything in that column comes back as 0.0. The rest of the columns have the correct value. I know that this is kind of vague and that I'm not posting code, but I was just curious if anyone else has had a similar problem.Maybe you've done something wrong in that page (wrong letter or so.) You can check that and you can look in the source code of the page, and see if there was gone something wrong.<BR>To give you a more specific answer post your source code, I'am just guessing right now..
 
Back
Top