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 strongm 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. beredon

    Newbie trigger help please

    Ahhhh! Yeah that worked a gem. Cheers!
  2. beredon

    Newbie trigger help please

    OK, first of all, here is the trigger that I have been trying to create: CREATE OR REPLACE TRIGGER inst_date_today BEFORE INSERT OR UPDATE ON installation DECLARE todays_date DATE := SYSDATE; inst_date_error EXCEPTION; BEGIN IF :NEW.instdate != todays_date THEN RAISE...
  3. beredon

    Shutting down a COM+ application programmatically

    I was wondering if it is at all possible to shutdown a COM+ application through code. If so, could you give me a pointer in how to do it? Thanks.
  4. beredon

    Mail component for free commercial distribution?

    I am currently in the design/alpha stages of building a web-based system for my own interests. I want the entire web application to have the ability of being installed on an IIS web server and be up and running with just some editing of a configuration file. Throughout the system, there are...
  5. beredon

    DOS Applications and Parameters

    Sorry, but I can't find a more DOS-related forum. Does anyone know if there is a limit to the number of parameters a DOS application can accept? Ignoring constraints from different programming languages, etc. Is there a limit at all? I'd like to just know if it is limitless, or if there is an...
  6. beredon

    Parse formatted text into TreeView control

    Here is what the file looks like: "1key" "text" "command" { "1key" { "1key" "text" "command" "2key" "text" "command" } "2key" { "1key" "text&quot...
  7. beredon

    Parse formatted text into TreeView control

    :( I've tried about a dozen different ways to get this to work... I am having absolutely no luck what-so-ever. I once had it so it could add a new menu and a child until it ran into what should have been a sibling to the previous node. However, it would simply skip that node until it came to a...
  8. beredon

    'This expression is typed incorrectly or is too complex'

    Thanks a lot, it was the quotes causing the problem!
  9. beredon

    'This expression is typed incorrectly or is too complex'

    I get an error when I try to run this query in Access. It doesn't look too complex to me :-P PARAMETERS storyid Short; SELECT story.story_id, story.story_date, story.story_text, member.member_name_first, member.member_name_last FROM member INNER JOIN story ON member.member_id =...
  10. beredon

    Trimming Tabs

    Ah yes, of course. I'll jsut place that inside a loop. Thanks for that.
  11. beredon

    Trimming Tabs

    Whats the quickest way to strip tabs from a string the same way as the Trim$(string) function?
  12. beredon

    Parse formatted text into TreeView control

    Please, anyone? I'm still having no luck getting this to happen.
  13. beredon

    Parse formatted text into TreeView control

    I have a text file with formatted text... It is formatted into a branch-type layout already, but like this: "1key" "text" "command" { "1key" { "1key" "text" "command" "2key" "text&quot...
  14. beredon

    Partitioned drive letter assignment...

    Thanks guys, my problem is solved! Tek-Tips is a fantastic resource. jmatt, Letter Assigner worked a charm, although I'm not 100% happy relying on 3rd party software to allocate my drive letters. Ah well, it'll do. :) Thanks again!
  15. beredon

    Partitioned drive letter assignment...

    Thank you for the quick response guys. I'll try out your suggestions now.
  16. beredon

    Partitioned drive letter assignment...

    I have 2 hard disk drives. My first one is 30GB, the second one is 13GB. Both drives have 3 partitions (so I have a total of 6 drives). OK, now here is my problem: They aren't in the correct order. The 3 partitions on my first drive are assigned the drive letters C, E and F (instead of D and...
  17. beredon

    inetinf.exe parameters?

    Does anybody know any parameters for inetinfo.exe? I've tried to find a list of them, but so far I've been unsuccessful. Thanks in advance.

Part and Inventory Search

Back
Top