inserting greek characters into the database

  • how to insert greek characters into a sql 2000 database.

  • Can you please provide a little more information? Is the data coming from a website, other data source (Excel, etc)? Using an nvarchar data type will enable you to store unicode characters.

    DAB

  • this is the column in my table

    [DisorderCode] [nvarchar] (10) COLLATE SQL_Romanian_Cp1250_CI_AS NOT NULL ,

    i am not sure if i have put the correct collate type.

    data will be loaded from an application written in C++ but sometime i have to insert rows thru query analyzer.

    would be really helpful if you could explain.

    Thanks

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

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