Data Security with Flex2SQL and BTR2SQL Connectivity Products
The most common reason for Enterprises looking to migrate from legacy Btrieve or DataFlex databases is the urgent need to address security and...
You can open an SQL table without having an INT file by using the Open method. Although you don’t need the INT file, an FD file is still required to compile your DF/VDF application.
Open "<DriverName>:\<ServerName><DataBaseName>*<Owner>*<TableName>" as <TableName>
MySQLopen "MDSMYSQL:\localhostmertech*customer" as customer
MS SQLServerOpen "SQL_DRV:\MertechServerSQLServer2012MertechDB*dbo*customer" as customer
PostGreSQLopen "MDSPGSQL:\localhostframework*customer" as customer
Oracleopen "ORA_DRV:\ora11gmertech*customer" as customer
You can also open an SQL table directly using the "Open As" option in VDF dbExplorer by typing the complete SQL table path.
The most common reason for Enterprises looking to migrate from legacy Btrieve or DataFlex databases is the urgent need to address security and...
Introduction Many independent software vendors (ISV) and corporate users still rely on applications that use a category of database collective called...
COBOL applications are the foundation of numerous essential business functions, especially within the banking, insurance, and government sectors....