Hello VBWorld,
I looking for fast client-server model in VB.
Does anyone around have some good (general) tips about this topic....
just let me know!
Printable View
Hello VBWorld,
I looking for fast client-server model in VB.
Does anyone around have some good (general) tips about this topic....
just let me know!
i am not quite sure what you mean, but it is possible to write reasonable client-server apps with vb. maybe a few hints:
1: don't use Access as DBMS (with more then a few users)
2: write distributed apps
3: use MTS (prepare for starting problems)
4: find literature about COM/DCOM (www.wrox.com)
5: be prepared for many (!) hours of testing
6: learn to live with MS 'features'
7: don't get scared