At 05:40 PM 1/7/2009, Bill Eyring wrote:
alter table dedcodes add column `GLCode` TEXT (16) NOT NULL ('You Must
Enter a GL Code !')
The syntax looks good. You are using the IDQUOTES SETtings as "`". This must match the IDQUOTES SETtings for the CONNECTed database. At the R> Prompt: SHOW CHAR This will reveal the CHARACTER SETtings of the CONNECTed database. Hope that helps! Very Best R:egards, Razzak.

