Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2480075 By: hkollmann
That are all non standard sql types. dbforms only support standard sql types. A list of alll supported types are in the FieldTypes classes: /** DOCUMENT ME! */ public static final int INTEGER = java.sql.Types.INTEGER; /** DOCUMENT ME! */ public static final int CHAR = java.sql.Types.CHAR; /** DOCUMENT ME! */ public static final int DATE = java.sql.Types.DATE; /** DOCUMENT ME! */ public static final int TIMESTAMP = java.sql.Types.TIMESTAMP; /** DOCUMENT ME! */ public static final int TIME = java.sql.Types.TIME; /** DOCUMENT ME! */ public static final int DOUBLE = java.sql.Types.DOUBLE; /** DOCUMENT ME! */ public static final int FLOAT = java.sql.Types.FLOAT; /** DOCUMENT ME! */ public static final int BLOB = java.sql.Types.BLOB; /** DOCUMENT ME! */ public static final int DISKBLOB = 4200; /** DOCUMENT ME! */ public static final int NUMERIC = java.sql.Types.NUMERIC; regards, Henner ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=55830 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms