db

I tried to add a field with Text field. following is my code

mSQL = "alter table prod add fName Text"
cn.execute(mSQL)

It runs ok, but it didn't give Text Field as a data type when I checked db. It gave me a 'Memo' data type. Please tell me why and how to fix it. I tried 'Number' and 'Date'. they were all ok.

Thanks in Advance.
[395 byte] By [lindawqu] at [2007-11-18 2:12:37]
# 1 Re: db
problem fixed
lindawqu at 2007-11-10 0:02:41 >