hello
i have created a database for cd indexing at the office. there are 4 columns (attriutes) - id (primaray key), cd number, cd label (what you called the cd) and cd content.
my problem (being new to all this) is that i have no idea how to search for a word in the database? so that you can type in "data" and it queries the database for all matches in the cd content section. i can guess that for every row you put all words in cd content in an array and search. right? - how do i do this
thanx in advance😃 :rolleyes: