Hi All,
I am using VB6 with mysql database recently. But I am having problem with showing the text type of mysql field value in a Msflexgrid.
Msflexgrid1.TextMatrix(i, 3) = "" & rdoRS.rdoColumns("products_publisher").Value
This line gives error message. Anybody could help me?
Many thanks.
Tomii