Re: Moving records

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 28600
interpreted = N
texte = >Is there any easier way to move a record in databaseA.db to >databaseB.db without, >1) Doing a search >2) Doing an append >3) Doing a deleteNo, that's how you have to do it. >This is painful as I have to specify the fieldnames, as there is no >way to link [ListFields DatabaseName] to a founditems context.Yes there is! Assuming the field names in both db's are the same, and if you are moving only one record, you can do the following:[search db=thisDB&...&max=1] [founditems] [append db=otherDB] [listfields thisDB(or otherDB)] [fieldname]=[interpret][[fieldname]][/interpret]& [/listfields] [/append] [delete db=thisDB&eqskudata=[sku]] [/founditems] [/search]Just remember, if you need to retrieve more than one record, you must move the delete tag outside the founditems context and use a different technique for the deleting records from thisDB ... :)================================ Kenneth Grome, WebDNA Consultant 808-737-6499 http://webdna.net ================================------------------------------------------------------------- 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 Associated Messages, from the most recent to the oldest:

    
  1. Re: Moving records (Michael O Shea 2000)
  2. Re: Moving records (Kenneth Grome 2000)
  3. Moving records (Michael O Shea 2000)
>Is there any easier way to move a record in databaseA.db to >databaseB.db without, >1) Doing a search >2) Doing an append >3) Doing a deleteNo, that's how you have to do it. >This is painful as I have to specify the fieldnames, as there is no >way to link [ListFields DatabaseName] to a founditems context.Yes there is! Assuming the field names in both db's are the same, and if you are moving only one record, you can do the following:[search db=thisDB&...&max=1] [founditems] [append db=otherDB] [listfields thisDB(or otherDB)] [fieldname]=[interpret][[fieldname]][/interpret]& [/listfields] [/append] [delete db=thisDB&eqskudata=[sku]] [/founditems] [/search]Just remember, if you need to retrieve more than one record, you must move the delete tag outside the founditems context and use a different technique for the deleting records from thisDB ... :)================================ Kenneth Grome, WebDNA Consultant 808-737-6499 http://webdna.net ================================------------------------------------------------------------- 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 Kenneth Grome

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:

[WebDNA] Crashing again (2008) [WebDNA] macOS High Sierra (2017) Unauthorized User trouble (1998) Calculating Shipping (1997) Authenticate (1997) Running 2 two WebCatalog.acgi's (1996) Another question (1997) WebCatalog can't find database (1997) E-Mail (1998) eBay's Prostores: What is the industry response? (2005) multi-paragraph fields (1997) shownext (1997) f2 download problems (1997) Limiting user access to .tmpl files (1997) File dates in WebCatalog .tmpl/.inc (1997) sort problems....bug or brain fart? (1997) WebCat2 beta 11 - new prefs ... (1997) WebCat2b15MacPlugin - [protect] (1997) # fields limited? (1997) Weird problems with [SHOWIF]s (1997)