|
|
Choosing A Webhost: |
R: Variable as qualifier: msg#00004cms.opengroupware.xmlrpc.devel
Thank you Helge for the fast response. I apologize for the sintax error, it was only in the email. Actually the code is correct, and it didn't work, as previosly wrote. Meanwhile i found where is the problem. The Python interpreter didn't recognize the variable placeholder because it's defined into a dictonary used directly as argument for the XML-RPC method call. I found this solution (string concatenation): result = server.person.fetch( { 'qualifier':'name like "' + LastName + '"', 'sortOrderings':['name',], } ) It works. Maybe a more elegant solution could be: To define a dictionary with the fetch specs, using variable placeholders, and use this as argument for the XML-RPC method call. I didn't tried it. Thank you again and best regards, Daniele Dal Re dando@xxxxxxxx +-----Messaggio originale----- +Da: xmlrpc-admin@xxxxxxxxxxxxxxxxx +[mailto:xmlrpc-admin@xxxxxxxxxxxxxxxxx]Per conto di Helge Hess +Inviato: lunedi 24 novembre 2003 18.05 +A: xmlrpc@xxxxxxxxxxxxxxxxx +Oggetto: Re: [OGo-XML-RPC] Variable as qualifier + + +On 24.11.2003, at 16:42, Dando wrote: +> 'qualifier' : "name like '%s'" $ LastName, + +I guess this should read: + 'qualifier' : "name like '%s'" % LastName +? + +> I tried different solutions without success, it seems that the Python +> interpreter didn't recognize the variable placeholder. + +regards, + Helge +-- +*Belief in Evolution* It is well known that Evolution requires atheism, +and that all atheists are amoral creatures, many of whom eat human +flesh. +- http://www.dansdata.com/psycho.htm + +-- +OpenGroupware.org XML-RPC +xmlrpc@xxxxxxxxxxxxxxxxx +http://mail.opengroupware.org/mailman/listinfo/xmlrpc + -- OpenGroupware.org XML-RPC xmlrpc@xxxxxxxxxxxxxxxxx http://mail.opengroupware.org/mailman/listinfo/xmlrpc
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Variable as qualifier, Helge Hess |
|---|---|
| Next by Date: | Appointment fetch specification, Dando |
| Previous by Thread: | Re: Variable as qualifier, Helge Hess |
| Next by Thread: | Appointment fetch specification, Dando |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |