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.
| 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 blobam coding in asp, so i don't know how to insert the binary datain the databasethnxC 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 TEXTAnd I guess it's not reccomended...better to store it as a file and save the UNC file location in the databaseBrett8-) |
 |
|
|
|
|
|