Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Need advice selecting data from VFP databases from ASP pages
Miscellaneous
Thread ID:
00817450
Message ID:
00817450
Views:
45
hello,

i have some ASP pages that i am using to pull up VFP data on our intranet. i am trying to do the following SQL select statement which works fine in VFP

SELECT COUNT(*) FROM UNIQUECUST!UNIQUECUST U JOIN CS21!TRANSACTIONS T ON U.CUSTID=T.CUSTID

i am selecting data from tables in different databases. i am able to do multi table SELECTs in my ASP pages as long as both tables are in the same database.

help!

n.
Next
Reply
Map
View