Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Fx2.6 Tables via ADO in Active Server Pages
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00590454
Message ID:
00591129
Views:
22
>Thank you very much for your reply.
>
>Is it possible to create readonly recordsets by submiting queries joining two tables? I have done this successfully using ADO with the same provider in Visual Basic however it doesn't seem to work in ASP.
>
>Thanks in advance
>
>George

Yes it is. For example, a query like this works on a free table directory DSN: Select * from mytbl1 join mytbl2 on mytbl1.mrn_no=mytbl2.mrn_no. If it works in VB it should work in ASP too. One thing that could be different about the two environments is the permissions. What error message are you getting?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform