Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
how to use html tags in ms access and sql server?


for Example:In sql server

Test



ms access:

Test1

Posted
Comments
Sinisa Hajnal 26-Jan-15 2:17am    
What do you want to do? These are both text fields, what is preventing you from using them as such? Also, what have you tried?

1 solution

If you want to store html tags in database, there should not be any problem. Then when you need to show them in front end/application, you can just assign them to a label or literal.

But, if you are talking about using font styling in the query window you can always go to
In SQL Server,
Tools --> Options --> Environment --> Fonts & Colors

But, as far I know, you can't apply html tags for styling query window text.

In case you something else, please let me know with little more information.

Thanks :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900