Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Other SQL Server 2008 Topics
 notify grid value when table value is updated in v

Author  Topic 

blocker
Yak Posting Veteran

89 Posts

Posted - 2010-03-16 : 03:00:03
Good day.

I just want to ask a little guidance/assistance on how to automatically update the grid value in vb6 when one of the value in sql server table has been updated/changed.

Thanks for any idea.

Lumbago
Norsk Yak Master

3271 Posts

Posted - 2010-03-16 : 03:44:15
You'll have to think about it differently since sql server doesn't know your vb6-app exists. What you'll need to do is have the vb6-app check the sql table on some sort of schedule or something. It needs to be your vb6-app that calls the sql server, not the other way around.

- Lumbago
If the facts don't fit the theory, change the facts. Albert Einstein
Go to Top of Page

blocker
Yak Posting Veteran

89 Posts

Posted - 2010-03-17 : 21:46:48
tnx for idea..
Go to Top of Page
   

- Advertisement -