Hi again,
in addition to my previous post about the FIC extension, I'm now facing another challenge.
Dozens of tables are coming from an old WX version, maybe even V9.
At that time the NULL were not supported yet. All the fields in these tables are now create with the NOT NULL option in sql-server.
Which basuicly means the application can not save any record, because a lot of fields just an be empty, like a customer phonenumber. It is not required to fill the phonenumber in my app.
I can do that by hand (change the type of the file to hfsql, save, open the items and change each and every item to "null supported").
Is there a fast way to change all these tables in my analysis to "null supported"?
in addition to my previous post about the FIC extension, I'm now facing another challenge.
Dozens of tables are coming from an old WX version, maybe even V9.
At that time the NULL were not supported yet. All the fields in these tables are now create with the NOT NULL option in sql-server.
Which basuicly means the application can not save any record, because a lot of fields just an be empty, like a customer phonenumber. It is not required to fill the phonenumber in my app.
I can do that by hand (change the type of the file to hfsql, save, open the items and change each and every item to "null supported").
Is there a fast way to change all these tables in my analysis to "null supported"?