|
Microtex ships CopyCat replication suite
Microtec Communications has announced the availability of CopyCat version 1.0, as set of Interbase/Firebird replication components for Delphi and C++Builder.
Using CopyCat, you can easily build applications with advanced database replication capabilities for royalty-free deployment.
It is designed to handle even highly complex databases.
Independent of the data-connectivity components: adapters can be
written to enable interaction with any Interbase/FireBird data-access
components. Currently supported are FIBPlus and IBX.
No server-side is needed: thus CopyCat can be used on any MS Windows client, regardless of the OS of the remote server.
It is not necessary to synchronize the whole database, and advanced
conflict management techniques allow you to completely avoid any risk
of crashing any data in case there were changes made to the same record
on both databases.
It is currently tested with C++Builder 5, C++Builder 6, and Delphi 7.
Related Discussions - BTRIEVE ERROR CODE 3014, «NO ENGINE FOUND» ,PLEASE HELP... (2001-01-10 07:01:39)Contact me via e-mail at mrbaseball34@hotmail.com.
I have a very good friend that works in support at
Pervasive and he will telephone you to work...
- HIDING FILES FROM USER OUTSIDE OF MY PROGRAM. (2001-01-17 04:33:53)You won't like my answer :-) Yes, there's a way. You'll have to developp a VxD file, to hook the IFS manager. But you can't do that in Delphi (I...
- DRAG A LINK FROM IE INTO MY APP? (2001-01-17 14:42:52)You need to implement IDropTarget and IDataObject COM interfaces... quite a bit of work.
The easy way is to use Anders and my Drag and Drop...
- ATTACHMENTS WITH TNMSMTP EMAIL COMPONENT (2001-01-22 06:37:36)Being as you are a Delphi beginner, I'd like to mention that
the majority of Delphi programmers do not use the TNMxxx
components shipped with...
- SIMPLE EMAIL QUESTION (2001-01-30 07:40:08)Here is the MemoryStreamToWebBrowser example I promised:
// This writes a MemoryStream to the WebBrowser document
// without using any disk...
- HOW TO PRINT AND MAKE PRINT PREVIEW WITHOUT QUICKREPPORT? (2001-02-06 02:36:29)If you want to use "matricial" printer like EPSON, I have a routine to do it. As I did with clipper, to print in text mode. If it is what you want,...
- PCTERM OR TERMINAL EMULATOR COMPONENT (2001-02-13 16:43:25)Hey!
Why don't you try Francois Piette Internet Component Suite. You can find a Terminal Emulation Component in it. The address is:...
- CONNECTING TO MICROSOFT SQL 97/2000 SERVER WITHOUT BDE? (2001-02-19 13:31:28)ADO Components should be embedded into the exe you made. The only thing your users will need to do is configure ODBC drivers and specify...
- DEBUG TOOL RECOMMENDATION? (2001-03-01 07:01:39)Late addition!
Forget about Delphi 3 and upgrade to Delphi 5 asap. I had Delphi 3 & 4 projects that were performing unexpected and unexplicable...
- IS DELPHI NOT SUPPORT REAL TYPE OF MSSQL 7? (2001-03-23 22:06:45)MS SQL 7 offers: NTEXT, NCHAR, NVARCHAR and UNIQUEIDENTIFIER (a GUID). In order to successfully use new types offered by SQL Server 7 and above...
|