Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Including HTML in a databse without messing up SQL

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-10-23 : 15:25:27
Jon writes "I've created a database of individuals and information about them. To update the listing I created a form that allows the new information to be passed into the database. The problem is that I want to include a text file that contains HTML code with http links buried
in the text. The information link generates a bunch of SQL errors because of the "/" and "'". Is there a way to get files like this into a databse using a regular SQL and then have them come out correctly when I write them out on my ASP pages.

The files a called using the unique ID for each person in the database.

Any help will be greatly appreciated"
   

- Advertisement -