using TEXT and IMAGE datatypes

using TEXT and IMAGE datatypes

Post by Martin Frolic » Thu, 02 Jul 1998 04:00:00



Hello,

I'm not very experienced in SQL programming. Can anyone tell me if there is
a soulution for my problem, please?

I need to create and update records in MSSQL table. There is a TEXT datatype
field within my table in which I have to write text data from ASP page. It
works fine if length of the text is less than 102400 bytes. I simply
executed
<%connection.execute ( "INSERT INTO mytable VALUES ( '.... < 102400 bytes of
text...' ) " )%>
If more data is sent, no error, no warning, field is just filled with
incorrect data. Is there any way to send more than 102400 bytes of data ????

Any help greatly appreciated.

Martin Frolich

 
 
 

using TEXT and IMAGE datatypes

Post by Carl-Johan Wi » Fri, 03 Jul 1998 04:00:00


in vb a would use "appenchunck", I don't know is this used in asp to, check
it out in the help

cjw
MCT


>Hello,

>I'm not very experienced in SQL programming. Can anyone tell me if there is
>a soulution for my problem, please?

>I need to create and update records in MSSQL table. There is a TEXT
datatype
>field within my table in which I have to write text data from ASP page. It
>works fine if length of the text is less than 102400 bytes. I simply
>executed
><%connection.execute ( "INSERT INTO mytable VALUES ( '.... < 102400 bytes
of
>text...' ) " )%>
>If more data is sent, no error, no warning, field is just filled with
>incorrect data. Is there any way to send more than 102400 bytes of data
????

>Any help greatly appreciated.

>Martin Frolich


 
 
 

1. Using image and text datatypes in ESQL ??????

We are using embedded sql to for our client application to communicate
with SQL server.

Problem is, table columns involve image and text datatypes which apparently
are not supported in sybase 10.0 ESQL, although I have managed to update
an image column but cannot select that same column in ESQL.

Does anyone know of the bestest,easiest solution around this ??

One thought comes to mind (a little unpleasant) of using ct library calls,
but to be able to mix ct library calls in the ESQL. Does this work ?

Thanks.


2. Client Licensing: per-server vs per-seat

3. Conversion of Text datatype to Image datatype

4. ORA-24327 - Linux7.2 and Oracle 8.1.7

5. convert image datatype to text datatype

6. New SQL Server User Group in Baltimore

7. Store image by using image datatype in SQL 7.0

8. REPOST: Subselect in the from clause

9. text and image datatype, sql server 2000

10. Text/Image Datatype - Inserting Data

11. TEXT & Image DataType Searches

12. how to insert/retriever text or image datatype in sql server2000