real time database updation
HiI’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]
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.
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.
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.