Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RDS issue with MSAccess

Status
Not open for further replies.

mgid

Programmer
Oct 2, 2000
87
US
I'm using RDS to get data from an Access 2000 database.
Here's the code:

<OBJECT CLASSID=&quot;clsid:BD96C556-65A3-11D0-983A-00C04FC29E33&quot;
ID=&quot;dsoMYDSO&quot; WIDTH = &quot;0&quot; HEIGHT=&quot;0&quot; >
<PARAM NAME=&quot;Connect&quot; VALUE= &quot;Provider=Microsoft.Jet.OLEDB.4.0; Data Source=MyDataSource&quot;>
<PARAM NAME=&quot;Server&quot; VALUE= &quot; <PARAM NAME=&quot;SQL&quot; VALUE= &quot;MySQL&quot;>
</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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top