SQLHelper & sorting

G

Goober

I have an application that I need to sort the results of a datagrid,
when a user clicks on a particular column.

The application uses SQLHelper in it. Is there a way to call the stored
procedure and sort the results on it, using SQL Helper? I can do this
by putting the code in the app, and it works, but would like to use SQL
helper with it instead.

Thanks,

CB
\
 
B

Brock Allen

Typically the DataView is used to do ther sorting in memory on the webserver,
but it requires the data to be in a DataSet/DataTable. I've never heard of
SQLHelper, so I can't help you there.
 

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

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top