Jump to content

SQLite in distros 3.3.14.2 and beta 3.3.15.0


argumentum
 Share

Recommended Posts

Searching for clues to my problem, I found, in AutoIt Help and Support, in a topic titled problems downloading sqlite3.dll , I added my concerns and was told by @guinness to start my own, so, I figured that this area would be best to post my findings.

The solution I proposed is in that topic, no need to copy here again.

I downloaded the ZIPs and installers for distributions of stable and beta and could not find the DLLs for SQLite, nor a functional download within the UDFs attempt to download, still in place in the beta.

@guinness said that is now part of the distro but I don't find it. Therefore this new topic.

I can find my way around Autoit by now BUT it took me an hour ( give or take ) of scratching my head, when, in a newly installed PC ( with win7 x64 that I remote into ), SQLite was not working and I could not figure out why, was some time since I tried DB stuff, what was I doing wrong ( usually Autoit is magical and everything just works without truly knowing how ).

Anyway. I just wanted to bring this up. If is a mishap from the distro, now is known, if it's my bad then please guide me.

Thanks much

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Link to comment
Share on other sites

All pkg for AutoIt Sqlite are in https://www.autoitscript.com/autoit3/pkgmgr/sqlite

I confess I don't know where the pkgmgr link is defined in the current Web

The next beta have the link in the AutoIt help for _SQLite_Startup()

..based on the experience that bandwidth will be abused, no link should be provided. That strategy showed to be impractical.
The idea of distributing the DLLs as files and not as a compressed file within an .au3, I believe, will be most successful. Placing it in a folder that is root or child, in relationship to autoit3.exe location, in my view, would be best.

My posting is not to solve my problem per se but to help the developers, or, if I'm missing something, be helped by.

I enjoy using AutoIt and if I can contribute in any way, I'd like to do so.

Also, maybe, having a @AutoItDir would come in handy :D

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Link to comment
Share on other sites

  • 4 months later...

I do not see reference to SQLite in the new beta announcement.  Am I missing something?

https://www.autoitscript.com/forum/topic/177239-problems-downloading-sqlite3dll/#comment-1272436 by @guinness post #16, 21 Nov 2015.

 

Would it be possible to modify the standard https://www.autoitscript.com/autoit3/docs/libfunctions/_SQLite_Startup.htm function to do the following: (a) first PROMPT the user for confirmation of download and then (b) download from SQLite Download Page https://www.sqlite.org/download.html. (c) Bundle the SQLite.dll with the standard AutoIt Download? Different from current where it simply does nothing and not the same as before where it did a silent download from here?

This should achieve the following

1. Users will be made aware of the download;

2. Download will be from original source (not secondary/mirror)

Benefits should be that users are made aware of the download, they should consider alternate options - such as storing SQLite centrally and/or supplying own copy.  

Several recent threads have highlighted this issue.  If the download burden was this great, the demand may be met with an alternate solution.

Skysnake

Why is the snake in the sky?

Link to comment
Share on other sites

Users who implement SQLite in their application are developers, so you figure it out about to shipping it. The whole point it's included now is because people were misusing this handy feature of automatic downloading and thus relying on Jon's good nature of providing FREE hosting. So thanks for your suggestions, but on this occasion they won't be taken into consideration.

Oh and don't hijack an old thread. Wow, deja vu there!!!

UDF List:

 
_AdapterConnections()_AlwaysRun()_AppMon()_AppMonEx()_ArrayFilter/_ArrayReduce_BinaryBin()_CheckMsgBox()_CmdLineRaw()_ContextMenu()_ConvertLHWebColor()/_ConvertSHWebColor()_DesktopDimensions()_DisplayPassword()_DotNet_Load()/_DotNet_Unload()_Fibonacci()_FileCompare()_FileCompareContents()_FileNameByHandle()_FilePrefix/SRE()_FindInFile()_GetBackgroundColor()/_SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename()/_GetFilenameExt()_GetHardwareID()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource()_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListBox_CreateArray()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUICtrlTreeView_CreateArray()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUIRegisterMsg()_GUISetIcon()_Icon_Clear()/_Icon_Set()_IdleTime()_InetGet()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsGUID()_IsHex()_IsPalindrome()_IsRegKey()_IsStringRegExp()_IsSystemDrive()_IsUPX()_IsValidType()_IsWebColor()_Language()_Log()_MicrosoftInternetConnectivity()_MSDNDataType()_PathFull/GetRelative/Split()_PathSplitEx()_PrintFromArray()_ProgressSetMarquee()_ReDim()_RockPaperScissors()/_RockPaperScissorsLizardSpock()_ScrollingCredits_SelfDelete()_SelfRename()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_SingletonHWID()_SingletonPID()_Startup()_StringCompact()_StringIsValid()_StringRegExpMetaCharacters()_StringReplaceWholeWord()_StringStripChars()_Temperature()_TrialPeriod()_UKToUSDate()/_USToUKDate()_WinAPI_Create_CTL_CODE()_WinAPI_CreateGUID()_WMIDateStringToDate()/_DateToWMIDateString()Au3 script parsingAutoIt SearchAutoIt3 PortableAutoIt3WrapperToPragmaAutoItWinGetTitle()/AutoItWinSetTitle()CodingDirToHTML5FileInstallrFileReadLastChars()GeoIP databaseGUI - Only Close ButtonGUI ExamplesGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIEventsGUIGetBkColor()Int_Parse() & Int_TryParse()IsISBN()LockFile()Mapping CtrlIDsOOP in AutoItParseHeadersToSciTE()PasswordValidPasteBinPosts Per DayPreExpandProtect GlobalsQueue()Resource UpdateResourcesExSciTE JumpSettings INISHELLHOOKShunting-YardSignature CreatorStack()Stopwatch()StringAddLF()/StringStripLF()StringEOLToCRLF()VSCROLLWM_COPYDATAMore Examples...

Updated: 22/04/2018

Link to comment
Share on other sites

Thanks Guinness.  

Thought about a new thread, but this one did not seem old to me...  

2nd time reference being made to SQLite included in the beta, but I can't find that in the documentation? And it is not in the beta 3.3.15.0 zip file...  I can only presume you are refering to it being included in a next version after 3.3.15.0...?

 

Skysnake

Why is the snake in the sky?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...