Hi all,
I'm trying to access a MySQL database through VB6, and iv used a script I found on google. It says to access colums using " ! " followed by the column name, for example for the column 'username' use:
variable = !username
I am trying to incorporate this in to a function, where the column might change, how would I access different columns depending on variables?
I'm trying to access a MySQL database through VB6, and iv used a script I found on google. It says to access colums using " ! " followed by the column name, for example for the column 'username' use:
variable = !username
I am trying to incorporate this in to a function, where the column might change, how would I access different columns depending on variables?