Click to See Complete Forum and Search --> : SQLGetdata does't support joins


harish_kolar
January 23rd, 2004, 05:42 AM
I am using SQLGetdata function to get long data from the database.
But SQLGetData does't support
1) SELECT statement containing a join, a UNION clause, or a GROUP BY clause
and any columns that used an alias or expression.

But in my application, i am using these kinds of statement.

Now what is the alternative for getting the long data.
The sql statements are not fixed.

Can anyone help me
thanks in advence
harish