dear all,
i've problem when i want to query mysql data using asp command.
this is my error message in browser...
---
Process ID: 1
Subject: TEST INPUT PERTAMA KALI
News:
ADODB.Field error '800a0c93'
The operation requested by the application is not allowed in this context.
/scripts/asp/qmknwp.asp, line 45
---
and this is my script in asp...
---
while not objrs.eof
response.write "<font size=""1"">Process ID: " &objrs("twmknw_cd") &
"</font><BR><font size=""1"">Subject: " &objrs("twmknw_sbj") &
"</font><BR><font size=""1"">News: <BR>"
blob_size = objrs("twmknw_news").ActualSize
byte_f = objrs("twmknw_news").GetChunk(blob_size)
'===>>> this is line 45
response.ContentType = "plain/html"
response.BinaryWrite byte_f
response.write "</font><BR>"
objrs.movenext
wend
---
and this is also mysql table structure....
---
twmknw_cd bigint null auto_increment,
twmknw_sbj varchar(100) null,
twmknw_news blob null,
---
can u help me?
TIA
Ivan Paul
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php