r0llik Posted August 19, 2013 Share Posted August 19, 2013 So i have a problem with inserting blob(blob format) data to the sql table. Any ways to solve it using autoit? Link to comment Share on other sites More sharing options...
jchd Posted August 19, 2013 Share Posted August 19, 2013 Of course, but reading your code at such distance may not work well for me. Please post it. Skysnake 1 This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Link to comment Share on other sites More sharing options...
r0llik Posted August 20, 2013 Author Share Posted August 20, 2013 (edited) I have no ready code yet, because idk is there way to operate with blob values(reading successefull, but writing) using autoit. Hmm... I think i found solvation of my problem. '?do=embed' frameborder='0' data-embedContent>> inserting blob to sqlite db Edited August 20, 2013 by r0llik Link to comment Share on other sites More sharing options...
Solution jchd Posted August 20, 2013 Solution Share Posted August 20, 2013 Of course you can, just _SQLite_FastEncode your binary data and insert into BLOB column. >This thread is a very complete example of using blobs with SQLite. r0llik 1 This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now