Hello:
>     //Of course this won't compile because the error says the parameter for 
> Createdatabase must be a string, but what string?  
What version of the .NET provider are you using ?? If 2.0 you should do 
the call using a connection string,

FbConnection.CreateDatabase("ServerType=1;SYSDBA;Pooling=False;Password=masterkey;Dialect=3;DataBase="
 
+ DataStoreFile);


>   


-- 
Carlos Guzmán Álvarez
Vigo-Spain

http://carlosga.wordpress.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to