Code: Select all
dbh = SQLiteOpen("ndx.db")
Anyone?
Code: Select all
dbh = SQLiteOpen("ndx.db")
This is not a syntactical error, but it is El Choni's SQLite interface code. Which El Choni code are you using without modification? Would you mind sharing some examples?You are using somebody's wrapper for Sqlite (a third party lib, not pb commands) and PB's syntax has changed a bit between versions
Code: Select all
dbh = SQLiteOpen("ndx.db")
Code: Select all
dbh = SQLiteOpen(@"ndx.db")