EDS Issue

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

Hello,

So I was trying to make a simple database using EDS, but I got the error the database was not created.

include std/eds.e 
 
 
if db_create("GameData",DB_LOCK_NO) != DB_OK then 
    puts(1,"Failed to create database!\n") --this shows up in the console window 
    abort(1) 
end if 
 
new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu