> Using VFP 9 SP1.
What's wrong with SP2?
It requires a lot of manual hot-fixing/bug patching to get installed
properly, and the stuff it actually (eventually, after all that) fixes
isn't relevant to my needs.
> SELECT configx.modname, configx.modcode FROM "F:\cildata2\configx" INTO
> CURSOR tmpAvailMods NOFILTER
In that example is configx open at that point? I would never do anything
to a table that I hadn't explicitly opened first, i.e.
The table is managed by a DBC and my data classes always know what the path
is. I use OPEN DATABASE [Path to my database}\MyDatabase.dbc, followed by
SET DATABASE TO [Path to my database}\MyDatabase.dbc.
Having done this, a SELECT will access any table in the database whether
it's open or not.
If the code doesn't know where to find the table, or the path to the table
is not valid, VFP will throw Error 1 "File does not exist", not Error 2115.
Thanks.
Ken Dibble
www.stic-cil.org
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.