in Visual Basic6 |
| sundar k replied to Timothy Purvis at 04-Jul-08 04:15 |
| Yes, In Visual Basic 6 you can keep your mdb file in a network location (which is a shared one) and can be accessed by multiple users using VB Code, but only thing is when one user opens MDB file it will be locked and if another user opens the MDB - he will get an error message that 'its being used by another user', so you will have to remember this limitation when you are planning to keep your mdb file in share location. To avoid such issues only, we normally go for oracle/sql server. |
|