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 - 2002-08-21 : 10:26:25
|
| Santosh writes "Hello I am having problems in inserting large data in SQL Server 7.0/2000.Before I was using Oracle with Java to insert data in clob column provided by oracle.Is there any such datatype available in SQL Server so that I can use setClob() method provided in Java.Please provide me the solution for this?Thanks,Santosh" |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2002-08-21 : 10:55:07
|
| HiYou want the Image datatype. But I would find another way around it if I were you. Databases are not designed for handling this sort of data, that is what filesystems are for.Damian |
 |
|
|
|
|
|