Re: [Firebird-net-provider] FbConnection.CreateDatabase w/ embedded

2007-04-06 Thread Jiri Cincura
Vlad Orlovsky wrote: > Is there a way to tell the FbConnection not to "CreateDatabase()" with > all uppercase characters for .fdbs? AFAIK no. This is done by client library and it's creating all with upper case. Maybe somebody in support list knows some way. -- Jiri {x2} Cincura http://blog.vy

[Firebird-net-provider] FbConnection.CreateDatabase w/ embedded

2007-04-05 Thread Vlad Orlovsky
Hi All, I have a connection string with: "server type=Embedded;data source=localhost;initial catalog=c:\\MyData.fdb;character set=UNICODE_FSS;user id=SYSDBA;password=masterkey" The database gets created and is named "C:\MYDATA.FDB" Is there a way to tell the FbConnection not to "CreateDatabas

RE: [Firebird-net-provider] FBConnection.CreateDatabase

2006-04-10 Thread Paul Mercea
Thanks Carlos! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Guzmán Álvarez Sent: Monday, April 10, 2006 7:07 PM To: [email protected] Subject: Re: [Firebird-net-provider] FBConnection.CreateDatabase Hello: > Use

Re: [Firebird-net-provider] FBConnection.CreateDatabase

2006-04-10 Thread Carlos Guzmán Álvarez
Hello: Use fb client 2.0, Firebird 2.0 and VS 2005. Can I specify Page Size when I creata database? Yes, use: FbConnection.CreateDatabase(string connectionString, int pageSize, bool forcedWrites, bool overwrite) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ "When you

[Firebird-net-provider] FBConnection.CreateDatabase

2006-04-10 Thread Paul Mercea
Hi Use fb client 2.0, Firebird 2.0 and VS 2005. Can I specify Page Size when I creata database? TIA Paul --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Atte