FoxDataObjects

Object-Relational Mapping Tool for Visual FoxPro®

 AutoCreateSchemaFile   Property

 

 

Determines if Server.NewSession method creates a new empty schema file when the provided schema file name does not exists.

 Server.AutoCreateSchemaFile [=lValue]

 

Property Values

 

lValue

 
  The settings for the AutoCreateSchemaFile property are:
Setting Description
(True) .T. NewSession method will try to create a new schema file if the specified one does not exists.
(False) .F. NewSession method will return False if the specified Schema File does not exists.

Remarks

  When this property is set to .T. , the Server.NewSession method will create a new schema file if the specified one is not found.

See Also

Server.NewSession method

Applies to: Server object

Send feedback on this topic to RunAhead Technologies

For Technical support and product issues please contact us at support@foxdataobjects.com or visit http://www.foxdataobjects.com

Copyright (c) 2000-2005 RunAhead Technologies