MySQL Forums
Forum List  »  Newbie

Can't find rows from VB6
Posted by: Marco Castagnetti
Date: March 22, 2008 07:23AM

Hello,
I have a DB with several tables. When I use the MySQL Query Browser to query the tables, I get all of the rows. By using a program written in VB6, I get the rows in all of the tables except for 5 of them. That is, if I run a SELECT on those tables, the resulting recordset is empty.

Strangely, if I run a SELECT in VB6 on a view that has an INNER JOIN on 4 tables (3 of the tables mentioned above plus another one), I get the correct result. And if I run an INSERT in VB6 on one of those tables, the new row is correctly inserted (but I can't retrieve it later with a SELECT...).

I tried with several users, including root, but the result is always the same.

Any ideas?

Thank you.

PS. I'm running MySQL version 5.0.18

Options: ReplyQuote


Subject
Written By
Posted
Can't find rows from VB6
March 22, 2008 07:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.