Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: why use loop with getChunk (example in beginning ASP)?


Message #1 by awin@a... on Wed, 27 Dec 2000 20:09:52 -0000
Hi,

   I was looking at the example in "beginning ASP databases", which uses

getChunk with a loop (pg 521).  I am assuming that the code is to show how

to use getChunk.  But I have a question.  I have a similar problem.  I

have a memo field in the from.  The memo Fieds is pretty long.  The user

usually type 1 or 2 pages of text.  Can I use

objparm2.value = request.form ("memoFeild") for that large a text. 

MemoField is defined as text in SQL database.  Is there a pro and con not

to assign the long text value directly to parameter value?

-ann



--- 

NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS?  Is FREE okay?

Visit EarthWeb for the latest in IT Management, Software Development, 

Web Development, Networking & Communications, and Hardware & Systems.  

Click on http://www.earthweb.com for FREE articles, tutorials,

and discussions from the experts.

---

You are currently subscribed to asp_databases as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_databases-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #2 by "StephenB" <stephenb@w...> on Fri, 29 Dec 2000 12:19:56 -0000
The limit to string length was given in another thread recently, and is very

large.  There should be no problem with this.



Stephen



<awin@a...> wrote in message news:27565@a..._databases...

>

> Hi,

>    I was looking at the example in "beginning ASP databases", which uses

> getChunk with a loop (pg 521).  I am assuming that the code is to show how

> to use getChunk.  But I have a question.  I have a similar problem.  I

> have a memo field in the from.  The memo Fieds is pretty long.  The user

> usually type 1 or 2 pages of text.  Can I use

> objparm2.value = request.form ("memoFeild") for that large a text.

> MemoField is defined as text in SQL database.  Is there a pro and con not

> to assign the long text value directly to parameter value?

> -ann

>







---

FREE WEB DEVELOPMENT CODE, CONTENT, AND INSIGHTS

IN YOUR INBOX!

Get the latest and best HTML, XML, and JavaScript tips, tools, and 

developments from the experts.  Sign up for one or more of EarthWeb's

FREE IT newsletters at http://www.earthweb.com today!  

---

You are currently subscribed to asp_databases as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_databases-$subst('Recip.MemberIDChar')@p2p.wrox.com


  Return to Index