Menu

#15 Bad Return Sequence on Creating New DB

open
nobody
None
5
2013-01-09
2009-07-27
No

include std/filesys.e
include eusql.e
EUSQLRESULT db
delete_file("test.edb")
db = create_db("test.edb")
?db -- shouldn't db be a string here?

Discussion


Log in to post a comment.