I'm getting a litle problem saving reports larger than 2 mb in a database (SQL Server) using Odbc, table definition from excample structure. Seamse to be incompleate. When I stream it my self all works well. ist there a problem?
How are you connecting to your SQL Server database? (ie. ADO or BDE). If you are using BDE, you may need to change the Blob Size setting for that connection in the database settings. I believe setting this option to -1 will give you unlimited blob size.
Comments
How are you connecting to your SQL Server database? (ie. ADO or BDE). If
you are using BDE, you may need to change the Blob Size setting for that
connection in the database settings. I believe setting this option to -1
will give you unlimited blob size.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
format, you could use compression to reduce the size
dramaticly.
greetings,
Rob
Solved the bastered, had something to do with Fieldinstantiation on the
BDE table, removed it and solved the problem
Thanks and marry XMass
Walter