
CATraxx - Updated Data Server
A beta of v8.30.03 is now available for download. Two changes in this update:
1. The problem with parameters passed by reference has been fixed (parameter values modified by the server not passed back to the client application).
This means that using Delphi and early binding will now work:
viewtopic.php?f=46&t=106392. You can now choose to either connect to a running instance (of CATraxx), or start a new instance (with no visible GUI). Note that you
must call the new
Quit method when closing the connection to the server if you created a new instance.
Also note that if you create a new instance, the last used database is not opened automatically. You must manually set the
Database property to open the database.
In Delphi, if you use early binding, use the
ConnectKind property to control this (
ckNewInstance,
ckRunningInstance or
ckRunningOrNew). You can set the AutoQuit property to automatically call Quit when you close the connection to the server.
If you use late binding, use
GetActiveOleObject to connect to the running instance of CATraxx.
CreateOleObject will always create a new instance.
You can download the beta version from
http://www.fnprg.com/catraxx/dl/catraxx ... _setup.exe