16 Jan
2008
16 Jan
'08
1:41 p.m.
Thank you Stefan, Romulo, and others, for help on embedded library of MonetDB! I've downloaded them, and it works, although slightly umcompletely. Database is created via embedded_sql () call, but the following error being occured (mapi_error == MSERVER): ========= "!MALException:malInclude: could not open file: sql" ========= I set a lot of config parameters using mo_builtin_settings () / mo_add_option () / mo_system_config (). Then I call embedded_sql (). See, if I replace it by embedded_mal (), the call is successful and mapi_error == 0. What goes wrong?