|
ANN: NAPA RealTimeDB - Real time display of database table data
NAPA Software is proud to announce the release of NAPA RealTimeDB 1.0, the only tool of its kind and a revolutionary new way of looking at your
database data.
Now you can create client/server applications that view database data in
real time. That is, your client applications can display changes as they
occur, without the need to perform a manual refresh or re-execute the
original query.
Until now it's been impossible to create such a solution without months of
effort in design and custom development, but with the release of RealTimeDB, you can now have a fully running application with only a few hours worth of effort.
RealTimeDB is designed to work with any compatible SQL database server
running in a Windows environment. Client side components are currently
available for Borland Delphi 6, however availability of components for other
versions of Delphi and C++ Builder will be announced shortly.
A demonstration application which includes full documentation is available
for download from http://napasoftware.com/pub/RTDDemoSetup.exe.
More information can be obtained from our web site at http://napasoftware.com, or from sales@napasoftware.com.
Andrea Battaglia
NAPA Software
Related Discussions - USING DLLS (2001-01-03 23:47:50)Hi again Goober ... :o)
Let's take NETAPI32.DLL as an example.
This DLL is created by Microsoft and the explanation of its use is described in...
- HOW TO RUN DATABASE APPLICATION ON THE INTERNET (2001-01-03 03:04:54)This is possible using COM objects and ActiveX Server ...
Don't ask how ... I'm not into COM object programming ... :o)
Regards
/Filip
- FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
- RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
- ADD TO RESOURCE ON RUNTIME (2001-01-04 09:00:49)I think what you are asking is to change the .EXE file at run-time. Yes, it is possible, but nobody I found will share that information.
If you...
- REPEATING FUNCTIONS (2001-01-04 09:46:34)The OnIdle event is not hardware dependent. It is called when the program has idle time. The OnIdle event is in TApplication and is a warpper...
- HOW TO MAKE MASTRE/DETAIL TABLES LIKE THIS ? (2001-01-04 09:14:14)You will need to add a TDataSource for Table 1 & 2 and connect to the respective tables. In the Table2 object set the "Table2.MasterSource =...
- HOW TO CREATE SEQURE LOGIN TO DESKTOP APPLICATION (2001-01-05 09:30:01)I'm not pretty sure, what your intention is. One possible approach would be to use a edit-field, which cannot be "spyed out" by the usual password...
- QUERY PARAMETER QUESTION...? (2001-01-04 22:44:03)there are two parts
first is writing the script with variable and another is using bind variable
eg-
for first you can say
query1.sql.text...
- HOW TO LOAD INI INTO A DLL (2001-01-05 14:43:45)unfortunatelly I haven't found anything interesting in the win32api help.
I tried different methods. It seems like it is loading the data while...
|