Bert Huijgen wrote:
> Thanks for your answer. I wrote this code:
>
> DbProviderFactory myFactory =
> DbProviderFactories.GetFactory("FirebirdSql.Data.FirebirdClient");
> DbConnection myConnection = myFactory.CreateConnection();
> myConnection.ConnectionString =
> "DataSource=localhost;Database=myDB.FDB;UserID=SYSDBA;Password=masterkey
> ";
>
> Is this what you mean?
Yes.
--
Jiri {x2} Cincura
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.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
|