Jester
03-18-2004, 07:41 AM
I'm trying (in vain so far) to write an ASCII text viewer app. Included in the aplication would be a database of upto 6 searchable indexes. The user would need to be able to select any of the indexed fields (or multiple fields) to search.
For instance:
Perhaps the index fields would be Cust. Num; Invoice Num. and Amount Billed. Next to each of these fields would be a drop down box that would allow the choice of either "All", =, < or >. Then there would be an input box for the search criteria for that field.
The user would need to be able to perfom any combonation of the searches, ie. All Cust. Num, or Billed amounts under $50.00, or perhaps all Invoice Num. for Cust. Num. ######.
The results would then be displayed in a box so the user could select the one they want to view.
I'd also like to be able to put the database on the users system on first use so that on subsequent runs (perhaps a client gets new data on a monthly bases) the new data could be added to the DB.
My problem is that while I'm fairly computer literate, I know nothing about databases.
My question is, how easy is the database plugin to learn? Would someone who knows nothing about SQL be able to set up the searches that I need?
Thanks
Jester
For instance:
Perhaps the index fields would be Cust. Num; Invoice Num. and Amount Billed. Next to each of these fields would be a drop down box that would allow the choice of either "All", =, < or >. Then there would be an input box for the search criteria for that field.
The user would need to be able to perfom any combonation of the searches, ie. All Cust. Num, or Billed amounts under $50.00, or perhaps all Invoice Num. for Cust. Num. ######.
The results would then be displayed in a box so the user could select the one they want to view.
I'd also like to be able to put the database on the users system on first use so that on subsequent runs (perhaps a client gets new data on a monthly bases) the new data could be added to the DB.
My problem is that while I'm fairly computer literate, I know nothing about databases.
My question is, how easy is the database plugin to learn? Would someone who knows nothing about SQL be able to set up the searches that I need?
Thanks
Jester