Re: one method of COM object needs a variant type variable

2009-08-07 Thread MICHÁLEK Jan Mgr .
('Geomedia.GeometryStorageService')#geometry strorage object gss.GeometryToStorage(obj, out) #out must be a variant type variable . oRS.Fields(Geometry).Value = out # writing blob into recordset via ADO En Thu, 06 Aug 2009 09:37:55 -0300, MICHÁLEK Jan Mgr. Michalek.Jan at uhul.cz http://mail.python.org

one method of COM object needs a variant type variable

2009-08-06 Thread MICHÁLEK Jan Mgr .
How i can use this type in win32.com? One method of com object (geomedia storage service) needs this variable for storage geometry of geometry object (this variable will be writen into blob in DB). Is possible make this variable in py?? Thanks Jelen/Stack --