Jump to content

_SQLite_QueryNoResult missing?


Recommended Posts

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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

  • 2 months later...

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...