From: Carlos G. A. <car...@te...> - 2003-10-06 15:25:53
|
Hello: > It crashes on the second call to NextResult, at FbCommand.cs:588, > with commandText == null. The 'if (commandText.Length > 0)' can > not execute; if I replace it with : > > if ((commandText != null) && (commandText.Length > 0)) > > then it works. > > Can you please fix this ? Huummm it's working fine for me, without change anything, can i send to you the latest CVS sources ?? > And I still do not understand why calling reader.Read() would > crash ? Probably because the Read method makes a fetch and there are no resultset created in the server for this type of command ;) -- Best regards Carlos Guzmán Álvarez Vigo-Spain "Todos somos muy ignorantes. Lo que ocurre es que no todos ignoramos las mismas cosas." Albert Einstein. |