There's no way to know for sure with the tiny snippet you posted, but it looks like it's modifying records in a recordset.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
I'm not really familiar with MySQL, but Googling for table_rows shows some possible issues. See the first two here:http://www.google.com/search?q=table_rows&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a[^]
Why in VB 6.0? Surely you have VB.Net? VB 6 is deeply unsupported, whereas VB.Net is not only supported but has more inbuilt sql connectivity.
------------------------------------ "Children today are tyrants. They contradict their parents, gobble their food and tyrannize their teachers. I despair for the future." Socrates 400BC
Yes it is possible. Use the ODBC driver for VB6 via a DSN and issue commands through ADO. Look-up the syntax on the MySQL website for CREATE DATABASE databaseName and associated admin functions.
Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane