Article ID: 134978
Article Last Modified on 2/15/2000
OPEN DATABASE SYS(2004)+'SAMPLES\DATA\TESTDATA' ? FULLPATH( DBGETPROP( 'CUSTOMER' , 'TABLE' , 'PATH' ) , DBC() )Use the following commands to create a table in a different directory from the database, and then obtain the path of the table using the functions described.
SET DEFAULT TO SYS(2004)+'SAMPLES\MAINSAMP' CREATE DATABASE test CREATE TABLE data\testtbl (field1 C (50)) CLOSE ALL OPEN DATABASE test ? FULLPATH( DBGETPROP( 'TESTTBL' , 'TABLE' , 'PATH' ) , DBC() )
Additional query words: 3.00 VFoxWin
Keywords: KB134978