if you wish several users to share the same copy of Paradox, you'll need to install the software on the server (of course).
Next, you'll need to create shortcuts on the users' desktops that start Paradox in a way that gives each user a unique private directory.
In my experience, the easiest way to do this is to add the following command-line option to the Paradox shortcut:
-p C:\WINDOWS\TEMP
The -p switch controls the private directory for a given Paradox session; the specific directory should be one that's consistently available for all users.
If everyone in the organization is using the same version of Windows, you can configure this in the BDE32.CFG file (using BDE Administrator from Control Panel).
For more information regarding Paradox's command-line switches, please see
Yes, you can use ODBC to connect to a copy of the database on the server, however, much will depend on the ODBC driver you're using. For best results, use the driver provided with WPO 2002 Office Professional instead of the one provided by Microsoft.
The MS Driver has long been known for, um, not taking full advantage of the file type's abilities. However, the driver provided with WPO is Data Direct's driver and has long been the driver of choice for Paradox tables. For example, older versions of the MS driver do not support Paradox 7 tables while Data Direct's supported them almost immediately.
The problem, though, with the ODBC driver approach is that you'll only gain access to the data. You won't be able to use any Paradox document objects (e.g. forms, reports, scripts, and so on).
You'd need to use something like Delphi, C++ Builder, or even Visual Studio to create client tools that use the data.
If you already have a Paradox application, your best best would be to package it into a Runtime application and then install the shortcut as I mentioned in my previous message. That way, you don't have to worry about license counts and everyone gets access to the data.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.