I am not quite sure how Excel works as compared to MySQL or other databases. I have a few questions:
1) How do you determine the connection string for ODBC_PConnect("connection string", , ,);
- I have set up the DSN already w/ the Excel DB driver.
2) Do you need to pass any other arguments besides the connection string to ODBC_PConnect()? (Excel is not password protected, so userID and login are not needed.)
3) How do you specifiy the FIELD names? Are they just A, B, C, etc. (like in a normal spreadsheet) OR are the FIELD names the contents of cells A1, B1, C1, etc?
4) Lastly, how much traffic can an Excel Spreadsheet handle reliably? What about an MS Access DB?
Thanks,
Mark