Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.ms-sqlserver > #757
| From | Erland Sommarskog <esquel@sommarskog.se> |
|---|---|
| Newsgroups | comp.databases.ms-sqlserver |
| Subject | Re: Raw data |
| Date | 2011-10-27 23:22 +0200 |
| Organization | Erland Sommarskog |
| Message-ID | <Xns9F8BEDBBE4EE7Yazorman@127.0.0.1> (permalink) |
| References | <j8c4ck$nbg$1@speranza.aioe.org> |
NewtoOrcl (newtoorcl@yahoo.com) writes: > I am trying to get the utl_raw.cast_from_number function to pass data to > a 3rd party application. I am kind of confused as to how it gets > converted into a binary format. Are these hexadecimal values? Why do > the results vary so much in their length? > > > 100 C202 > 200 C203 > 300 C204 > 400 C205 > 500 C206 > 1000 C20B > 10000 C302 > 100000 C30B > 1.2 C10215 I had never heard of this utl_raw.cast_from_number function before, so I searched for it on Google. It appears that this is a function in Oracle, so you are in the wrong newsgroup. I suggest that you try comp.databases.oracle instead. -- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
Back to comp.databases.ms-sqlserver | Previous | Next — Previous in thread | Find similar
Raw data NewtoOrcl <newtoorcl@yahoo.com> - 2011-10-27 13:28 -0400
Re: Raw data Gene Wirchenko <genew@ocis.net> - 2011-10-27 11:05 -0700
Re: Raw data NewtoOrcl <newtoorcl@yahoo.com> - 2011-10-27 17:41 -0400
Re: Raw data Erland Sommarskog <esquel@sommarskog.se> - 2011-10-27 23:22 +0200
csiph-web