This isnt so much a question or anything, just making a note for future checkback reference. Some of the tables I have access really quickly. Some take a while. Perhaps it is tables with many fields that are taking longer to access? Or tables with many records also.
Because in one circumstance I used an import program (shareware limited to ten import records per table) from DBF to mysql. Thus each table has the same number of records (ten). The tables with lots of fields take a good time to load (seven seconds). Running off of my local machine so I know it is not network latency. On the other hand another import that I had done from excel. Which has about 300 records and not many fields, also takes about seven seconds to load. But the tables with few fields and few records takes less than 2 seconds to load. Which, according to the specs for the project that I have from my employer, is exactly what they want (the request for proposal they sent out before they ever hired me stated no more than 2 second load time). Thus, dataface can definitely handle what I am looking for in that part of the spec, I just have to figure out why the other tables are taking longer to load.
Just musing for now in case someone else came across this.
Holler