Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cyberant

    Viewing SQL on interbase server

    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...
  2. cyberant

    adding help files to Delphi 2005 ide

    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
  3. cyberant

    backup & restore... & null

    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"...
  4. cyberant

    Version Control

    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...
  5. cyberant

    Error trapping

    No prob guys, glad I could help... Google rocks!
  6. cyberant

    Error trapping

    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...
  7. cyberant

    Error trapping

    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...
  8. cyberant

    Check for locked records

    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...
  9. cyberant

    internetapplication

    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...
  10. cyberant

    Internet Database

    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.
  11. cyberant

    How to use elements of a component as var

    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...
  12. cyberant

    Internet Database

    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...
  13. cyberant

    Trigger problem

    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...
  14. cyberant

    Trigger problem

    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...
  15. cyberant

    will crontab work if diff user logged in?

    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?
  16. cyberant

    will crontab work if diff user logged in?

    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...
  17. cyberant

    will crontab work if diff user logged in?

    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...
  18. cyberant

    IP forwarding + Dynamic IP

    Unfortunately I'm from SA and the ISP's here log you off the internet every 24 hours and then reconnect you, obviously with a new IP. Any ideas?
  19. cyberant

    IP forwarding + Dynamic IP

    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...
  20. cyberant

    Richedit iteration

    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.

Part and Inventory Search

Back
Top