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:

Bug Report, maybe (1997) WebCatalog2 Feature Feedback (1996) Now when I send TeaRoom Order fields it does not post in Invoice. (1997) Formatting time output (2000) encryption madness (2003) [WebDNA] OT: How is this being done? Curious. (2009) Security Tip (1996) PCS Emailer's role ? (1997) [WebDNA] How much does it cost now? (2008) WebCat2 - Getting to the browser's username/password data (1997) carriage returns in data (1997) Country & Ship-to address & other fields ? (1997) Protect (1997) Wow .. [OT] (2003) Re WebDNA has reached it connection limit (2004) too many nested ... problem (1997) HEADER AND FOOTER (1997) grep is really pathetic sometimes (2003) WebCat2b13MacPlugin - nested [xxx] contexts (1997) Odd Cart Behavior (1997)