Link to home
Start Free TrialLog in
Avatar of nilesh
nilesh

asked on

software developmaent

when we are developing software in visual basic is it good to develope the database files using access or random file handdling  ?
Avatar of paulstamp
paulstamp

Depends entirely upon the nature of your data and your application.

For large amounts of structured data use a proper DB system like Access/SQL Server/Oracle.

If you dont have that much data you can use random file access - it doesnt have the overhead of the very large DLLs that database access require.
ASKER CERTIFIED SOLUTION
Avatar of smartpad
smartpad

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial