![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a data file that I converted from Access to SQL Server using the upsizing wizard. I then attached the tables to the Access front end using an ODBC connection. I have one table that is read only for some reason. I'm not sure how that happened, it went through the same procedures as the other tables in terms of upsizing and connecting. The original table was not read only or hidden or anything else, it had full permissions. I've tried disconnecting and reconnecting the table but still the same thing. In SQL Server, the permissions are the same as all the other tables. I can't seem to figure out what's making this one read only. I'm using SQL Server 2005 Express and Access 2003. Any ideas would be greatly appreciated. Thanks! |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I have a data file that I converted from Access to SQL Server using the upsizing wizard. I then attached the tables to the Access front end using an ODBC connection. I have one table that is read only for some reason. I'm not sure how that happened, it went through the same procedures as the other tables in terms of upsizing and connecting. The original table was not read only or hidden or anything else, it had full permissions. I've tried disconnecting and reconnecting the table but still the same thing. In SQL Server, the permissions are the same as all the other tables. I can't seem to figure out what's making this one read only. I'm using SQL Server 2005 Express and Access 2003. Any ideas would be greatly appreciated. Thanks! |
#5
| |||
| |||
|
#6
| |||
| |||
|
That would be it. I learn something new every day. ![]() Thanks guys! Just out of curiosity, is there any reason why that is? I wound up installing a work around for the time being in the form of a stored procedure, but is there any resource that provides an explanation of that reasoning? |
#7
| |||
| |||
|
|
How would you find the house if you didn't know the address? |
#8
| |||
| |||
|
|
Just because I don't know the address, doesn't mean the people that own it can sell it (UPDATE People Set Owner=NewOwner). |
|
"Lyle Fairfield" <lylefairfield (AT) aim (DOT) com> wrote in message news:1145701034.778574.144660 (AT) e56g2000cwe (DOT) googlegroups.com... How would you find the house if you didn't know the address? |
#9
| |||
| |||
|
|
"Rico" <me (AT) you (DOT) com> wrote Just because I don't know the address, doesn't mean the people that own it can sell it (UPDATE People Set Owner=NewOwner). Congratulations, you've just updated every record in your table to the new owner. |
#10
| |||
| |||
|
|
"Rico" <me (AT) you (DOT) com> wrote Just because I don't know the address, doesn't mean the people that own it can sell it (UPDATE People Set Owner=NewOwner). Congratulations, you've just updated every record in your table to the new owner. In other words, you've just sold every house on the block to the same person. You need a where clause and in order to pick a SPECIFIC house, you need something that ID's it uniquely. "Lyle Fairfield" <lylefairfield (AT) aim (DOT) com> wrote in message news:1145701034.778574.144660 (AT) e56g2000cwe (DOT) googlegroups.com... How would you find the house if you didn't know the address? |
![]() |
| Thread Tools | |
| Display Modes | |
| |