I'm using vbscript to create a flat file. At the beginning of the file a hex '255'. What should be there is teh beginning of my data. I've used both Write and WriteLine to output the data. I'm trying to create the following command
osql -U sa -P xxxxx -S xxxxx
The line contains the following:
x255osql -U sa -P xxxx -S xxx
Why is the first character being created?
Thank
Louis