Add another table (or rename)

I

Ivan Simunic

Guest
Hi,

At the momet I have one table, (order)

I want to create another table called M_order, of rename the current table to M_order.
Is this possible as I need to have varibles looking like this:

example:
M_order_address
M_order_telephone
M_order_email


Please, please help!

Ivan
 
E

Eugenio

Guest
Ivan Simunic wrote:
>
> Hi,
>
> At the momet I have one table, (order)
>
> I want to create another table called M_order, of rename the
> current table to M_order.

Yes, you can change your table name, but you have to change also the corresponding DaDaBIK internal table, from dadabik2_order to dadabik2_M_order.

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top