Column length not updating

Posts   
 
    
Posts: 11
Joined: 23-Oct-2007
# Posted on: 23-Oct-2007 13:13:04   

Hi I have updated the column length in the database table to 50.... even restarted the machine...

What else do I need to do to get the solution to run...

This is the error I am getting?

The value specified will cause an overflow error in the database. Value length: 35. Column max. length: 30 Parameter name: TransactionId

arschr
User
Posts: 893
Joined: 14-Dec-2003
# Posted on: 23-Oct-2007 13:24:15   

have you refreshed the llblgen project from the db and regenerated the code?

goose avatar
goose
User
Posts: 392
Joined: 06-Aug-2007
# Posted on: 24-Oct-2007 00:38:14   

Follow this steps:

1-refresh the catalog from the llblgen designer 2-check the properties of the fields in the entity with the problem (from the llbl designer aswell) and verify that the lenght columns is correct. 3-regenerate the code and replace the old code in your code

Posts: 11
Joined: 23-Oct-2007
# Posted on: 24-Oct-2007 17:35:59   

Hi Everyone - thanks for your help...

The problem was that another team member had deleted the foreign keys... it now works... thanks