Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <sqlite.au3>
- Global $vinfur_error = _errorreporter
- Global $aresult, $rows, $columns
- _SQLite_Startup("", False, 0, $vinfur_error)
- _SQLite_Open(@ScriptDir & "\alpha.db")
- _SQLite_GetTable2d(-1, "select * from Error", $aresult, $rows, $columns) ;there is no error Table as such which will lead to error
- sleep(5000)
- Func _errorreporter($stest)
- TrayTip("", $stest, 30)
- Sleep(50000)
- EndFunc ;==>_errorreporter
Add Comment
Please, Sign In to add comment