|
ANN: IB LogManager - The Logging Tool for Interbase/Firebird v1.1.0.1
IB LogManager is a logging tool for InterbaseŽ/Firebird. IB LogManager watches data changes in the database for each data manipulation operation (DELETE/INSERT/UPDATE) on each table and each column. You do not like to watch every changes? No problem. With IB LogManager you have a tool for defining which database objects should be logged. If you are interested in logging a history (changes) of prices in a table article, just define it with one mouse-click.Have you ever tried to build logging triggers for a big database with 200 tables manually? Yes? It is a lot of work and a faulty process. Forget this intention and use a tool like IB LogManager. It is easy and no programming needed!
Related Discussions - WINDOWS 95/98 NETWORK LOGON API CALL????? (2001-01-16 03:51:15)This isn't the answer to your question, just another way to do that : when user has logged, you display the licence, and if the user click on "I...
- ERASING A LINE ON MOUSE MOVE, RIGHT AFTER IT WAS DRAWN. (2001-01-20 03:54:09)Another way : Paint your line in "not" style... To erase it, just repaint it in "not" style. That's one way used by Paint Shop Pro, and it's very...
- IP SPOOFING (2001-01-22 12:08:36)The IP address is added to the header of your message at
your ISP's SMPT server. There is a product out that is
essentially a "built-in" SMPT...
- DOES ANYONE KNOW OF A GOOD MAILSERVER? (2001-01-23 08:51:38)This component allows you to send mail without even having
an ISP mail server:
TSmtpRelay Server v.1.14 By Legitima Software.
The...
- WHICH DATABASE SHOULD I USE??? (2001-01-23 00:01:57)I can recomand Borland Interbase. It is fast, easy to use and open source. It isn't neccessary to have Delphi C/S. You can find more information on...
- APPLICATIONS IN FRAMES? (2001-01-26 11:21:47)Take a look at http://www.euromind.com/iedelphi/ie5tools.htm
They show how to create IEDeskbands. This is what you need
to create something like...
- WRITING FROM A QUERY INTO A TABLE (2001-01-24 09:29:42)with TableX do
begin
Insert;
FieldByName('Field1').asString := QueryZ.FieldByName('FieldA').asString;
FieldByName('Field2').asString :=...
- MACRO SUBSTITUTION (2001-02-05 07:28:27)Macro substitution can not be performed in Delphi without
using a 3rd-party scripting tool. Clipper handled this
because it wasn't entirely...
- HOW EXECUTE A CGI ??? (2001-02-06 10:24:36)Hello Ricardo!
Robert Swart (alias Dr. Bob) from The Delphi Magazine has wrote a tool called "intrabob". With the help from this tool you skould...
- SMTP WITH AUTHORIZATION (2001-02-06 14:40:14)Try...
TSmtpRelay Server:By Legitima Software.
The TSmtpRelayServer is a component to send e-mail messages
to multiple recipients, without an...
|