jvds Posted July 25, 2015 Posted July 25, 2015 when i try to run my code i get the folowing error@@ Debug(257) : __SQLite_Download_SQLite3File : $URL = http://www.autoitscript.com/autoit3/files/beta/autoit/archive/sqlite/sqlite3.dll $sTempfile = C:\DOCUME~1\user\CONFIG~1\Temp\~hdyarac.dll>Error: 13#include <SQLite.au3> #include <SQLite.dll.au3> Local $aResult, $iRows, $iColumns, $iRval Local $hFile, $vData, $sFileName, $sData, $hQuery, $aRow, $sMsg _SQLite_Startup() ConsoleWrite("_SQLite_Startup" & @LF) ;~ ConsoleWrite("_SQLite_LibVersion=" & _SQLite_LibVersion() & @CRLF) Local $sqldb = _SQLite_Open('DB')only on a WinXP computer, it works on win7, any idea what it may be?
SadBunny Posted July 25, 2015 Posted July 25, 2015 The InetGet fails (SQLite.au3:1087) with error 13, apparently. Don't know what that error means, but can you download from that url manually? Is the specified tempfile directory writable by your user? Roses are FF0000, violets are 0000FF... All my base are belong to you.
Skysnake Posted February 22, 2016 Posted February 22, 2016 I have multiple instances of SQLite apps running and they all work. Check you Internet connection or local computer security Skysnake Why is the snake in the sky?
jchd Posted February 22, 2016 Posted February 22, 2016 (edited) Automated download of the SQLite DLL in _SQLite_Init has been removed due to excessive server load. Edited February 22, 2016 by jchd 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)
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