Posts Tagged ‘Connection’

Open Tables Directly

Wednesday, February 27th, 2008

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

(more…)

How to use Oracle Instant Client

Sunday, February 24th, 2008

Instant Client allows you to run your applications without installing the standard Oracle client or having an ORACLE_HOME. OCI, OCCI, Pro*C, ODBC, and JDBC applications work without modification, while using significantly less disk space than before. Even SQL*Plus can be used with Instant Client. No recompile, no hassle.

(more…)

How to Login to Server and Call a DataFlex Program

Sunday, February 24th, 2008

SQL Server databases has its own date format. This is a clean way to receive date columns from a statement (stmt) directly to a DataFlex (DF) Table.Field or a Date Variable.

(more…)