HeXetic Posted January 28, 2009 Posted January 28, 2009 (edited) Edit: Oh man clearly I haven't had enough sleep, this was meant to go to General Help and Support not here I tried to submit this to trac but it kept on returning the error "Submission rejected as potential spam".Anyway the syntax in the _SQLite_GetTable example in the AutoIt help contains an extra bracket which prevents the script from running. I know its not major but new users won't find it very helpful. It is on Line 49 just below the _ArrayDisplay function._ArrayDisplay($aResult, "Query Result") ) ;<---- This bracket should not be here! Else MsgBox(16, "SQLite Error: " & $iRval, _SQLite_ErrMsg ()) EndIf Edited January 28, 2009 by HeXetic
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