Greetings, wish to create varibles from a text column of a database
or how i could do this
thanks
ejm:
Cursor1=SQL1.ExecQuery("SELECT Name FROM db ")
For i=0 To Cursor1.RowCount-1
Cursor1.Position=i
Dim Cursor1.GetString("Name") as String
Next
or how i could do this
thanks
ejm:
Cursor1=SQL1.ExecQuery("SELECT Name FROM db ")
For i=0 To Cursor1.RowCount-1
Cursor1.Position=i
Dim Cursor1.GetString("Name") as String
Next