[Migrated content. Thread originally posted on 13 July 2005]
What would be nice for us is when Acu4GL was creating tables in SQL Server that it would check what version it was working with. If it is version 7.0 or greater rather than creating fields at "text" if the size is less than 8000 characters it could use the standard varchar.We could create the table using a standard SQL script file but we have a number of tables with dynamic names only known at runtime so doing an open output is an easy way to create the table. I did have the idea of using SQL.acu to just do an "alter table" to change the column type but SQL Server does not allow text fields to be changed this way.



