Prob in response.write of a Memo cell in an Access base

 
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP
View previous topic :: View next topic  
Author Message
Thanos
-


Joined: 22 Oct 2003
Posts: 14

PostPosted: Fri Nov 14, 2003 9:02 am    Post subject: Prob in response.write of a Memo cell in an Access base Reply with quote

Hi folks!

i've made a simple mdb Access base with "text", "number" and "memo" cells.
These cells displayed with a response.write command in a <TABLE> on an .ASP file.
i have no prob to display the "text" and the "number" cells, but the "memo" ones do not display in the <TABLE>.
if i change the "memo" cells in the Access database to "text" cells, it's working. If i switch back to "memo", it display a blanck screen in the <TABLE>. No error, no text. Just a blanck cell, as if nothing was in the database.
I can't use "text" cells, because i have much more than 255 types in this cell.

i have no prob with IIS. I think it's a bug of Active HTML... (i have the last free version)
anybody can help ?
if not, do you have any suggestion for another free ASP program ?
(i hope i'm clear enought, i'm not english speaking)
Back to top View user's profile Send private message
Thanos
-


Joined: 22 Oct 2003
Posts: 14

PostPosted: Fri Nov 14, 2003 3:11 pm    Post subject: Reply with quote

ok, i solved it. ;o)
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Nov 16, 2003 9:13 pm    Post subject: Re: Prob in response.write of a Memo cell in an Access base Reply with quote

Thanos,

Put .value at the end of the asp code to get data out of the recordset.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Thanos
-


Joined: 22 Oct 2003
Posts: 14

PostPosted: Mon Nov 17, 2003 8:07 am    Post subject: Reply with quote

The problem was here :
rsTitre.Open "SELECT * FROM film WHERE auto=" & id_titre , Conn,3

if i do not write the 3 at the end of the command, the "memo" cell type in Access wasn't read correctly.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group