BlackShadow Posted March 19, 2009 Posted March 19, 2009 I wonder why I cant use the command _SQLite_QueryNoResult ? It doesn't work nor do my AutoIt editor (using the "built in" one) see it as a valid command. After searching the forums for it, I found info that it should have been implemented a long time ago, like 2005 or so, but I went ahead and updated my AutoIt just in case since it was a few months old, but it still doesnt work. It's not listed in my help file either btw. I'm prob just missing something trivial and being stupid, but any help is appreciated.
BlackShadow Posted March 19, 2009 Author Posted March 19, 2009 I made a small Func myself, but it still feels like I am missing something. (Ofcourse...) Func _SQLite_QueryNoResult($t_1,$t_2,$t_3) $dummy=0 _SQlite_Query ($t_1, $t_2, $t_3); the query While _SQLite_FetchData ($t_3, $dummy) = $SQLITE_OK WEnd EndFunc
Zedna Posted June 8, 2009 Posted June 8, 2009 I know it's late :-) but look herehttp://www.autoitscript.com/forum/index.ph...st&p=640024 Resources UDF ResourcesEx UDF AutoIt Forum Search
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