How to create a project to read tables from an existing project using GeneXus?

0

I have a project made in C # with sqlserver database, I want in my new system to "take advantage" of the old project tables, how to do this with GeneXus?

    
asked by anonymous 23.06.2014 / 19:41

1 answer

2

In GeneXus, to import the tables that you already have in the database, you can use a tool called Database Reverse Engineering Wizard.

In the documentation you have a step-by-step guide how to use

    
25.06.2014 / 15:10