Re: [Zope-DB] Getting a newly created record

2005-11-17 Thread Andreas Jung



--On 17. November 2005 17:04:22 + Sean Fulmer <[EMAIL PROTECTED]> 
wrote:



How can I insert a new record and have the new record immediately
returned to me as an object?



When you insert the data then you have the data you need inside your 
application. If not perform a second query using *some* WHERE clause based 
on the inserted data.


-aj

pgpi3BtWr846T.pgp
Description: PGP signature
___
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db


Re: [Zope-DB] Suggestions If Any Please ! ! ! ! !

2005-11-17 Thread Andreas Jung



--On 18. November 2005 12:58:46 +0530 Rajesh <[EMAIL PROTECTED]> 
wrote:



  Hi All,

  I'm Having problem in Zsql Method ,which return recordset
dictionary,containing key<--.>value pairs,   this recordset returns
only 1000 records ,Even if my Sql query satisfies more than 1000 records ,
  Looking forward for suggestions/alternatives




Look at the properties tab of your ZSQL method. There should be a property 
limiting the resultset to 1000 rows.


-aj

p.s. please learn to use a reasonable subject

pgplHMmiz0dIO.pgp
Description: PGP signature
___
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db


[Zope-DB] Suggestions If Any Please ! ! ! ! !

2005-11-17 Thread Rajesh




  
  

  Hi All,
   
  I'm Having problem in Zsql Method ,which return recordset 
  dictionary,containing key<--.>value pairs,
  this recordset returns only 1000 records ,Even if my Sql query 
  satisfies more than 1000 records ,
  Looking forward for suggestions/alternatives
   
  Thanks & Regards
  Rajesh
   
   

  

  
___
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db


[Zope-DB] Getting a newly created record

2005-11-17 Thread Sean Fulmer
How can I insert a new record and have the new record immediately returned to me
as an object?

___
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db