Re: Euphoria MVC updates

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

Usually, when using a DLL with OpenEuphoria and a problem occurs while using the DLL, OEU crashes without traces.

I noticed using multitasking there is a way to avoid this. Let's take an empty SQLite3 database.

procedure task_update() 
  -- update a table here 
end procedure 
 
atom t1= task_create(routine_id("task_update", {}) 
task_schedule(t1, 1) 

If you try to update an non existing table with an SQLite3 wrapper, program will not crash as usual this way.

Jean-Marc

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

Search



Quick Links

User menu

Not signed in.

Misc Menu