I have a great problem right now, please help.
It is now a exist SQL7 with using codepage1252, and that's ok for using asp to display to insert, update & delete chinese records.
But when I try to build client/server prog by using vb6, I found I can't display chinese records & do any chinese wording update/insert to the sql database. And that's happened in any varchar and nvarchar type.
Here is some questions,
1. Can I still can display chinese in the vb prog. by current setting? or I need to convert the chinese words (coding) from sql server before do display or update of records?