March 20, 2008 at 1:19 pm
how do we store superscript and subscript in a database (sql server 2000). like chemical names. CH2 or H2O. the 2 here will be a subscript.
Thanks
March 21, 2008 at 10:09 am
Good question. Are you getting the data in subscript notation? I would have to guess you would need to use unicode (nchar, nvarchar) as a start.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 21, 2008 at 11:42 am
i have to upload the subscript or suprescript data using a front end application written in C++ . i do have the table with datatype declared as nvarchar but i was wondering if i have to do anything else on the sql side so as to accept those values thru the font end
March 22, 2008 at 11:15 am
please some one explain, it is possible to use Subscript or Superscript in the Sql editor.
thanks in advance
regards
jang
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply