Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread HowTo: EDBParameterCollection
Fri, Nov 20 2009 11:39 AMPermanent Link

"James Relyea"
How is the .Net EDBParameterCollection object used in 2.03B6? I searched =
for it in the help file but dont' see it. I'm using VS but the syntax =
from any language is probably OK.

Is there  any way for me to make a call to the EDB server and populate =
the params for a command if I'm not using a TableAdapter?

Thanks

Smile
jr

Fri, Nov 20 2009 2:30 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

James,

<< How is the .Net EDBParameterCollection object used in 2.03B6? >>

It's identical to the DBParameterCollection class, except that it manages
EDBParameters instead.  However, the EDBParameter class descends directly
from the DBParameter class.

<< Is there  any way for me to make a call to the EDB server and populate
the params for a command if I'm not using a TableAdapter? >>

Parameters are automatically populated by EDB if the EDBCommand.ParamCheck
property is True and you modify the CommandText property:

http://www.elevatesoft.com/manual?action=mantopic&id=edb2dac&category=3&topic=23

--
Tim Young
Elevate Software
www.elevatesoft.com

Image