[Zope] is it possible to bypass ZSQL methods and call stored procedures in sqlserver straight from ZPT?

2007-11-06 Thread michael nt milne
Hi We have some dynamic ZSQL methods all working but are looking to optimise our code and also access some stored procedures which are already written in SQL Server. The question is, can you go straight through to a relational database using the connector object and call a stored procedure straig

Re: [Zope] is it possible to bypass ZSQL methods and call storedprocedures in sqlserver straight from ZPT?

2007-11-06 Thread Jaroslav Lukesh
Yes - Original Message - From: michael nt milne We have some dynamic ZSQL methods all working but are looking to optimise our code and also access some stored procedures which are already written in SQL Server. The question is, can you go straight through to a relational database usi

Re: [Zope] is it possible to bypass ZSQL methods and call storedprocedures in sqlserver straight from ZPT?

2007-11-06 Thread michael nt milne
thanks. Is there an example or a tutorial at all on this anywhere? On 11/6/07, Jaroslav Lukesh <[EMAIL PROTECTED]> wrote: > > Yes > > - Original Message - > From: michael nt milne > We have some dynamic ZSQL methods all working but are looking to optimise > our code and also access some s

Re: [Zope] is it possible to bypass ZSQL methods and callstoredprocedures in sqlserver straight from ZPT?

2007-11-06 Thread Jonathan
- Original Message - From: "michael nt milne" <[EMAIL PROTECTED]> To: "zope list user" Sent: Tuesday, November 06, 2007 9:30 AM Subject: Re: [Zope] is it possible to bypass ZSQL methods and callstoredprocedures in sqlserver straight from ZPT? thanks. Is there an example or a tutor

Re: [Zope] is it possible to bypass ZSQL methods and call storedprocedures in sqlserver straight from ZPT?

2007-11-06 Thread Stefan H. Holek
IIRC, DB connections have a 'manage_test' method that could be (ab) used for things like that. On 6. Nov 2007, at 15:23, Jaroslav Lukesh wrote: The question is, can you go straight through to a relational database using the connector object and call a stored procedure straight from a ZPT? O

Re: [Zope] is it possible to bypass ZSQL methods and call storedprocedures in sqlserver straight from ZPT?

2007-11-06 Thread Andrew Milton
+---[ michael nt milne ]-- | thanks. Is there an example or a tutorial at all on this anywhere? # queryConnection holds the id of a DA connectionObject=getattr(self, queryConnection) connection = connectionObject() results = connection.query(SQL_GOES_HERE) This is from

[Zope] Zope 2-3-five Confusion

2007-11-06 Thread David Davis
I've pretty new to zope and am getting lost in the shuffle between zope 2/3/five/archetypes. I'm trying to get my feet wet by using zope 2.10.4. I'm trying to get a very simple content type to work inside the ZMI. I'd like to use the latest recommended five approach to this, but am getting confu

[Zope] Zope Jobs

2007-11-06 Thread Tom Von Lahndorff
Anyone have any recommendations for a good place to post a Zope job? Its for a freelance, work from where ever gig. Thanks. Tom ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! **

Re: [Zope] Zope Jobs

2007-11-06 Thread Jonathan
- Original Message - From: "Tom Von Lahndorff" <[EMAIL PROTECTED]> To: "Zope user list" Sent: Tuesday, November 06, 2007 4:45 PM Subject: [Zope] Zope Jobs Anyone have any recommendations for a good place to post a Zope job? Its for a freelance, work from where ever gig. Thanks.

[Zope] Please help in selecting approach (zope2, 3, +grok, plone) for a new project

2007-11-06 Thread Chetan Kumar
Hi all I am to start working on a new web (site/application) project. Wanted to find out better route from among the available choices. In other words what are *you* using ? I have used zope 2 and plone in my past projects. The question arises now as we have new rewrite of zope with grok on the ho