Update:

I have put together some C# code and I'm able to see the varbinary Data
using the MS Visual C# System.Data.SqlServerCe calls. (I am by no means a
C# or SQLCE expert. I just thought I'd try another avenue.)

I can supply the C# code if desired, but here's the SQL select call 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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to