Posted by: tinke...@hotmail.com
I have the following problem. I get an error on the prepare of this
statement.
SELECT OMS.sOmschrijving, TAAL.sTaal
FROM (TAAL LEFT OUTER JOIN OMS ON OMS.nTaalUN = TAAL.nUN AND
OMS.nParentUN = :pnParentUN)
When I use odbc it al works fine, but when I use ole db I get an error
on the variable in the from-clause. When I replace this variable by
it's value it also works fine.
Does anybody have any idea what I'm doing wrong?
Thanks