Question about ODBC. A driver needs to be installed for the given data type on the computer that has the data, or the computer that searching the data?
I'm wondering, could I set up a flat file on a unix computer, and then use ODBC through PHP to do queries. If the driver needs to be on the host computer, where could I find one for unix?
Finally, I have been looking, but is there a php script that gives a quick look at how to query a csv file directly? I'm unsure how to input the file for php to manipulate.