Open Tables Directly

Using this method you don’t need to have a INT file but the FD is still needed.

It is a Open as method.

Syntax:

Open "<DriverName>:\\<ServerName>\<DataBaseName>*<Owner>*<TableName>" as <TableName>

Examples

Flex2SQL for Oracle

Open "sql_drv:\\(local)\tempdb*dbo*##customer" as customer

Flex2SQL for MySQL

Open "MDSMYSQL:\\localhost\framework*customer" as customer

Tags:

Leave a Reply