Hi there
Is there anyway to be able to monitor sql events i.e. Updates, deletes, inserts on an actual interbase server? I've tried using the IBSQLMonitor tool but that needs to be attached to the actuall application, I'm looking for something stand-alone that would monitor any activity on a...
Hi all
I remember back in the days it was easy to customize the delphi 7 ide help and add various help files so that I would get context sensitive help within the ide on any new components I installed.
I have no idea on how to do this in Delphi 2005, can anyone help?
Cyberant
Hi All
I'm attempting a backup and restore on my database. The backup goes off without a hitch but when I try to restore I get an error. IBConsole claims that my TRANSPONDERID field in DOWNLOAD_ARCHIVE table must have a value. Upon checking this field I see that is indeed set to not "not null"...
Check out www.FreeVCS.de, I'm using this version control system at the moment. It's truly awesome! And best of all it's completely free!
There is a version control system that comes with delphi Enterprise but you'de be paying around 5 times more for it than the professional edition (7).
Enjoy...
I appreciate your advice, my problem is that there are certain inexplicable errors occuring within the program that I would love to be able to trap with conventional try...Except blocks, if only I knew where the errors were occuring. The biggest problem is that these errors appear to be...
Hey guys I'm needing some advice on error handling. Is it possible to have a global error handler that will pick up in what procedure an error occured, so I can write this info to a text file somewhere. I've got an app running 24/7 and need to find where errors are occuring on a global scale. To...
Hi all
I've got quite a simple question, but i've struggled to find any help whilst googling the net, so I'm assuming the solution is not a simple one.
I'm using delphi 7 with interbase. I'm using transaction control and not cached updates. I'm using an optomistic read-only lock on a record...
Hi all
I've created a very basic web server that simply displays a table of information when the user clicks on a link on the webserver homepage.
My problem is that when I change the data on the database and then proceed to click "refresh" on my browser, the updated data doesn't get displayed...
Thanks for your input guys!!
Think I might go the ASTA components route, I really like their built in security handling. Every client I encounter is paranoid that his PC is going to be taken over by some would be hacker out there.
Hello
Edit1.Text is essentially just a string property of the Tedit class. So when passing Edit1.Text through to a procedure, rather define the procedure var as DefineMyComponents(Var Edit1Text,ComboBoxText : String).
In this way you can call the procedure by...
Hi everyone
I'm attempting to write a client / server program with the following specifications.
The client will run a stand alone interbase server, which will save a price list of hardware components.
I wish for the client to periodically connect to a server on the internet and download any...
Hi everyone
I'm busy working on a bit of a legacy application whose database tables get their unique values for thier primary key's via triggers and generators rather than using the "generator" property in the IBX query component.
I'm having the problem whereby I insert a record within my...
Hi everyone
I'm busy working on a bit of a legacy application whose database tables get their unique values for thier primary key's via triggers and generators rather than using the "generator" property in the IBX query component.
I'm having the problem whereby I insert a record within my...
Where is the best place to set the path? I'm having trouble restarting a service and I assume that it's because I'm not logged in as root. Is there a way to change the restrictions on my account to allow for this, or should I simply change the user in the command input?
I'm not sure. I simply issued the command at the console, while logged in as a particular user. What would the difference between the two options be in terms of allowing me run a different users crontab? Are you saying that if the crontab is issued in the /etc/crontab file then the commands are...
I've set up a crontab schedule that backs up my database at 2 in the morning. Everything is working fine, so long as I'm logged as the user who created the crontab schedule, but if not, it doesn't seem to work.
Am I missing something? What would I need to do to have a crontab scheduled but not...
Hey all
I'm trying to forward all incoming connections from the internet(port 4699) to a PC on my internal network. I think I have the fundamentals down pat, but my question is : I am running an ADSL connection with a dynamically assigned IP address. When I append this rule to IPTABLES will it...
Sorry! I hadn't seen you previous post, I must be blind. I actually ended up doing it that way before I saw the post, just thought that perhaps there was an easier way handling it directly with the component.
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.