Re: [Zope] Display images stored in Relational DB

2005-10-19 Thread Thomas G. Apostolou
Αρχικό μήνυμα από Chris Withers <[EMAIL PROTECTED]>: > Thomas G. Apostolou wrote: > > I have an External Method "GetPrList" witch is connected to a > python > > module that reads like this > > You really want to be uxing mxODBC and it's Zope DA... > > > X.SODATA is jpg stored in SQL 2K in a fie

Re: [Zope] Display images stored in Relational DB

2005-10-19 Thread Chris Withers
Thomas G. Apostolou wrote: I have an External Method "GetPrList" witch is connected to a python module that reads like this You really want to be uxing mxODBC and it's Zope DA... X.SODATA is jpg stored in SQL 2K in a field degined as [SODATA] [image] NULL Bleugh... binary data in RBDs suck

[Zope] Display images stored in Relational DB

2005-10-18 Thread Thomas G. Apostolou
Hello all, I try to display some images stored in SQL Server 2K. What i do is: I have an External Method "GetPrList" witch is connected to a python module that reads like this def GetPrListData(self, sysDSN="Test_A_Voisys", usr="sa", mypass="voisys"): id = self.id import dbi