Hello,

 

I am using the .net provider to send queries to the database and give them
to a reporting software (combit List&Label). 

 

This looks like this: SELECT * FROM REPORT_R30(123, ,Test') 

 

Parameters are currently a part of the sql string, but will move to
parameters.

 

In this context I recieved the information to use the
CommandType.StoredProcedure.

 

Jiri wrote about CommandTypes:
http://blog.cincura.net/227021-firebird-net-provider-and-calling-stored-proc
edures-with-parameters/

 

If I understand this posting correctly "Use "select from " or "execute
procedure " instead of defining CommandType as StoredProcedure (internally
is this handled in same way)." The commandType does not make a difference in
this situation.

 

Can you please confirm/correct?

 

Thanks

 

Niko

------------------------------------------------------------------------------
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a 
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to