Forum

Welcome Guest! To enable all features please try to register or login.
HD_prijavio
#1 Posted : 16 March 2013 07:46:00(UTC)
HD_prijavio

Rank: Datalab

Joined: 14/08/2009(UTC)
Posts: 1

Was thanked: 2 time(s) in 2 post(s)
Pozdrav,

Na developer site-u
https://developer.datala...s=pDE_SubjFinancialData
nalazi opis procedure pDE_SubjFinancialData i kako bi se trebala koristiti.

Partner je pokušao na taj način:
declare @a money
exec pDE_SubjFinancialData `Kupec d.o.o.`, `1200;1210`, `D`, @a, @a, @a, @a

ali dobiva se greška:

Msg 201, Level 16, State 4, Procedure pDE_SubjFinancialData, Line 0
Procedure or function `pDE_SubjFinancialData` expects parameter `@p_nInPeriod`, which was not supplied.

Zatim je pokušao na ovaj način:

declare @a money, @p_nInPeriod money, @p_nAll money, @p_nPaymentDue smalldatetime, @p_nInitialState varchar(20), @dDateGLStart smalldatetime

exec pDE_SubjFinancialData `dingo d.o.o.`, `1200;1210`, `D`, @p_nAll, @p_nInitialState output, @p_nInPeriod output, @p_nPaymentDue

select @a, @p_nInitialState, @p_nInPeriod

Ali dobiva se greška:

Msg 257, Level 16, State 3, Procedure pDE_SubjFinancialData, Line 0
Implicit conversion from data type smalldatetime to money is not allowed. Use the CONVERT function to run this query.
(1 row(s) affected)

Kako se može koristiti ova procedura?
HD_odgovorio
#2 Posted : 16 March 2013 07:46:00(UTC)
HD_odgovorio

Rank: Datalab

Joined: 14/08/2009(UTC)
Posts: 0

Was thanked: 1 time(s) in 1 post(s)
To nije procedura za otvorene stavke. Procedure za otvorene stavke su pHE_CollExpireTransNew (došle) i pHE_CollOpenTransNew (Otvorene). Obadve su u parametrime jednake, primjer koriščenja na https://developer.datala...ils=pHE_CollOpenTransNew.
Rss Feed  Atom Feed
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Orange-Grey Theme Created by Ingo Herbote (WatchersNET.de)
Powered by YAF 1.9.6.1 Under DNN | YAF © 2003-2025, Yet Another Forum.NET
This page was generated in 0,456 seconds.