From: Mark R. <ma...@la...> - 2014-03-20 10:05:48
|
On Thu, 20 Mar 2014 03:51:23 -0600, David De Smet <ida...@gm...> wrote: > I'm using LLBLGen for creating the script and model. > > The script for creating the DB is DECIMAL, so is the DB end result. I > verified with Flamerobin. What is the precision and scale of the DECIMAL? > The model is also decimal and when writing .NET code the value I'm passing > for save is decimal. But as said, the return value is Int64 or long if > coding in C#. > > I'm using Firebird Embedded. Have you created a dialect 1 (deprecated) or dialect 3 database? Mark |