On Tue, 18 Jan 2005, Woung raxfar wrote:
> CREATE TABLE users> (> s_no varchar(6),> userid varchar(20)> )
I don't believe getPrecision is intended to operate on non-numeric fields. Perhaps you are looking for getColumnDisplaySize() ?
Kris Jurka