Iam anand and iam new to sql server.
How to store the Italic words in a table
and how to retreive to names which are in italic
Quote:
Originally Posted by anandgidu21
Hai
Iam anand and iam new to sql server.
How to store the Italic words in a table
and how to retreive to names which are in italic
sql server is primarily an RDBMS-back end database, not a front-end tool...if you could give more details, we can see what we can do...|||
Quote:
Originally Posted by anandgidu21
Hai
Iam anand and iam new to sql server.
How to store the Italic words in a table
and how to retreive to names which are in italic
If your Application is a web Application.
On a varchar column you can store
other words <i>Italic word </i> other words
Then if you are printing this column value to the web page HTML parser will identitfy the tags and out put will be;
other words Italic word other words
No comments:
Post a Comment