I'm using RDS to get data from an Access 2000 database.
Here's the code:
<OBJECT CLASSID="clsid:BD96C556-65A3-11D0-983A-00C04FC29E33"
ID="dsoMYDSO" WIDTH = "0" HEIGHT="0" >
<PARAM NAME="Connect" VALUE= "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=MyDataSource">
<PARAM NAME="Server" VALUE= " <PARAM NAME="SQL" VALUE= "MySQL">
</OBJECT>
The problem is that when the SQL parameter is a simple select statement against one table it works fine. However, if there are any joins in the sql, no data is returned. I've executed the sql against the database directly and it works fine.
Is this expected behavior?
Thanks for any help.
Here's the code:
<OBJECT CLASSID="clsid:BD96C556-65A3-11D0-983A-00C04FC29E33"
ID="dsoMYDSO" WIDTH = "0" HEIGHT="0" >
<PARAM NAME="Connect" VALUE= "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=MyDataSource">
<PARAM NAME="Server" VALUE= " <PARAM NAME="SQL" VALUE= "MySQL">
</OBJECT>
The problem is that when the SQL parameter is a simple select statement against one table it works fine. However, if there are any joins in the sql, no data is returned. I've executed the sql against the database directly and it works fine.
Is this expected behavior?
Thanks for any help.