Re: db merge problem

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 42573
interpreted = N
texte = So I finally got back to this problem and the code works, but the only way it seems to work is if I go into webcat admin and flush the databases. Do I need to build this into my template or why would this be happening? I've used code like this before and not had a problem.I'm using NN 4.7 to load the page with cache set to 0. webstar 4.3 webcat 4.X OS 9.1> From: Ken MacMurchy > Reply-To: (WebCatalog Talk) > Date: Thu, 08 Aug 2002 15:20:10 -0800 > To: (WebCatalog Talk) > Subject: Re: db merge problem > > I like that idea, but I'm not sure about how do to sessions. Are you > talking cookies? This will be likely used by one person and they will run > that page right after they export the db from the other app. > >> From: Rob Marquardt >> Reply-To: (WebCatalog Talk) >> Date: Thu, 08 Aug 2002 16:21:08 >> To: (WebCatalog Talk) >> Subject: Re: db merge problem >> >> on 8/8/02 5:35 PM, Ken MacMurchy at ken.macmurchy@leader-post.sk.ca so >> noted... >> >>> Hi group, does anyone see why this won't work it has worked before and the >>> db .hdr files are identical and the [created] field does have data in it? >>> >>> [search db=Temp.db&neCreateddata=find_all] [numfound] New >>> Images Added >>>

[founditems] >>> [text]fieldsvar=[ListFields >>> db=Temp.db][FieldName]=[interpret][[FieldName]][/interpret]&[/ListFields][/t >>> ext] >>> >>> [append db=eparchive.db][interpret][fieldsvar][/interpret][/append] >>> [/founditems] >>> [/search] >>> [delete db=Temp.db&neCreateddata=find_all] >> >> Incorporating the Brians' suggestions and taking the text variable out of >> the picture: >> >> [search db=Temp.db&neCreateddata=find_all] [numfound] New >> Images Added >> >> [founditems][!] >> [/!][append db=eparchive.db][!] >> [/!][ListFields db=Temp.db][!] >> [/!][hideif [index]=1]&[/hideif][!] >> [/!][FieldName]=[url][interpret][[FieldName]][/interpret][/url][!] >> [/!][/ListFields][!] >> [/!][/append][!] >> [/!][/founditems] >> >> [/search] >> [delete db=Temp.db&neCreateddata=find_all] >> >> Only one person going to be using this at once? No chance of User A wiping >> out the temp.db of User B? I always get paranoid and assign a session number >> and delete based upon that. >> >> >> Rob Marquardt >> Designer/Resident Wirehead >> Toast Design >> >> 800 Washington Avenue North >> Minneapolis MN 55401 >> 612.330.9863 v >> 612.321.9424 f >> www.toastdesign.com >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://search.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: db merge problem (Ken MacMurchy 2002)
  2. Re: db merge problem (Ken MacMurchy 2002)
  3. Re: db merge problem (Ken MacMurchy 2002)
  4. Re: db merge problem (Ken MacMurchy 2002)
  5. Re: db merge problem (Glenn Busbin 2002)
  6. Re: db merge problem (Glenn Busbin 2002)
  7. Re: db merge problem (Glenn Busbin 2002)
  8. Re: db merge problem (Ken MacMurchy 2002)
  9. Re: db merge problem (Ken MacMurchy 2002)
  10. db merge problem (Ken MacMurchy 2002)
  11. Re: db merge problem (Rob Marquardt 2002)
  12. Re: db merge problem (Rob Marquardt 2002)
  13. Re: db merge problem (Brian Fries 2002)
  14. Re: db merge problem (Brian Boegershausen 2002)
So I finally got back to this problem and the code works, but the only way it seems to work is if I go into webcat admin and flush the databases. Do I need to build this into my template or why would this be happening? I've used code like this before and not had a problem.I'm using NN 4.7 to load the page with cache set to 0. webstar 4.3 webcat 4.X OS 9.1> From: Ken MacMurchy > Reply-To: (WebCatalog Talk) > Date: Thu, 08 Aug 2002 15:20:10 -0800 > To: (WebCatalog Talk) > Subject: Re: db merge problem > > I like that idea, but I'm not sure about how do to sessions. Are you > talking cookies? This will be likely used by one person and they will run > that page right after they export the db from the other app. > >> From: Rob Marquardt >> Reply-To: (WebCatalog Talk) >> Date: Thu, 08 Aug 2002 16:21:08 >> To: (WebCatalog Talk) >> Subject: Re: db merge problem >> >> on 8/8/02 5:35 PM, Ken MacMurchy at ken.macmurchy@leader-post.sk.ca so >> noted... >> >>> Hi group, does anyone see why this won't work it has worked before and the >>> db .hdr files are identical and the [created] field does have data in it? >>> >>> [search db=Temp.db&neCreateddata=find_all] [numfound] New >>> Images Added >>>

[founditems] >>> [text]fieldsvar=[ListFields >>> db=Temp.db][FieldName]=[interpret][[FieldName]][/interpret]&[/ListFields][/t >>> ext] >>> >>> [append db=eparchive.db][interpret][fieldsvar][/interpret][/append] >>> [/founditems] >>> [/search] >>> [delete db=Temp.db&neCreateddata=find_all] >> >> Incorporating the Brians' suggestions and taking the text variable out of >> the picture: >> >> [search db=Temp.db&neCreateddata=find_all] [numfound] New >> Images Added >> >> [founditems][!] >> [/!][append db=eparchive.db][!] >> [/!][ListFields db=Temp.db][!] >> [/!][hideif [index]=1]&[/hideif][!] >> [/!][FieldName]=[url][interpret][[FieldName]][/interpret][/url][!] >> [/!][/ListFields][!] >> [/!][/append][!] >> [/!][/founditems] >> >> [/search] >> [delete db=Temp.db&neCreateddata=find_all] >> >> Only one person going to be using this at once? No chance of User A wiping >> out the temp.db of User B? I always get paranoid and assign a session number >> and delete based upon that. >> >> >> Rob Marquardt >> Designer/Resident Wirehead >> Toast Design >> >> 800 Washington Avenue North >> Minneapolis MN 55401 >> 612.330.9863 v >> 612.321.9424 f >> www.toastdesign.com >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://search.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Ken MacMurchy

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:

Trouble with carts (2000) [searchString] (1997) [WebDNA] Ubuntu 14.04 & WebDNA (2017) [writefile] and CR's (2001) My slower response (1997) [DOS]/DOS query perhaps OT (2003) [OT] SSL security in browser (2005) form (2002) [Announce] Newest Commerce Site based on WebCatalog (1997) WebCat 5 on itools 7 Install Questions Problems Hey Nitai (2003) Nested tags count question (1997) Help name our technology! (1997) webcat & permissions (1999) How do I ad to an existing cart? (2000) Searching for (field1 OR field2) AND field3 (2000) WebMerchant 1.6 and https (1997) PCS Frames (1997) followup to ws3 vs ws2.1 speed (1998) WebCat2 - storing unformatted date data? (1997) WebCatalog can't find database (1997)