TMSUSERS Archives

The Museum System (TMS) Users

TMSUSERS@SI-LISTSERV.SI.EDU

Options: Use Monospaced Font
Show HTML Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Luc Bissonnette <[log in to unmask]>
Reply To:
The Museum System (TMS) Users
Date:
Mon, 4 Dec 2006 14:25:45 -0500
Content-Type:
multipart/alternative
Parts/Attachments:
text/plain (1793 bytes) , text/html (5 kB)
Bonjour Glenn,
 
This is my first posting to this list. 
 
The following will erase the credit line existing in those records and replace it with you new Credit line.
 
When I have to do things like this, I do the work at the SQL level. 
ATTENTION : BEWARE : You can damage and loose data if you are not familiar with SQL. Proceed with EXTREME
care...
 
 
A) Create an object package with a name and put your 800 objects in it.
 
B) at an sql prompt, find the ObjectPackageID of your object package with the following:
select * from dbo.ObjectPackages where Name like 'name that you gave before'
 
The first column is the ObjectPackageID. Note that number.
 
Then, do the following:

update objects
set CreditLine = 'YOUR CREDIT LINE TEXT'
where objectid in
 (select objectid from dbo.ObjPkgList where ObjectPackageID = "The objectpackageid that you find in the preceding request")
 
/* Replace "The objectpackageid that you find in the preceding request" with the number without " "   */
 
Hope this help
 
Luc Bissonnette 
Bibliothécaire des systèmes/Systems Librarians 
Gestionnaire des systèmes des collections 
Centre Canadien d'Architecture/Canadian Center for Architecture 
Montréal, Québec 
H3H 2S6 
Téléphone: 514-939-7001 #2616 
Télécopieur: 514-939-7020 
[log in to unmask] 

 
 
 

-----Message d'origine-----
De : The Museum System (TMS) Users [mailto:[log in to unmask]]De la part de Glenn Fye \\ eoj
Envoyé : 4 décembre 2006 13:52
À : [log in to unmask]
Objet : Re: Adding or Editing Multiple Entries



Hi Everyone, 

Has anyone had success with doing gang entries to data fields. I would;like to enter a credit line to a group of 800 plus objects in a group. 

Thanks, Glenn 

Glenn Fye 
Photoarchivist 
Albuquerque Museum



ATOM RSS1 RSS2