Results 1 to 2 of 2

Thread: Mysql HELP PLEASE.....

  1. #1
    Join Date
    Jul 2006
    Posts
    1

    Mysql HELP PLEASE.....

    do you know any tutorial for auto update of records??,

    ex. i have a table with fields like PaymentCycle,monthlyRate,InstallationFee,Total and balance...every month a new record should automatically be added on that table..

    ex. Records of

    FIRSTNAME: Desiree LASTNAME: Anderson

    PaymentCycle
    --2006,July1-31

    monthlyRate
    --$1650

    InstallationFee
    --$300

    Total
    --$1950

    on the month of august, the table should automatically be:

    FIRSTNAME: Desiree LASTNAME: Anderson

    PaymentCycle monthlyRate InstallationFee Total
    --2006,July1-31 --$1650 --$300 --$1950
    --2006,August1-31 --$1650 --$00 --1650

    on the month of sept.

    FIRSTNAME: Desiree LASTNAME: Anderson

    PaymentCycle monthlyRate InstallationFee Total
    --2006,July1-31 --$1650 --$300 --$1950
    --2006,August1-31 --$1650 --$00 --1650
    --2006,September ... ....

  2. #2
    Join Date
    Aug 2006
    Location
    Bangalore
    Posts
    5
    Create Job and Schedule job for once in a month

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •