Article ID: 132863
Article Last Modified on 5/7/2003
OPEN DATABASE C:\VFP\SAMPLES\DATA\TESTDATA ? DBSETPROP( "testdata", "database", "comment", "testing" ) CREATE DATABASE abc SET DATABASE TO testdata ? DBGETPROP( "testdata", "database", "comment" )
OPEN DATABASE C:\VFP\SAMPLES\DATA\TESTDATA ? DBSETPROP( "testdata", "database", "comment", "testing" ) CREATE DATABASE abc ? DBGETPROP( "testdata", "database", "comment" )The ?DBGETPROP( "testdata", "database", "comment" ) returns an empty string because the "comment" field of the current database does not contain any values. The current database name is shown in the standard toolbar.
Additional query words: kbvfp300 kbvfp500 kbvfp600
Keywords: kbbug KB132863