I set my computer to use Turkish regional settings (Windows is in US English). Then I run the code below. The following error is raised: Value cannot be null. Parameter name: keyword. There's no error when using English Regional Settings. Here's the code:
Dim fbcsb As New FbConnectionStringBuilder fbcsb.Database = "mydb.fdb" fbcsb.DataSource = "127.0.0.1" fbcsb.ServerType = FbServerType.Embedded fbcsb.UserID = "SYSDBA" fbcsb.Password = "masterkey" FbConnection.CreateDatabase(fbcsb.ToString) Can this be addressed ? Thanks ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
