Our 3D CAD supplier models have been moved to 3Dfindit.com, the new visual search engine for 3D CAD, CAE & BIM models.
You can log in there with your existing account of this site.
The content remains free of charge.
# which driver should be used when CreateObject("DATABASE.ODBCDB") is called # takes platform depending driver before the common one # if no dbproxy.cfg is avalaible in $CADENAS_SETUP, the ODBC driver will be used # calling CreateObject("DATABASE.JDBCDB") will definitivly use the JDBC driver, # if installed [COMMON] Driver=DATABASE.ODBCDB [x86] Driver=DATABASE.JDBCDB
If the file
$CADENAS_SETUP/dbproxy.cfg
is
not available or was renamed, the ODBC driver is now used. Otherwise the
driver is used which is entered under the section of the used operating
system. The operating system identification is located in the environment
variables OSNAME (Windows z.B. x86).
In the above example (standard installation) The JDBC driver is used for all other operating systems in Windows.
[PLINKDB] Server=erp001 ServerDB=PLINKDB DriverClass=net.sourceforge.jtds.jdbc.Driver URL=jdbc:jtds:sqlserver://erp001:1433/PLINKDB
In the example above (Standard Installation) the name PLINKDB is used for database connection. This name should also be set in the PARTlinkManager under Extras --> Configure ERP environment --> tab page Database (see following image).