Create Class O/R Mapping

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JO

    #1

    Create Class O/R Mapping

    hello,
    I have just finished a small application which makes it possible to
    save time when one must create classes starting from a DBMS.

    To test them: http://cpsoft.free.fr/CPSoft/Indigo/publish.htm

    it functions only with one SQL 2005 or 2000, Access for the moment.

    From another version will come soon. what it does:

    Reads a table for example tblClient Reads the fields Id, Nom,…
    Create the private variables
    Create the encapsulation
    Crée List_All have dataset
    Create following List of the skeletal criteria and fills a datagridview
    Create a combobox fills according to a displayMember and ValueMember
    skeletal
    To create the methods addition, modif and to remove base
    Generate in comment of the code allowing to establish the link between
    the class and the form.

    Moreover by contacting me I would make you pass a class of connection
    that you will be able to also improve with your own way.
    This class manages any type of connection because it is generic. I
    know, you will say of another software exists already, MyGeneration,
    DB2C…

    but the problem of this software is that it generates 200.000 line and
    to integrate an end of our code one can never which variables use.

    It would be sympathetic if people could test it and to make me a
    return. This software will continue to move.

    good day


Working...