S
snooka9
I have mutliple (Office XP) Access databases linked to tables in an SQL
Server 2005 database.
I was searching the newsgroup boards for info on a write conflict message I
was getting and I came across alot of suggestions to other people to add
timestamp fields to ALL of the SQL tables being linked in Access. (It turned
out that one of my tables had a "bit" field that allowed nulls and had no
default value, which caused the error in Access because it saw the field as
False, not null). I have a few questions on the timestamp field:
1) Is that all there is to the solution, or do I also have to add the
timestamp fields to all of my queries and recordsets where data can be edited?
2) Are there any negative side effects of adding a timestamp field to each
of my 130+ tables in SQL?
Thanks.
Server 2005 database.
I was searching the newsgroup boards for info on a write conflict message I
was getting and I came across alot of suggestions to other people to add
timestamp fields to ALL of the SQL tables being linked in Access. (It turned
out that one of my tables had a "bit" field that allowed nulls and had no
default value, which caused the error in Access because it saw the field as
False, not null). I have a few questions on the timestamp field:
1) Is that all there is to the solution, or do I also have to add the
timestamp fields to all of my queries and recordsets where data can be edited?
2) Are there any negative side effects of adding a timestamp field to each
of my 130+ tables in SQL?
Thanks.