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:

Where's Cart Created ? (1997) Next (1997) Multi Actions (1999) Call For Entry: Third Annual Business on The Internet (BOTI)Awards (1999) [carts] and databases (1997) Dismissing dialogs (was 2.1b3 --> way slow) (1997) Replacing a Word (1999) -REPOST- WebCat 3 & Aliases (2000) [append] vs. [appendfile] delta + question? (1997) WebCat2b13MacPlugIn - [shownext method=post] ??? (1997) [format xs] freeze (1997) Need relative path explanation (1997) PCS Frames (1997) Using Plug-In while running 1.6.1 (1997) problems with 2 tags (1997) and vs or vs not (1998) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) Multiple fields on 1 input (1997) error (2000) [ShowNext] feature in 2.0 (1997)