hi
I've come to a problem with the following scenario:
VB 6.0 SP 5
ADO (Microsoft ActiveX Data Objects 2.5 Library)
MDAC 2.6
I would like to show data in a grid and to update this data. The data is the result of a left join from 2 tables.
It's no problem to do so as long as I use Cursorlocation = ClientSide. But I would like to use ServerSide. After a very long time of trying I've figured out that I can update my recordset as long as I don't use DISTINCT in my SQL-Statement.
My question is, is there a possibility to have the same effect as distinct has without loosing the ability to update the recordset. I've tryed GROUP BY but it doesn't work either.
Any help would be appreciated
Schweiger
I've come to a problem with the following scenario:
VB 6.0 SP 5
ADO (Microsoft ActiveX Data Objects 2.5 Library)
MDAC 2.6
I would like to show data in a grid and to update this data. The data is the result of a left join from 2 tables.
It's no problem to do so as long as I use Cursorlocation = ClientSide. But I would like to use ServerSide. After a very long time of trying I've figured out that I can update my recordset as long as I don't use DISTINCT in my SQL-Statement.
My question is, is there a possibility to have the same effect as distinct has without loosing the ability to update the recordset. I've tryed GROUP BY but it doesn't work either.
Any help would be appreciated
Schweiger