Is there a way to create remote views that act like MS Access remote
connections?
In access you set up the remote connection (via odbc). Then if you create
a query, it seems to do a pass-through query returning only the desired
records.
In vfp, if I define a remote view and then run a sql-select against it, it
downloads the entire table before applying the where criteria to limit the
data. I don't want to use a parameter query because I might select on
different criteria each time. I write a sqlexec type pass-through query
but I just thought it would be nice if it was as easy as access ;-)
Rick Fitch