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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by coffytan

  1. coffytan

    Problem with MySQL 5.0 installation in RedHat 9.0.

    Ya you are right, seems like i'm using the wrong user. However, after using root, it still can't manage to run the installer. Seems like there's earlier version of MySQL had been installed. The MySQL package was given by the RedHat 9, it was still there even i had remove it from Add/Remove...
  2. coffytan

    Problem with MySQL 5.0 installation in RedHat 9.0.

    Had try it out, however, the terminal prompt for unknown option message.
  3. coffytan

    Problem with MySQL 5.0 installation in RedHat 9.0.

    Hi there, I'm was fresh in Linux platform. Currently I had installed RedHat 9.0 and now tend to install MySQL 5.0 into the machine. I used the command to run the installation: rpm -i MySQL-server-5.0.0-0.i386.rpm ***************************************************** warning: V3 DSA signature...
  4. coffytan

    ADO dataset problem in NT Services.

    whosrdaddy, Thx for you information. I had solved my problem.
  5. coffytan

    ADO dataset problem in NT Services.

    Dear all, I need to create an NT service which will keep on checking the availability of any record in a table within a time frame. However, I found out that my NT Service execution is stop whenever it try to open the Ado Dataset. Do you know why is it happen?? Can an NT Service used Ado...
  6. coffytan

    Delete last line of text file.

    Hi, I'm quite fresh in Java programming. I wondering how can I open a plain text file and delete it's last line. Hope that you out there can help me up in this problem. Thx.
  7. coffytan

    Process one record then access violation..

    corsair2, The system face the AV on which statement?? Is it the if checking statement? if yes, then you check whether your dataset was still open, or whether you dataset had lost..... used watch to check it out.
  8. coffytan

    Process one record then access violation..

    corsair2, "In particular, what I don't understand is the 'write of address 0x00030f1c' message as I thought I was only reading..." If I'm not wrong, the message is not saying error on writing the data to the dataset. To run a process, system will keep on writing and reading bits to the...
  9. coffytan

    Question on for loop.

    Thx for your information.
  10. coffytan

    Question on for loop.

    Dear, Recently I found an example program from the net. There's 1 line of statement it specified like this: for(;;). When I compile, the compilation is successful. Anybody can tell me what are this for loop doing?? Thank you in advance. Best regards, Coffy Tan
  11. coffytan

    W2K Logging in issue

    I face this problem long time ago, then solution i used was on the hosts and lmhosts files. However, recently, there are another pc faced this problem again. I had check on both the files and the content inside is accurate. ChicagoTechNet, you mention to set the DNS to the domain DNS...
  12. coffytan

    rave reports - sum problem

    I'm using another kind of report but hope that this can help you up. if you calculation field was in the report builder. Did you report have the grouping for the Company?? If yes, you need to make sure the calculate field was in the group summary band. Best regards, Coffy Tan

Part and Inventory Search

Back
Top