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...
SET_SESSION_PARAMETER OEM_TRANSLATION_STATE allows users to programmatically enable or disable OEM to ANSI translation. Once enabled, this affects all data files used by the application. This is equivalent to adding "TRANSLATE_OEM_TO_ANSI 1" in the INT file. SET_SESSION_PARAMETER OEM_TRANSLATION_STATE can be called at any time.
This command is only available for Flex2SQL for SQL Server. Please remember to update your Mertech.inc file before using this command.
Example 1:
#include mertech.inc
// this must be called before the LOGIN command
Load_Driver "SQL_DRV"// disable the OEM translation
SET_SESSION_PARAMETER OEM_TO_ANSI to DFFALSE
//log on to the server
Login "server" "user" "password" "sql_drv"
Example 2:
// enable the OEM translation at SQLFlex level
Login "server" "user" "password" "sql_drv"
SET_SESSION_PARAMETER OEM_TRANSLATION_STATE to DFTRUE
Open customer// disable the OEM translation at SQLFlex level
SET_SESSION_PARAMETER OEM_TRANSLATION_STATE to DFFALSE
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....