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.
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.