<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello ValentinaDB,<br><br>1. My Code is copy from ValentinaDB Example "API_Database_Clone" (Database_<br>Clone.cpp and Examples.h, Examples.cpp). Why I can run it?<br>2. I have tried to change to pFblDb->Create(); but It still not work.<br>3. I am only need 1 simple example (Create a database, create a table).<br><br>> This is My Code<br>> <br>> ValentinaInit(4 * 1024 * 1024);<br>> <br>> VSQL::I_SqlDatabase_Ptr pSqlDb = CreateSqlDatabase(kStorage_Disk);<br>> FBL::I_Database_Ptr pFblDb = pSqlDb->get_BaseDatabase();<br>> <br>> I_Location_Ptr pLocation = CreateDiskLocation("D:\\Data\\Valentina\\test_db");<br>> pFblDb->put_Location( pLocation );??? ???<br><br>Help me, Please!<br><br>Best regards,<br>Thank you very much!</td></tr></table>