Search Results

0
votes

Data in a table with carriage return?

Is this result in your HTML or in Query analyser? If it's in HTML, have a look at the source code and it might appear correct there, in which case you'd have to replace the crlf characters with …
1
vote

SQL changing a value to upper or lower case

SQL SERVER 2005: print upper('hello'); print lower('HELLO'); …
0
votes

Classic ASP SQL Query Returns Two Columns Out Of Ten…

I don't know if you've fixed this yet, but if not then you should try changing the order you select your columns so that the nText field goes at the end. There is a technical explanation for this …