Serving the Quantitative Finance Community

 
User avatar
opti999
Topic Author
Posts: 0
Joined: October 8th, 2003, 1:09 pm

Visual Basic .NET - access MS Access Database

February 3rd, 2004, 5:57 pm

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
 
User avatar
DominicConnor
Posts: 41
Joined: July 14th, 2002, 3:00 am

Visual Basic .NET - access MS Access Database

February 4th, 2004, 10:18 am

You need to poll the database. Best to use a timer. Unlike grown up databases, you can't easily get Access to notify you.
Last edited by DominicConnor on February 3rd, 2004, 11:00 pm, edited 1 time in total.
 
User avatar
opti999
Topic Author
Posts: 0
Joined: October 8th, 2003, 1:09 pm

Visual Basic .NET - access MS Access Database

February 5th, 2004, 8:06 am

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.
 
User avatar
DominicConnor
Posts: 41
Joined: July 14th, 2002, 3:00 am

Visual Basic .NET - access MS Access Database

February 5th, 2004, 8:50 am

Yeah, send me a private message.
 
User avatar
rajagopalp
Posts: 1
Joined: July 14th, 2002, 3:00 am

Visual Basic .NET - access MS Access Database

February 18th, 2004, 1:28 pm

check this forum discussion http://dbforums.com/arch/210/2003/10/942617
Last edited by rajagopalp on February 17th, 2004, 11:00 pm, edited 1 time in total.