0
votes
votes
6 answers
Search Database from given String Array and Update correct table at correct row.
Assume that I have a database productcatalog with 4 tables (Fruits, Brreads, Milks, Drinks). From a given string array string[] AllItems with its fields of (Description, Price), AllItems {string[4]} [0]: "Strawberries $0.05&q ...
