2
Answers

Storing data

wes cooper

wes cooper

16y
1.8k
1
Hey guys, i just have a quick question about storing a large amount of data. I will be allowing users to add lets say a Company, each company will have a code, name, contact and email contact. Now i know i can store all this data with Xml Serialization and de-serialize a specific node that i need, but someone said that it might be better to use a access data base for fast access and it might use less resources. So im kinda stuck on which way to go, any suggestions would be great.

thank you,
Wes
Answers (2)
0
wes cooper

wes cooper

NA 6 0 16y
The application will not have access to a SQL server. The only access to a database i will be able to provide is a MS Access database. So you do suggest using a db of some sort for storing and retrieving the data?
0
Ryan Alford

Ryan Alford

NA 2.3k 891.7k 16y
I would suggest a SQL Server Express database over an Access database.