Версия для печати темы
Нажмите сюда для просмотра этой темы в оригинальном формате |
Форум программистов > Базы данных под .NET > запись blob в oracle |
Автор: libman 17.1.2009, 12:23 | ||||||||
добрый день есть код
при задании парметра
на строчке
выходит ошибка
Как быть? |
Автор: emmanuil 31.1.2009, 22:12 |
С MSDN: The length of every dimension of an array is limited to the maximum value of the Integer data type, which is (2 ^ 31) - 1. However, the total size of an array is also limited by the memory available on your system. If you attempt to initialize an array that exceeds the amount of available RAM, the common language runtime throws an OutOfMemoryException exception. |