From:
<car...@te...> - 2003-02-11 19:08:58
|
Hello: > Just thought this change wouldn't hurt but on the > other hand could help a lot. Thanks, I have fixed it in different way :) I have the problem with a connection string like this: "Database=test.gdb;User=sysdba;Password=pelanas;Dialect=3;Charset=WIN1250;Server=localhost;Connection timeout=5;Lifetime=10;"; This is what you mean?? I have fixed by adding : for (int i = 0; i < elements.Length; i++) { string[] values = elements[i].Split('='); if (values.Length == 2) { ... } -- Best regards Carlos Guzmán Álvarez Vigo-Spain "No tengo dones especiales.Sólo soy apasionadamente curioso" Albert Einstein, científico. |