Passing a Clipper compilled program to y2k ...!!!

Hi, I have a nice little mission in clipper to do! Make sure that a Clipper compilled program pass the y2k bug! I changed the format "99/99/99" to "9999/99/99" in all .prg but a think i must change also the database format for date from 8 to 10 char. How do I do that directly or must I create a new intire database :-/ !!!


Thanks for helping.


Salut, J'ai une belle petite mission en clipper faire! M'assurer qu'un programme compill en clipper passe le bug de l'an 2k. J'ai chang le format "99/99/99" "9999/99/99" dans chaque .prg mais je crois devoir aussi changer le format date dans la database de 8 10 caractres. Comment faire le changement directement dans la base de donnes ou dois-je crer un nouvelle base de donnes au complet :-/ !!!


Merci pour l'aide.


Comments

  • : Hi, I have a nice little mission in clipper to do! Make sure that a Clipper compilled program pass the y2k bug! I changed the format "99/99/99" to "9999/99/99" in all .prg but a think i must change also the database format for date from 8 to 10 char. How do I do that directly or must I create a new intire database :-/ !!!


    : Thanks for helping.


    : Salut, J'ai une belle petite mission en clipper faire! M'assurer qu'un programme compill en clipper passe le bug de l'an 2k. J'ai chang le format "99/99/99" "9999/99/99" dans chaque .prg mais je crois devoir aussi changer le format date dans la database de 8 10 caractres. Comment faire le changement directement dans la base de donnes ou dois-je crer un nouvelle base de donnes au complet :-/ !!!


    : Merci pour l'aide.


    Hello


    These clipper functions and commands will easily

    help you in setting your clipper application to be

    Y2K compliant.


    SET EPOCH TO

    SET CENTURY ON


    DTOS()


    Look into clipper documentation on how this command

    and function will be executed.


    Goodluck


    Benjie







Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories