Thanks for the response.

Are you using ZSQL or DB-ABI?

If ZSQL:
  suppose you want to
  select * from foo where <dtml-sqlvar bar type=string>

How is that written in the filesystem (in particular, how are parameters 
written?)

if DB-ABI:
  are you doing connection caching?


jim penny

"David Johnson" <[EMAIL PROTECTED]> wrote on 02/21/2006 07:55:56 PM:

> I've been able to do some basic things, depending upon what you're 
looking
> for.  I'm still exploring the best methods.  So far I've found I have to 
do
> everything on the file system.  I'm still playing but I'm close 
mastering
> the basic database operations.
> 
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]
> > On Behalf Of [EMAIL PROTECTED]
> > Sent: Tuesday, February 21, 2006 5:51 PM
> > To: zope3-users@zope.org
> > Subject: [Zope3-Users] SQL integration
> > 
> > Does anyone have a trivial example?
> > 
> > Can ZSQL methods reside on the filesystem or are they currently TTW 
only?
> > 
> > Is there any working ODBC access yet?
> > 
> > I know that ZODB is the preferred database for many people, but,
> > I need to access data from non-Zope based applications.
> > 
> > TIA
> > 
> > jim penny
> > _______________________________________________
> > Zope3-users mailing list
> > Zope3-users@zope.org
> > http://mail.zope.org/mailman/listinfo/zope3-users
> 

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to