Pound character

  • I'm running set of insert statements in SQL server2000 from .bat file. I need to insert the pound currency (£) in the table. When i run the insert statement directly in the sql server, it is inserted. But when i run thr' the batch file it is not inserting the pound currency. I think some code page has to be installed in my PC??????? Any solution pls....

  • Use the Unicode character instead?

    Directly pick the character using CHAR(xxx) where xxx is the right code.

  • he means char(163)

    Regards,

    Ahmed

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply