Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Correction

Author  Topic 

vinay.a
Starting Member

20 Posts

Posted - 2008-04-25 : 02:35:00
The above code is missing some data:

While I return the data I do a REVERSE function on the @hexVal:
REVERSE(@hexVal)

I forgot to assign the input value '@decValIn' to ' @decVal' in the above code.

After doing the above changes, I stiil get the same 'NULL'

regards,
vinay

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2008-04-25 : 05:50:40
Can you post the full query you used?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2008-04-25 : 05:53:01
You told us here that the query is working?
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=101713

Why post again?



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2008-04-25 : 06:28:18
quote:
Originally posted by Peso

You told us here that the query is working?
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=101713

Why post again?



E 12°55'05.25"
N 56°04'39.16"



I think he posted in both the threads at the same time

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -