Is there any way to *easily* build a schema.ini file? I have a file import
spec, and I have the table. Or do I have to key it in by hand?
Thanks,
Tom
david epsom dot com dot au - 26 Jul 2005 02:31 GMT
Export the table: that builds the schema file,
which you can then use for import.
I normally use a create table query to export
the table, but it probably works using some
if not all of the other export methods.
(david)
> Is there any way to *easily* build a schema.ini file? I have a file
> import
[quoted text clipped - 3 lines]
>
> Tom