Hi,
I am using a JDBC (TdsDriver) driver to get data from a SQL
database. I have a column which is of type nvarchar and its size is 512
(1024 bytes). When i insert data using the JDBC driver, it inserts the
entire string, but when i try to retrieve data from the database it just
returns 255 characters instead of 512.
I retreived the ResultSetMetaData object from the resultset and observed
that the column width was being returned as 255 whereas it is actually 512.
Any help on why this is happening would be very helpful.
Regards,
Manmeet
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user