not enough storage is available to complete this operation

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tcflam
Posts: 62
Joined: Tue 01 Jan 2013 10:48

not enough storage is available to complete this operation

Post by tcflam » Wed 15 Jul 2015 04:57

Hi, I use SDAC 7.1.3 and XE8. I need to insert the XML file into temp table in SQL Server 2012. The file size is around 120Mb. But I got the error message "not enough storage is available to complete this operation" when using MSTable component. How can I solve this problem?

Thanks!

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: not enough storage is available to complete this operation

Post by azyk » Fri 17 Jul 2015 09:33

Unfortunately, we can't reproduce this problem. Please clarify whether the problem is reproduced on the standard components, e.g., TADOTable. If the problem is reproduced only when using TMSTable, please compose a small sample demonstrating it and send the sample to andreyz*devart*com . Include the script for creating a temporary table to the sample.

Post Reply