Problems with datagrid.

  • Thread starter Thread starter Nuno Paquete
  • Start date Start date
N

Nuno Paquete

Hi group,

My problem is very strange and I don't know how I can resolve this.
I'm developing a C# application and I'm using an Informix database. I
don't get any error but the results are not what I'm expecting.
The strange thing is that I use the same SQL code directly in the
Informix database and everything is fine. Before I fill the datagrid I
print the SQL that I'm going to use into a textbox, then I copy it to
an Informix tool and it returns as expected. What could be wrong?
Why does it returns wrong results?
Do you know any problems with DataSet or DataGrid objects?
Any help would be greatly appreciated.

Regards,
Nuno Paquete
 
Nuno,

Without seeing a complete, working example, it is impossible to tell.

The only general advice I could give is to actually check for exceptions
being thrown in your event handlers which could be swallowed by the
framework.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top