problem in insert using adoconnection

0

We are doing a migration of the database of the system of firebird to sql server and we put an adoconnection ... we have a table of client that makes a join with the table of cities ... the problem is that now that we insert a register in the customer table he tries to insert a new record in the tbm cities table, and when we exclude a client he tbm excludes from the city table the city referring to the client's city code ... someone has already gone through this and can help ?? vlw

    
asked by anonymous 06.02.2017 / 14:06

1 answer

0

After many tests and help from Junior and Robs70 I was able to solve.

As I used a program to migrate the structure and data checking field by field of the tables I noticed that some fields were different from what it should be ... it was just changing the types and it worked everything right /     

06.02.2017 / 19:00