I want to make a text field wider in a database that uses jet 3.5, and SQL is the only way that I know of to query this database.
I get '3293 syntax error in alter table statement' when I run this; ALTER TABLE [Product] ALTER COLUMN [Description] TEXT(30). The publisher of the program will not help me modify their commerical product.
What could be wrong or how can I widen this column?
I get '3293 syntax error in alter table statement' when I run this; ALTER TABLE [Product] ALTER COLUMN [Description] TEXT(30). The publisher of the program will not help me modify their commerical product.
What could be wrong or how can I widen this column?