Groups | Blog | Home
all groups > sql server odbc > april 2004 >

sql server odbc : access-SQL ODBC link



JIM.H.
4/17/2004 1:34:26 PM
[quoted text, click to view]
Mary Chipman
4/18/2004 11:43:21 AM
You need to create a primary key or unique index on any SQLS tables
you want to modify from Access.

--mary

On Sat, 17 Apr 2004 13:34:26 -0700, "JIM.H."
[quoted text, click to view]
JIM.H.
4/18/2004 5:58:46 PM
Why do I have to do that? And if my primary key is based
on many columns will that cuse any problem?
[quoted text, click to view]
Mary Chipman
4/19/2004 9:47:19 AM
Why? because it won't work if you don't. Access can't locate the row
on the server, update it, and guarantee data integrity if the table
doesn't have a PK. If your PK is based on too many columns, then you
should consider a surrogate PK. A good starting point would be
"Database Design for Mere Mortals: A Hands-On Guide to Relational
Database Design" by Mike Hernandez.

--Mary

On Sun, 18 Apr 2004 17:58:46 -0700, "JIM.H."
[quoted text, click to view]
AddThis Social Bookmark Button