CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> .NET

 Command text was not set for the command object

Print topic Send  topic

Author Message
rnalluri

Posts: 3
Posted: 09/26/2008, 6:57 AM

Hi,

I have an editable grid that i am using either to insert or update. but when i hit the submit button its giving me the following error

OraOLEDB:Command text was not set for the command object.

Can any one tell me why i am getting that error?

Thanks
NR
View profile  Send private message
Trigger
Posted: 09/28/2008, 7:32 AM

Expression.CommandText
Expression is a variable that represents an OLEDBConnection object.

The "CommandText" property should be used instead of the SQL property, which
exists for compatibility. If you use both properties, the CommandText
property's value takes precedence.

The message is telling you that it expects the CommandText property of the
OLEDB connection object, to be filled in.

That's the best I can do without more information. Check your setup of the
oledb connection and the Editable Grid "connection property" and make sure
that you are filling in the CommandText property.



Tim



"rnalluri" <rnalluri@forum.codecharge> wrote in message
news:848dcea4430808@news.codecharge.com...
> Hi,
>
> I have an editable grid that i am using either to insert or update. but
> when i
> hit the submit button its giving me the following error
>
> OraOLEDB:Command text was not set for the command object.
>
> Can any one tell me why i am getting that error?
>
> Thanks
> NR
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>

rnalluri

Posts: 3
Posted: 09/29/2008, 6:54 AM

Thanks for your reply Tim.

-NR
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.