Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 14 of 14 total
Thread Database 'c:\<path>\data' not available error
Tue, Jun 30 2009 10:36 AMPermanent Link

Mauricio Campana Nonino
David,

Replace

>>>Add('Notes', ftMemo, 240, false);

with

>>>Add('Notes', ftMemo, 0, false);

Mauricio Campana Nonino
Nonino Software
Sun, Jul 5 2009 4:26 AMPermanent Link

David
Mauricio Campana Nonino wrote:

David,

Replace

>>>Add('Notes', ftMemo, 240, false);

with

>>>Add('Notes', ftMemo, 0, false);

Mauricio Campana Nonino
Nonino Software

Yes i Found that soo after I read this post, But thanks anyway Smile

My problem Now is that I get an error message:

"error reading qry<multiple Query Names>.Params.Data: Out Of Memory"

Any helpw would be appreciated!
Sun, Jul 5 2009 11:08 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

David


Try building your query into a stringlist and then assigning query.sql.text := stringlist.text

If it still bombs on you save the stringlist to text and post it here

Roy Lambert [Team Elevate]
Mon, Jul 6 2009 12:06 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

David,

<< My problem Now is that I get an error message:

"error reading qry<multiple Query Names>.Params.Data: Out Of Memory" >>

Clear the SQL property of the indicated TDBISAMQuery by cutting (Ctrl-X) the
SQL text using the property editor in the object inspector, clicking on OK,
and then pasting (Ctrl-V) in the SQL text again using the property editor.
Then just make sure to save the form or data module in which the query
resides.  That should fix up any issues with the parameter data.

--
Tim Young
Elevate Software
www.elevatesoft.com

« Previous PagePage 2 of 2
Jump to Page:  1 2
Image