Can someone give me a hand..
Hi,
I'm very new in VB.NET :blush: :blush:
I want to make a looping start from 0 until 99...my friend told me that, better to do it in SQL Query...
but I don't understand how to make it...
can anyone help me..? :cry:
or share a simple looping Query for me..? :p
Thanks a lot
Re: Can someone give me a hand..
Hi,
What's the purpose of your .net loop statement?
Explain further plsssss...
Greg
Re: Can someone give me a hand..
I want to make like this :
-----------
|No.1|No.2|
-----------
| xxx | 0 |
| xxx | 1 |
| xxx | 2 |
| xxx | 3 |
The "Number 2" is start from 0 and looping whenever I add "Number 1"...
Re: Can someone give me a hand..
Are you running just a straight loop or are you interacting somehow with a database?
Unless you are, in fact, interacting with some kind of database, I fail completely to see where SQL would play any sort of role at all.