|
-
Jun 27th, 2003, 07:27 AM
#1
Thread Starter
Fanatic Member
Using Thai char's in ASP and MS SQL
Hi,
I have a table with english and Thai charecters in MS SQL.
I need to fetch the data and display to the user.
I have set the meta tag and the charecter set as UTF-8.
But when I open the record set and print it it prints ?????
Can anybody help me out...
Thanks,
Pradeep
-
Jul 3rd, 2003, 11:14 AM
#2
Frenzied Member
What field types are you using in the database? nvarchar?
-
Jul 4th, 2003, 12:19 AM
#3
Thread Starter
Fanatic Member
Hi
Well.
I had to insert the nvarchar as
insert into table values(N'taichar..')
Resolved!..
Thanks
Pradeep
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|