I need to convert a Hex string 96 characters long into something printable that can be read and reentered by a user.
(A sentence, short string, a few numbers etc)
I must then be able to take the string entered by the user and convert it back to the 96 character Hex string.
The conversion...
I have a VB6 front end that I am moving from MS Jet 4.0 Access DB to MSDE. Within the project there are over 300 places where I use something to this effect: (Pseudo code)
rs.Open "tblCust", gConn, adOpenKeyset, adLockOptimistic, adCmdTableDirect
rs.Requery
rs.index = “lName”
rs.seek “Smith”...
I have a DTS package in SQL Server 7, within the package the steps are: an active x script, SQLServer source, text file destination and three datapump tasks running from source to destination. I want to have the active x script in the begining, stop two of those datapumps from running by...
Using SQL 7.0, I want to use 1 dts package to download different tables into a text file. The problem I am having is that the fields in the destination (text file) will be different depending on which table is being downloaded. Is there a way to set the fields in the textfile destination...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.