Hi

FB server 1.5 - 2.1 RC2,FB .Net provider 2.5, VS C# 2005

I have SP declared in database as :
CREATE OR ALTER PROCEDURE Balance (
    UID integer,
    startdate date,
    enddate date)
returns (
    UID integer,
    uname varchar(50),
    date_start date,
    value_start numeric(15,4),
    totalin numeric(15,4),
    totalout numeric(15,4),
    date_end date,
    value_end numeric(15,4))
as

If I execute this SP in ISQL I get all results as numeric (15,4) but from c#
I get more than 4 decimals (1013,7557642)!
Why I get all this decimals? Who's responsible for this? FB server?FB.net
provider?

Best regards,
Paul

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to