From: FSOYSAL ( G. ) <fs...@gm...> - 2017-08-14 06:48:18
|
With FirebirdSql.Data.FirebirdClient 5.9.1 / 5.8.1 * db.SELECT(Of CARDS)(New With {.CARD_NO = SOME_CARD_NO }) is returning null But db.SELECT(Of CARDS)(" CARD_NO = " + CARD_NO ) is returning with recordS what can be problem ? ( i updated ormlite.firebird referance also ) |