H
HERNAN CASTRO
I got a question... I have to upload information from a delimited text
file... but first I have to check it has all the fields I need so I do not
know if is it better to link the table or to import the table to a temporary
table, check it out and then delete it from my database...
Which makes the database grows bigger and what happens if I link hundreds of
tables..will the database keep memory of the criteria used to link the
tables???
Is there anyother way to access a text file to check if all the fields are
present??
Thanks
Hernan
file... but first I have to check it has all the fields I need so I do not
know if is it better to link the table or to import the table to a temporary
table, check it out and then delete it from my database...
Which makes the database grows bigger and what happens if I link hundreds of
tables..will the database keep memory of the criteria used to link the
tables???
Is there anyother way to access a text file to check if all the fields are
present??
Thanks
Hernan