Hi,
its quite stupid question i am afraid, but i cant solve it myself.
Using a variable from database query result("columns" shows an error - "Type difference: [String " "]" or something like that.
Here is my code:
For column = 1 To result("columns"
Response.Write "column number"& column
Next
I wonder, if I can use variable in for command ... ?
Thx for help,
Gany
its quite stupid question i am afraid, but i cant solve it myself.
Using a variable from database query result("columns" shows an error - "Type difference: [String " "]" or something like that.
Here is my code:
For column = 1 To result("columns"
Response.Write "column number"& column
Next
I wonder, if I can use variable in for command ... ?
Thx for help,
Gany