Hello Newsgroup,
I'm back to my dblinq project. Currently I get the 1010 error on
normal inner join statements. I have downloaded the latetes source
from the Google SVN. Can someone tell me if changes for the JOINs were
planned?
' This kind of SQL Stmt throws a "Unhandled Expression Type 1010"
Exception
Dim oAllOrderA = From aaaa In m_oMySqlDB.aa _
Join bbbb In m_oMySqlDB.bb _
On aaaa.ID Equals bbbb.aaaaID _
Join cccc In m_oMySqlDB.cc _
On aaaa.ID Equals cccc.ccID _
Join dddd In m_oMySqlDB.dd _
On bbbb.ID Equals dddd.bbID _
...
Select New With {
.a = aaaa, _
.b = bbbb, _
...
}
Regards
Mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---