If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Formatted text into SQL Server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-22-03, 23:06
jrahma jrahma is offline
Registered User
 
Join Date: Apr 2003
Posts: 101
Formatted text into SQL Server

1. How can insert a formatted text (bold, italic, images, tables, etc) into MS SQL using ASP 3.0?

2. Are there any free components to use to do that with ASP 3.0?
Reply With Quote
  #2 (permalink)  
Old 05-25-03, 05:13
rhs98 rhs98 is offline
Super Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 441
From what????

Be specific?

You could just execute the following SQL to get bold text into the database
Code:
insert into x (y) values('hello <b>this is bold</b>');
Did you want to store images physically or just links?

This question is SO unclear and general.
Reply With Quote
  #3 (permalink)  
Old 05-25-03, 18:33
jrahma jrahma is offline
Registered User
 
Join Date: Apr 2003
Posts: 101
well .....

ok....

I want to give the user a text box to add formatted text including formatted text options (bold, itallic, etc) just like hotmail message box and also (if possible) I need to add images and tables so that I don't need to code every thing and just save that text as it isto SQL Server.
Reply With Quote
  #4 (permalink)  
Old 05-26-03, 06:00
rhs98 rhs98 is offline
Super Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 441
look for a plugin for dreamweaver MX on http://www.dmxzone.com called pdhtmleditor or something similar.

It does everything you require but is IE only. If you want a cross platform one, you will have to code it your self, probably in Java/Javascript.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On