K
Kevin Yu
hi all
got a burning question here. in a data access layer, a DataAdapter.fill()
method is used to execute an update statement without any select in a store
procedure.
what happen is it works without any problem in a few level of testing
environment without getting caught, now the code is breaking is production.
it seems like it works fine a for a while in production until this May 13,
friday (not to mention that we worked on the 13 floor.) all of a sudden, all
hell break through, things start to mulfunctioning this afternoon.
my question is why does it work for such a long time ( a few months with
hardness testing and all) and doesn't work today?
I guess cause come down to this incorrect call for the statement type. any
inside?
thx
Kevin
got a burning question here. in a data access layer, a DataAdapter.fill()
method is used to execute an update statement without any select in a store
procedure.
what happen is it works without any problem in a few level of testing
environment without getting caught, now the code is breaking is production.
it seems like it works fine a for a while in production until this May 13,
friday (not to mention that we worked on the 13 floor.) all of a sudden, all
hell break through, things start to mulfunctioning this afternoon.
my question is why does it work for such a long time ( a few months with
hardness testing and all) and doesn't work today?
I guess cause come down to this incorrect call for the statement type. any
inside?
thx
Kevin