Brandon

At present, jBoss uses the getObject method (in the ResultSet class) to
retrieve the value of a variable from the db. Unfortunately, this does not
work with the "uniqueidentifier" type in MS SQL. The getObject returns null,
while a getBytes works just fine.

From: "Brandon Campbell" <[EMAIL PROTECTED]>


I am trying to figure out some type mappings for MSSQL.  The database uses a
uniqueidentifier datatype(MS specific).  In WebLogic(using thier Kona type 4
driver for MSSQL) I can get it to work.  The data type that comes back is a
byte[].  I am trying to duplicate these results in jBoss.  I am also using
the above driver.  I am unable to retrieve anything  of this data type from
the database.  Shouldn't I  be able to do some jaws type mapping to make
this work(since it works in WL)?

Any help would be appreciated.

thanks

Brandon Campbell
[EMAIL PROTECTED]
(801) 303-3938



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to