add ZSQL/DTML Method through FTP server
Hello People, Is there a way to add a document to Zope through its embedded ftp server and have it be something else other than a plain DTML Document ? Something like a magic first line to identify the type of Product you are adding. Thanks much, Zac
Ezequiel Panepucci writes:
Is there a way to add a document to Zope through its embedded ftp server and have it be something else other than a plain DTML Document ? Yes. It is called a "PUT_factory". Search Zope.org for the "PUT_factory" HowTo.
Dieter
Hello, is it possible to connect to a MS SQL Server from Zope running on a Linux box? Any experiences / documentation? I just found a hint in the Zope book: ODBC ODBC is a cross-platform, industry standard database protocol supported by many commercial and open source databases. The ODBC DA is written and commercially supported by Digital Creations. Kind regards Andreas.
Yes it works well You need to install ZMySQLDa which you can get from zope.org... Once installed you create a ZMySQLDA database conection and can then use ZSQL methods... Hope I've got all the terminology right :-) Good luck ChrisK Tille, Andreas wrote:
Hello,
is it possible to connect to a MS SQL Server from Zope running on a Linux box? Any experiences / documentation?
I just found a hint in the Zope book:
ODBC ODBC is a cross-platform, industry standard database protocol supported by many commercial and open source databases. The ODBC DA is written and commercially supported by Digital Creations.
Kind regards
Andreas.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Yes it works well
You need to install ZMySQLDa which you can get from zope.org... Once installed you create a ZMySQLDA database conection and can then use ZSQL methods...
Hope I've got all the terminology right :-)
I doubt that; Mysql != Microsft SQL... Reinoud
Tille, Andreas wrote:
Hello,
is it possible to connect to a MS SQL Server from Zope running on a Linux box? Any experiences / documentation?
I just found a hint in the Zope book:
ODBC ODBC is a cross-platform, industry standard database protocol supported by many commercial and open source databases. The ODBC DA is written and commercially supported by Digital Creations.
Kind regards
Andreas.
Sorry, I'm having a blind session :-) Good luck with M$! Chris Keyes wrote:
Yes it works well
You need to install ZMySQLDa which you can get from zope.org... Once installed you create a ZMySQLDA database conection and can then use ZSQL methods...
Hope I've got all the terminology right :-)
Good luck
ChrisK
Tille, Andreas wrote:
Hello,
is it possible to connect to a MS SQL Server from Zope running on a Linux box? Any experiences / documentation?
I just found a hint in the Zope book:
ODBC ODBC is a cross-platform, industry standard database protocol supported by many commercial and open source databases. The ODBC DA is written and commercially supported by Digital Creations.
Kind regards
Andreas.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (5)
-
Chris Keyes -
Dieter Maurer -
Ezequiel Panepucci -
Reinoud van Leeuwen -
Tille, Andreas