How to change datatype column

E

Eusebio M

Hi,

i nedd to change the datatype of column in a table, but by code.

alter table xTable ..... there are a sentence like in SQL Server ?

thanks in advance.

Eusebio
 
V

Van T. Dinh

ALTER TABLE Table7
ALTER COLUMN Field1 Text(30)

works fine in my A2K but it may depend on the current data type and the new
data type, I think.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top