How to call CreateDataBase?

Code:
----------*----------*----------
var
 …
   ibBase: tmseibconnection;
…

procedure tmainfo.OnCeate(const sender: TObject);
begin
 if not FindFile(ibBase.DataBaseName)
  then ibBase.CreateDataBase(ibBase.DataBaseName);
end;
----------*----------*----------

Error: -invalid database handle (no active connection)
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to