MySQL Forums
Forum List  »  Connector/ODBC

join problem
Posted by: jhon do
Date: April 21, 2005 07:42AM

SELECT table1.field1 AS table1_field1, table2.* FROM table2 RIGHT JOIN table1 ON table1.id=table2.id and table2.otherfield=2

this qury work sucsesfuly but i am execute thi query visual basic i have error

join expression not supported !

how to solve this problem


now thanks

note
i use ms vb 5.0

Options: ReplyQuote


Subject
Written By
Posted
join problem
April 21, 2005 07:42AM


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.