Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading a Stored Procedure back to Vb.net

Status
Not open for further replies.

bjr149

Programmer
Jul 18, 2005
26
US
Ok my code works great, and it returns what it needs to. Except something weird is happening when i print out the table from vb.net. This is what the stored procedure give me when i run it with the params in SQL query analyzer.

1000.0000 1
1000.0000 1
1000.0000 1
1000.0000 1
1000.0000 1
2000.0000 1
2000.0000 1
2500.0000 1
40000.0000 0
500000.0000 0
2000000.0000 0
10000000.0000 0
50000000000.0000 0

This is what it gives me when i try to print it back out in vb.net

1000.0000
1000.0000
1000.0000
1000.0000
1000.0000
2000.0000 1
2000.0000
2500.0000
40000.0000 0
500000.0000 0
2000000.0000 0
10000000.0000 0
50000000000.0000 0



How is this possible? lol i have every problem possible.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top