Hi all,

We need to be able to specify the name of the SQL Server and the name of the schema of the table we are accessing programmatically.
We can't put those information in the INT files.

In Mertech driver, after the "Login" command, we can simply use the following mertech commands to achieve such effect.

SET_DATATBASE_NAME
SET_SCHEMA_NAME

Is there something in VDF that would allow us to do that?
DF_DRIVER_SERVER_NAME is a read-only attribute
DF_FILE_OWNER might set the schema name???

Thanks in advance,

Frank Cheng