Board index » delphi » Alter Access Table

Alter Access Table

Hi,

Hope this is the appropriate group this question.
I have a table in an Access (2000) DB with a column of type number : Decimal
(18,2). I need to change this to Number : Decimal (18,4) using SQL, but
can't seem to find the syntax to do it. Among others, I tried this :

ALTER TABLE DebtorLine ALTER COLUMN AmoutBto Decimal(18,4) : But this fails.

Is there anyone out there with a hint or clue to solve this ?

Thanks in advance,
Leo

 

Re:Alter Access Table


Quote
>ALTER TABLE DebtorLine ALTER COLUMN AmoutBto Decimal(18,4) : But this fails.

>Is there anyone out there with a hint or clue to solve this ?

I believe you need to be using ADO and Jet 4.0 for that syntax to be supported.

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads