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 derfloh 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: *

  • Users: cyberant
  • Content: Threads
  • Order by date
  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

    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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. cyberant

    Richedit iteration

    Hey everyone I'm needing to iterate through a richedit components text character by character but I only seem to be able to edit it 1 line at a time. What is the command for this? I would have assumed it was something like richedit1.lines[i]? Thanks
  12. cyberant

    Component changing

    Hi All If I have a component, lets say a text component on my form, but now I want that text component to rather be devexpress component that I have. Is there a quick way to do this without having to delete the component and replace it with the new one, thus losing all my attributes for the...
  13. cyberant

    Master Detail Copy

    Hey All I'm having an issure with copying a master detail record. I've got an Email table with a number of records and an Email_attachments table with a number of records with a master detail relationship to the Email table. I'm trying to put a foward capability within my program. In order to...
  14. cyberant

    Internet Connection awareness

    Is there a way that I can be aware of an internet connection through delphi code?
  15. cyberant

    Foreign key constraints

    Hi all! I'm desiging a database rebuild utiltiy. I'm needing for each table to be rebuilt accoring to their referential integrity settings i.e. If table 1 has a foreign key constraint on table 2, then table 2 must be rebuilt first. Any ideas?
  16. cyberant

    Unix

    How do I make a direct call to the operating system directory without necessarily having to say "c:\windows", is there not a command like $%OSRoot%$? I'm pretty sure there are a number of such commands such as making a direct call to the root without having to type "c:\", is...
  17. cyberant

    delete files

    Hi! How do I delete all files within a certain directory? It's easy to delete a single one, but how would I delete them all?
  18. cyberant

    Opening external program

    Hi all! I've created an Email browser program. I'm needing for my attachments to open in the programme required for their extensions. How would I go about opening my *.doc file and actually have word open it? I really have'nt a clue on what to do, I've only been programming for approx. 3...
  19. cyberant

    Internal Software Consistency Error

    Hi all. I'm busy with a corrupt database rebuild program. I've managed to trap a couple of errors such as EIBinterbaseError in a "try, except on" block, but I'm unable to trap this error "internal gds software consistency check(wrong record length (183))". I've tried to...
  20. cyberant

    BLOB field for Email attachments

    Hey! I'm creating an email browser program and am trying to store my attachments into a BLOB field in an interbase database. I'm not having trouble storing a single attachment into the field, but multiple attachments have become quite tricky. I was thinking of creating 5 BLOB fields and making...

Part and Inventory Search

Back
Top