S
Santosh Patel
Guest
Sorry, I asked for the wrong info. Which database type do you use (MS SQL or MySQL)? Need to know the collation type for the column MySQL command show table status where name like 'rb_obj_data'; MSSQL command USE rb_dbo GO SELECT name, collation_name FROM sys.columns WHERE OBJECT_ID IN (SELECT OBJECT_ID FROM sys.objects WHERE type = 'U' AND name = 'rb_obj_data') AND name = 'txt0' I'm not sure about the MSSQL command, you may have to tweak it if that is your database.
Continue reading...
Continue reading...