Hi Giorgio.
Can I rename this feld (upsize_ts) and maint the useful that you said?
I have this question because I need to make views and/or sp using the
following sintax:
SELECT dbo.A110Gas.*, dbo.A210Gas.*
FROM dbo.A110Gas INNER JOIN
dbo.A210Gas ON dbo.A110Gas.MeterID =
dbo.A210Gas.Meter
I mean, if a use all fiels from A110Gas table and A210Gas table,and if in
both tables I have same fiels name (upsize_ts), I can't do it.
Another question.
Why the wizar palce dbo.[table name]? Can I remove dbo?
Thanks a lot
José
giorgio rancati said:
Hi Jose,
It's a timestamp field, in Access Adp it's very useful in the record
update
operation.
Open Profiler tool and trace the update operation for a table with
timestamp
field. Repeat the update in a table without a timestamp field. You'll see
the difference
bye
--
Giorgio Rancati
[Office Access MVP]
Jose Perdigao said:
After running the upsizing in all tables was added a field, called upsize_ts.
What can I do with this field?
Can I delete it?
Thanks,
José Perdigão