Please find more information below. 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) "Dean Harding" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Philippe Schlier wrote: >> Creating a Firebird database crashes on some machines with error: "This >> line >> returns Value cannot be null. Parameter name: keyword". >> >> Here's the code used: >> Dim sConnect As String = GetFbConnectionString("", sDb, "", "") >> FbConnection.CreateDatabase(sConnect) > > What does GetFbConnectionString do? And what's the full exception > (including stack trace?) > > Dean. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Firebird-net-provider mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
