Peter
2005-03-24 03:05:05 UTC
It seems to me that if I issue a SQL statement such as select * from tableX
and tableX is not in the current dbc, the SQL statement will search for
tableX based on the path of the current dbc. So, if the current dbc is
located in c:\vfp\test, the SQL statement will search for tableX in
c:\vfp\test. If tableX is in c:\vfp\test, the SQL statement will return a
resultset. If it is not, it will ask for a directory.
Thanks.
and tableX is not in the current dbc, the SQL statement will search for
tableX based on the path of the current dbc. So, if the current dbc is
located in c:\vfp\test, the SQL statement will search for tableX in
c:\vfp\test. If tableX is in c:\vfp\test, the SQL statement will return a
resultset. If it is not, it will ask for a directory.
Thanks.