[python-win32] Fwd: Trouble with SQL CE 3.5 DB File

2012-05-17 Thread David L. Page
e.', None, 0, -2147217887), None) Command: select Data from Profiles where DataID = 2 Parameters: [] adodbapi Closed connection at 2C834F0 End Output2 Any help you could provide would be greatly appreciated. Thanks. --Dave PS I'm using Win7 x64 with a Python 2.7 (32 bit) i

Re: [python-win32] Fwd: Trouble with SQL CE 3.5 DB File

2012-05-17 Thread David L. Page
that retrieves what I need: using (SqlCeCommand com = new SqlCeCommand("SELECT Data FROM Profiles WHERE DataID=2", con)) Does the mean there's a problem in adodbapi for varbinary(max) data? --Dave -- David L. Page davidp...@ieee.org ___