Hi all,

I need to create a database with a given Charset.

Then I use the following:

FbConnection.CreateDatabase(connString, 4096, false, false);

where connString is

@"ServerType=1;User=SYSDBA;Password=masterkey;Database=database.fdb;Pooling=true;Charset=UNICODE_FSS;"

We are using the embedded version of 1.5.3.4870, plus fbintl).

Trying with ibmanager it works, creating the following SQL (the sentence it 
says is going to create):

CREATE DATABASE 'database'
USER 'SYSDBA' PASSWORD 'masterkey'
PAGE_SIZE = 4096
DEFAULT CHARACTER SET UNICODE_FSS



Ideas?

Thanks,

pablo 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to