vb.net - Speed up application performance with Access database -


i have written vb.net application uses ms access 2010 database. database kept in network drive on server in us. application being used users in germany, china, italy, , india apart users.

for user performance of application excellent, other users other regions, performance not great. every database action takes @ least minute complete. please me improve situation.

expand access back-end ms sql/mysql back-end. that, need either host ms sql or mysql on dedicated ip/intranet address. ms access has inbuilt function upgrade back-end tables ms sql server use or recreate back-end in mysql.

other that, multiple users multiple remote locations + shared network drive drive crazy


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -