RE: Help? CF Error

2000-10-02 Thread Andy Ewings

possibly.

Are you querying a database using a CFQUERY or CFSTOREDPROC?  If so are you
selecting a field that is of type ntext.  If so here is your problem.  Go
into the database and change the field type to text and all should be fine.
for some reason CF does not like the Unicode type of ntext.  It copes with
nvarchar ok.

--
Andrew Ewings
Project Manager
Thoughtbubble Ltd
--


-Original Message-
From: Randy Adkins [mailto:[EMAIL PROTECTED]]
Sent: 02 October 2000 16:25
To: CF-Talk
Subject: Help? CF Error


Can anyone explain this?:

unknown exception condition PCodeRuntimeContextImp::executeSQLTagCFQuery


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Help? CF Error

2000-10-02 Thread Scott, Andrew

PCode means that the machine ran out of stack memory when compiling the
template, so because it couldn't allocate any more memory it can't finish
what it was doing. Correct me if I am wrong someone, but I think that the
SQLQuery means that this is what it was looking at when the problem
occured:-)

regards

Andrew Scott
ANZ eCommerce Centre
* Ph 9273 0693  
* [EMAIL PROTECTED]


-Original Message-
From: Randy Adkins [mailto:[EMAIL PROTECTED]]
Sent: 03 October 2000 02:25
To: CF-Talk
Subject: Help? CF Error


Can anyone explain this?:

unknown exception condition PCodeRuntimeContextImp::executeSQLTagCFQuery


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.