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)
 string to blob

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-07-11 : 07:16:31
Christian writes "hi,
can you tell me please how can i store a string into a blob
am coding in asp, so i don't know how to insert the binary data
in the database
thnx

C U"

X002548
Not Just a Number

15586 Posts

Posted - 2003-07-11 : 09:43:47
How is the data stored on the page?

Also BLOB and CLOB are Oracle...SQL Server is IMAGE and TEXT

And I guess it's not reccomended...better to store it as a file and save the UNC file location in the database



Brett

8-)
Go to Top of Page
   

- Advertisement -