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
 SQL Server Development (2000)
 convert hex to char & http & run sql file from vb

Author  Topic 

sara_baboo
Starting Member

8 Posts

Posted - 2004-07-08 : 23:00:47
hi,

can someone help me with these problems ...

1) i have a content of hex values -- @hex = '0034004500120078'
i need to convert it to char and take the character to proceed the
operation ..can anyone help me with this..

2) i am creating sms program where my sql program must use http to
access the gateway and load in the information.. can some body help me with the coding on how to access the gateway.

3) what is the coding of vb run .sql file whereby all the coding for the application is in .sql file.

pls help asap..
saras

ValterBorges
Master Smack Fu Yak Hacker

1429 Posts

Posted - 2004-07-08 : 23:32:17
What kind of gateway?

Why not store the sql in a stored procedure??
Go to Top of Page

kselvia
Aged Yak Warrior

526 Posts

Posted - 2004-07-09 : 02:11:18
Answered in your other thread;

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=37199
Go to Top of Page
   

- Advertisement -