D
Dennis D.
I want to construct a simple flat file, non-relational database within my
windows application. It would be a simple table with fields contained in a
separate file which accompanies the distribution. It needs to be searchable.
I don't want to use MS Access or MSDE (SQL Server) in this application for a
few reasons. 1. It does not need to be relational. 2. The search will be
restricted to a single field of data, the results of which will set the
record pointer necessary to get the remaining information in the record. 3.
I want the maximum number of people to be able to use the application.
What are my options?
windows application. It would be a simple table with fields contained in a
separate file which accompanies the distribution. It needs to be searchable.
I don't want to use MS Access or MSDE (SQL Server) in this application for a
few reasons. 1. It does not need to be relational. 2. The search will be
restricted to a single field of data, the results of which will set the
record pointer necessary to get the remaining information in the record. 3.
I want the maximum number of people to be able to use the application.
What are my options?