getObject returning 'null' on SQL Server nvarchar type
Gary Frick
Greenhorn
Joined: Sep 13, 2002
Posts: 28
posted
0
I need to return a Java Object so as to satisfy the Map 'get' method. But the getObject only returns 'null' for SQL type of 'nvarchar'. What gives? == "TitleOfCourtesy" is from the Microsoft Northwind DB. cur_BB = rs.getObject("TitleOfCourtesy");