![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a Access 2003 front_end and a SQL Server back end. After I have linked the tables I can read all the tables okay but can't write to them. Any idea what am I doing wrong? Also in creating the DNS I am given the choice of 'SQL Native Client' or 'SQL Server'. What's the difference? |
#3
| |||
| |||
|
|
Tables without a primary key are so dangerous Access treats them as readonly. Add PKs. Relink. |
#4
| |||
| |||
|
|
Tom van Stiphout <tom7744.no.spam (AT) cox (DOT) net> wrote: Tables without a primary key are so dangerous Access treats them as readonly. Add PKs. Relink. Also add TimeStamp aka RowVersion fields to all tables which Access will be accessing. This will improve form update performance. Tony |
#5
| |||
| |||
|
|
On Sat, 24 Jan 2009 21:17:50 GMT, "Tony Toews [MVP]" ttoews (AT) telusplanet (DOT) net> wrote: A timestamp column IN ADDITION TO a Primary Key? Certainly Access would not need two unique values to determine which row's which? |
#6
| |||
| |||
|
|
I've just made it a practice of putting a timestamp field in all my SQL Server tables (I wouldn't ever have tables with a PK, so that's not something I had to add to my repertory when moving to SQL Server). |
![]() |
| Thread Tools | |
| Display Modes | |
| |