I am developing a desktop application using VB6 as front-end for some clients where the a large number of regular entries are done but there is a rare need to delete old customers. Since some of the customers are regular customers since years.
I am deciding which database to you.
If I use Access XP, people say that it uses Flat File system and whole Table is loaded into memory when the Table is accessed. If the size of the Table is very large, the performance may become sluggish.
Secondly, I have not found anything special in Access XP security.
If I use SQL Server 2000 or higher, then I want to know what features, other then client/server, will I get as compared to Access XP. Will I be able to use "Replication" at run-time so that multiple copies are
synchronized simultaneously, for database security.
Which edition of SQL Server 2000 to use for desktop applications?
I also want to schedule SQL Server Backup on client's machine, so that it can regularly take backups. Is it possible with VB or I need to install any other SQL Server utility on client's machine.
I used Personal Oracle 8, but it cries on systems with 128 MB of RAM. Oracle 9i just can't work on these machines, and my clients are having these machines.
I did not notice any sluggish performance with SQL Server 2000. What's the reason?
Help me out.
I am deciding which database to you.
If I use Access XP, people say that it uses Flat File system and whole Table is loaded into memory when the Table is accessed. If the size of the Table is very large, the performance may become sluggish.
Secondly, I have not found anything special in Access XP security.
If I use SQL Server 2000 or higher, then I want to know what features, other then client/server, will I get as compared to Access XP. Will I be able to use "Replication" at run-time so that multiple copies are
synchronized simultaneously, for database security.
Which edition of SQL Server 2000 to use for desktop applications?
I also want to schedule SQL Server Backup on client's machine, so that it can regularly take backups. Is it possible with VB or I need to install any other SQL Server utility on client's machine.
I used Personal Oracle 8, but it cries on systems with 128 MB of RAM. Oracle 9i just can't work on these machines, and my clients are having these machines.
I did not notice any sluggish performance with SQL Server 2000. What's the reason?
Help me out.