Filername ?
In the statement: Select * from "MyDatase.dbf" "MyDataset.dbf" needs to
be the actual filename on disk.
Since I need to apply the same Select statement to different datasets (on
disk I name them with a suffix like MyDataset_1, .._2, etc.), how can I do
it ?
A normal Table, would allow me to set programmatically a different Tablename
... But with a TQuery, while I can set Databasename, there is no property
correspondig to Tablename.
.
Relevant Pages
- Re: Filername ?
... to be the actual filename on disk. ... But with a TQuery, while I can set Databasename, there is no property correspondig to Tablename. ... Construct the query using the name of the file you want to use that time. ... (comp.lang.pascal.delphi.misc) - Remove table
... I have a table in a dbc, however the actual dbf is not on disk. ... When using REMOVE TABLE TABLENAME, I get a file does not exist error. ... (microsoft.public.fox.programmer.exchange) - Re: LimpM, why the umbilical and the storage arrangement with the PDP10?
... The same reason that people use network storage appliances now. ... been prohibitively expensive to put much disk space on each machine. ... command shell and it would prompt for filenames and give you filename ... (comp.lang.lisp) - Re: perl or regex advice needed
... This is an illegal character for a Mac OS X filename (I ... It is and it isn't legal, depending on which layer of API you're effectively using. ... to walk the folder tree and replace the "/" with something more ... Is Finder able to open the badly named files on the original disk? ... (uk.comp.sys.mac) - Re: perl or regex advice needed
... Any scripting gurus who could help me with this? ... This is an illegal character for a Mac OS X filename (I ... disk with funny names, as that might go through and fix any funny filenames. ... (uk.comp.sys.mac) |
|