I get error 3047 in MS Access 2007 importing a large amount of data (beware of users with free text fields). I found online that this is due to a 2Kb limit for access records. Is there a way to overcome this limit without normalizing the table (and rewrite all the code)?
Storage and OLE fields are not considered part of the write restrictions.
You can avoid re-writing large code, but you can normalize.
, , "-" , ( , ). , , , .
Source: https://habr.com/ru/post/1756586/More articles:Асимптотически быстрый ассоциативный массив с низкими требованиями к памяти - chow to insert excel data into database using java - unixCan jquery reposition and resize divs - javascriptWhy doesn't fopen work the first time, but work the second time? - file-ioIs True: a suitable way to repeat a block until an accepted case is accepted? - pythonAdding my template to the list of code generation elements in Studio 2010 - visual-studio-2010Using AJAX for an auto-refresh page containing values from a database? - ajaxRecursive query for a subset of sql using - sqlDatabase web editor / data entry structure, preferred PHP - databaseParent div locks cursor focus from child divs in IE7 - htmlAll Articles