sqlite
Posted: Mon Dec 18, 2017 5:21 pm
Why is this not working?
I want to set the busy_timeout, but I can't even read it!
searched whole day.
Richard
I want to set the busy_timeout, but I can't even read it!
searched whole day.
Richard
Code: Select all
UseSQLiteDatabase()
OpenDatabase(0, "test.db", "", "")
DatabaseQuery(0,"pragma busy_timout")
While NextDatabaseRow(0)
col$= GetDatabaseString(0,0)
Debug col$
Wend