Re: Using SQLite with Euphoria 4.x

new topic     » goto parent     » topic index » view thread      » older message » newer message
ChrisB said...

I'll look into it, in the mean time, try

--************************************************* 
-- load library and define function calls 
--************************************************* 
integer fp 
fp = open(SQLITE3_WIN_LIB_VER, "r") 
if fp < 0 then abort(0) end if 
close(fp) 

in the sqlite3 wrapper. Incidentally, you are using the sqlite3 wrapper, and not the sqlite wrapper, which is for sqlite 2.xx aren't you?

Yes, the wrapper is named eusqlite3.ew.

For the code above, it aborts.

Actually, I don't think it's aborting. It just passes through.

I used:

--************************************************* 
-- load library and define function calls 
--************************************************* 
integer fp 
fp = open(SQLITE3_WIN_LIB_VER, "r") 
if fp < 0 then ?fp abort(0) end if 
close(fp) 

and fp doesn't print.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu