> Am 04.01.2019 um 15:24 schrieb 8sens <[email protected]>: > > Hi, > > When we try to insert a "big" blob (±700MB) in the database it don't work but > we don't have any error, and our database accept 2GB size blobs.
What database type? 32bit app? > wPS.SQLExecute aID.XStr, aBlob > Here aBlob is a string and the result of the binary stream of a file. And aID > is an integer. > > Does MBS limit the size of blobs ? or are we doing something wrong when we > insert the blob in the database ? We don't limit them. But you may run out of memory. Did you check last error property for database? Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
