Re: RAM problems, [appendfile] problems
This WebDNA talk-list message is from 1998
It keeps the original formatting.
numero = 17979
interpreted = N
texte = On 6/1/1998 9:42 am, natasha so noted...>1. We run 12 stores in our mall. For our statistic needs we created a>database which should contain the info about each order like cart>number, order date, total, etc. For this purpose we added the following>code in each ThankYou.tmpl:>[appendfile ../statistics/stat.db] [CART],[DATE],[TIME],[STORENAME],>[TOTAL],[USERNAME] >[/appendfile]>[closedatabase stat.db]>Eeach one of these values appears on the ThankYou.tmpl.>However, in a mysterious way, some orders are appended to a database,>ans some are not. I cannot find a reason for that. There is no visible>logic in why some orders appear on data and some don't. Looks like>sometimes the [appendfile] works, and sometimes not. The code is the>same in all stores, and it happens in all stores. >What might be a reason for this?From the WebCatalog docs...Note: AppendFile does not 'understand' databases. If you want to append a new record to the end of a database, use Append instead. WebCatalog may be confused by the mixed treatment of the stat.db file. If you want to be using this stat file as a database, try:[append ../statistics/stat.db]cart=[CART]&date=[DATE]&time=[TIME]&storename=[STORENAME]&total=[TOTAL]&username=[USERNAME][/append][closedatabase stat.db]This assumes that you have a stat.hdr file in the statistics folder that would contain:cart
datetimestorenametotalusernameHope this is of some help,Rob MarquardtDesigner/Resident WireheadToast Design300 First Avenue North, Suite 150Minneapolis MN 55401612.330.9863 v612.321.9424 fwww.toastdesign.com
Associated Messages, from the most recent to the oldest:
On 6/1/1998 9:42 am, natasha so noted...>1. We run 12 stores in our mall. For our statistic needs we created a>database which should contain the info about each order like cart>number, order date, total, etc. For this purpose we added the following>code in each ThankYou.tmpl:>[appendfile ../statistics/stat.db] [cart],[date],[time],[STORENAME],>[TOTAL],[username] >[/appendfile]>[closedatabase stat.db]>Eeach one of these values appears on the ThankYou.tmpl.>However, in a mysterious way, some orders are appended to a database,>ans some are not. I cannot find a reason for that. There is no visible>logic in why some orders appear on data and some don't. Looks like>sometimes the [appendfile] works, and sometimes not. The code is the>same in all stores, and it happens in all stores. >What might be a reason for this?From the WebCatalog docs...Note: AppendFile does not 'understand' databases. If you want to append a new record to the end of a database, use Append instead. WebCatalog may be confused by the mixed treatment of the stat.db file. If you want to be using this stat file as a database, try:[append ../statistics/stat.db]cart=[cart]&date=[date]&time=[time]&storename=[STORENAME]&total=[TOTAL]&username=[username][/append][closedatabase stat.db]This assumes that you have a stat.hdr file in the statistics folder that would contain:cartdatetimestorenametotalusernameHope this is of some help,Rob MarquardtDesigner/Resident WireheadToast Design300 First Avenue North, Suite 150Minneapolis MN 55401612.330.9863 v612.321.9424 fwww.toastdesign.com
Rob Marquardt
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
setheader and retrieve it immediatly (2001)
Still ignoring the 3.x bugs? (2000)
Download (1999)
Unique Sort (2003)
Performance Issue (2000)
emailer settings and control questions (1997)
Re:Help name our technology! (1997)
t or f (1997)
[shownext max (1997)
WebCat2 beta 11 - new prefs ... (1997)
Storebuilder/Webmerchant and Manual CC Processing (2001)
MacAuthorize order data fields WAS:How To question... (1997)
WebCat editing, SiteGuard & SiteEdit (1997)
Having Webcatalog Print results - Possible Solution (1999)
OT: Collaborative Browsing (2000)
how to put/keep product customization info in basket? (1998)
Major bug report on rootbeer (1997)
Size Options and Multiple prices (2003)
License for Sale? (2003)
Head's up to SMSI ... (2003)