Page 1 of 1
Visual Basic .NET - access MS Access Database
Posted: February 3rd, 2004, 5:57 pm
by opti999
Could anyone help me get started - an access database is frequently updated by another application. my VB application needs to react immediately to these changes.Thanks in advanceDave
Visual Basic .NET - access MS Access Database
Posted: February 4th, 2004, 10:18 am
by DominicConnor
You need to poll the database. Best to use a timer. Unlike grown up databases, you can't easily get Access to notify you.
Visual Basic .NET - access MS Access Database
Posted: February 5th, 2004, 8:06 am
by opti999
thanks Dominicwould you be prepared to develop some code to get me started for a fee? ... an application frequently updates a Microsoft Access database (it could be 97, 2000, etc) and I want a Visual Basic 6 project to react to these changes and find tables & records and make a few decisions.
Visual Basic .NET - access MS Access Database
Posted: February 5th, 2004, 8:50 am
by DominicConnor
Yeah, send me a private message.
Visual Basic .NET - access MS Access Database
Posted: February 18th, 2004, 1:28 pm
by rajagopalp