TerraSamba
Programmer
Hi all,
I want to implement a real time data solution with SQL Server 2000 and ADO 2.7
But where I find myself untill now is stuck on a tricky part: They say the only cursortype that can detect new records serverside is the dynamic cursor. But when I ask for the recordset, the recordcount returned is -1.
I know you can work around this by using an other cursor type. Then I might as well work clientside all together, but then I find myself working with timer object that requery all the time to see if anything is changed. And with 50+ tables ....mmm I don't know
Does anyone have a bright idea for real time data?
Thanx a lot,
Erik
I want to implement a real time data solution with SQL Server 2000 and ADO 2.7
But where I find myself untill now is stuck on a tricky part: They say the only cursortype that can detect new records serverside is the dynamic cursor. But when I ask for the recordset, the recordcount returned is -1.
I know you can work around this by using an other cursor type. Then I might as well work clientside all together, but then I find myself working with timer object that requery all the time to see if anything is changed. And with 50+ tables ....mmm I don't know
Does anyone have a bright idea for real time data?
Thanx a lot,
Erik