SET LANGUAGE

  • Hello everyone, i hope you can help me
    i have a costumer who did install and use msde + dbamgr and now he uninstalled it an install Microsoft SQLServer2000. He is running an application (designed in VB6) that executes a "SET LANGUAGE SPANISH" statement and receives the following error:
    Description: Error en SET LANGUAGE. 'SPANISH' no es un nombre ni un alias de idioma oficial en SQL Server.(Spanish is not a SQLServer Official name or Language)
    Number: -2147467259
    I assume there´s any dll file left around from de previous installation that doesn´t allow this, ¿can you help me?
    Regards from Buenos Aires, Argentina
     
    Hola a todos, espero me puedan ayudar
    Tengo un cliente que instaló y usó Msde + DbaMgr y ahora lo ha desinstalado e instaló Microsoft SQLServer2000. Tiene un programa (hecho en VB6) que ejecuta la sentencia "SET LANGUAGE SPANISH" y recibe el siguiente error:

    Description: Error en SET LANGUAGE. 'SPANISH' no es un nombre ni un alias de idioma oficial en SQL Server.
    Number: -2147467259
    Asumo que hay alguna dll que ha quedado de la instalacion anterior y no permite ejecutar la sentencia, ¿puedes ayudarme?
    Saludos desde Buenos Aires, Argentina

  • Did you try

    SET LANGUAGE Español

  • no, but i assume that it won't work, i did will ask him to make

    SELECT * FROM syslanguages

    to see what he gets

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

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