[progress Communities] [progress Openedge Abl] Forum Post: Re: [v4.5] - Incorrect String...

  • Thread starter Thread starter Santosh Patel
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top