How to insert big String into SQLite Java? -


how can insert string, length more 255 characters inton single row in database?

f.e.

c:\windows\system32\netmsg.dll (successful) c:\e175cf64c759ffc2fb0be2d51285fbfab92c1309c23e57c511454ce4db675ae2 (successful) c:\docume~1\<user>~1\locals~1\temp\isogpgv. tmp\e175cf64c759ffc2fb0be2d51285fbfab92c1309c23e57c511454ce4db675ae2.tmp (successful) c:\docume~1\<user>~1\locals~1\temp\ish0of3. tmp\_isetup\_regdll.tmp (successful) c:\docume~1\<user>~1\locals~1\temp\ish0of3. tmp\_isetup\_shfoldr.dll (successful) c:\windows\system32\shfolder.dll (successful) c:\windows\system32\shell32.dll (successful) \\.\pipe\lsarpc (successful) \\.\mountpointmanager (successful) c:\windows\registration\r000000000007. 

so 1 string 1 row in database. can use blob thiis? thanks

you don't need use blob. in sqlite, default settings, maximum length of string 1000000000.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -