real time database updation

Hi

I’m stuck while making this project; I have to import the filename, file size it’s all wave files from particular folder in a Ms Access database.

The database has to be updated automatically real time updation which will be shown in datagrid of vb

Can anyone tell me where to find some tutorial? Or code suggestion

Thanks

[1095 byte] By [Shwnew] at [2008-2-22]
# 1
Hi,

is you question about updating a datagrid automatically after a db is updated? or is it about updating datagrid, if a client updated a database?

If you are want to do the first I would read this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnforms/html/winforms02172004.asp

For the second I would write a small server which informs your clients about updates.

rgerbig at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 2

Hi,

I want to update database whenever a new file is being placed in the particular folder, and the data grid updated from database after 2min automatically.

I think if data grid will be updated after every 2min then the software I’m making which will be used by around 30 people will become slow as those folders are placed in server.

Shwnew at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 3
Hi,

then write a small server program which has a list of IPs of your clients. Sent the infomation to the server, let him do storing data etc. and afterwards let the Server send a notification to your clients. so the clients will only acces the db when it is updated.

rgerbig at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 4
Hi Ralph

Thanks, but i dont know server coding

May be it would be better if database ( I'm Using Ms Access) is updated so that other modules of Vb programe will run accordingly.

Shwnew at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic Language...