From:
<car...@te...> - 2003-11-11 19:17:13
|
HEllo: > What happens, is that in FbCommand.cs: > > namedParameters = search.Matches(this.commands[actualCommand]); > > I have actualCommand == 2, this.commands[2] == null, and the > regex 'search.Matches(null)' cannot be used ! This throws an > exception (Value cannot be null). With the same CommandText i got only 2 elements ( this can be the reason why i don't get an exception ): [0] "CREATE TABLE A(F1 INTEGER NOT NULL, F2 INTEGER NOT NULL)" [1] "ALTER TABLE A ADD CONSTRAINT PK_A PRIMARY KEY (F1, F2)" -- Best regards Carlos Guzmán Álvarez Vigo-Spain |