POST QUESTIONS ON THE FORUM! COMMENTS HERE SHOULD ADD VALUE TO THE PAGE!
On 26 Sep 2007 18:59, blaisebraye wrote:
>Now, CreateQuery(querry).UniqueResult() return an Int64 and not an
>Int32 (int) as before...
>for people who think it's a problem to work with Int64, they are wrong
>because processors are as fast to process on both (Int64 and Int32)
now.
>May be the only argument to take care is if you want to spare some
>space.
I forgot to mention that this is about the case that the querry has the
form "select count(*) from ..." |