KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Connecting 4D for Oracle to Oracle 8.x
PRODUCT: 4D Oracle | VERSION: 2003 | PLATFORM: Mac & Win
Published On: October 10, 2003

Versions: 6.7.x, 6.8.x , 2003.x
Platforms: Mac OS and Windows

When using 4D for Oracle to connect to an Oracle Server v 8x, you must use the command OD Login to establish the connection. By passing 1 as the connection mode into the command, 4D for Oracle will force the connection and the actions to be made as Oracle v7 behavior.

For example:

Login_ID := OD Login ("SCOTT"; "Tiger"; "T:193.57.168.10:ORA7";1)