|
FoxDataObjects |
Object-Relational Mapping Tool for Visual FoxPro® |
|
|
SetDefaultSchemaFile Method |
||
|---|---|---|
|
Sets the Server.DefaultSchemaFile property with the file name string value passed as a parameter
|
|||||
|
Return Values |
|||||
|
|||||
|
Parameters |
|||||
|
|||||
|
Remarks |
|||||
|
The SetDefaultSchemaFile method receives a string parameter with the full schema file name and stores it on the Server.DefaultSchemaFile property. Returns .T. (True) if the property was set correctly, otherwise it returns .F. (false) The Server.DefaultSchemaFile property value is used by the Server.NewSession method when no schema file is passed as a parameter.
|
|||||
| Example | |||||
|
SET PROCEDURE TO FDO ADDITIVE oServer=CREATEOBJECT("fdoServer")
oSession=oServer.NewSession()
|
|||||
|
See Also |
|||||
|
DataSource class | Server.NewDataSource method | Server.DefaultDataSource property | Session.Connect method | Server.DefaultDataSourceLookupMode property | 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