
Using Data from a Foxpro 3.0 DBC linked databases
Quote:
> Unless someone knows something that I would love to know, it doesn't seem
> possible to pass Sql to an OpenRecordSet, either when it is not a Jet
> database or is a FoxPro don't know which yet. Able to open and use the
> Database as long as I am willing to take it total, I can live with that,
> but does slow things down.
I haven't bothered to check if it works on others, but SQL CAN be used on a
dynaset! Unfortunately, M/S has complicated things in that attached
databases can NOT be opened as tables, and searched like them. Various modes
give different results on the SAME table! JET should handle all of that in
the background! BTW, a dynaset is perhaps the most flexible(though NOT the
best). You can do the SQL operations on an attached table. I would HOPE you
can do them on ANY attached table! FOXPRO historically has NOT been SQL, but
one would hope it can be through JET!
I have only been working with JET, ODBC, and some SQL systems. It's been a
while since I touched DBASE(foxpros father), CLIPPER(it's cousin), or any
thing related.
Steve