Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread table is readonly??
Wed, May 17 2006 5:16 AMPermanent Link

"Santy Concepción"
Hi!

I'm using Delphi 7 Pro + DMISAM 4.23 Build 2
Not C/S mode. Just "share" mode.

Tables are on a shared folder "folder" on a server computer "server"
(Windows XP Pro).
"folder" is shared with "Total Access" permissions
On cpmputer "two", databasename is set to \\server\folder

I open the tables without problems, can view the data and navigate the
DBGrids, BUT I can't append or Edit records!!!
It displays a "table is read only" message. WHY!!??

I have read the newsgroups, and I have done the following:
1) Delphi is closed, no other programs using the folder nor files
2) Files are NOT read only. Even "dbisam.lck" file is NOT readonly.
3) TDBISAMTables have ReadOnly property False.

Where is the problem?!

Thanks!

Wed, May 17 2006 6:12 AMPermanent Link

"Santy Concepción"
SOLVED!

Wrong permissions to "that" user.

"Santy Concepción" <santyweb@hotmail.com> escribió en el mensaje
news:01A2432B-AD86-474C-B772-5DDF9A05CF17@news.elevatesoft.com...
> Hi!
>
> I'm using Delphi 7 Pro + DMISAM 4.23 Build 2
> Not C/S mode. Just "share" mode.
>
> Tables are on a shared folder "folder" on a server computer "server"
> (Windows XP Pro).
> "folder" is shared with "Total Access" permissions
> On cpmputer "two", databasename is set to \\server\folder
>
> I open the tables without problems, can view the data and navigate the
> DBGrids, BUT I can't append or Edit records!!!
> It displays a "table is read only" message. WHY!!??
>
> I have read the newsgroups, and I have done the following:
> 1) Delphi is closed, no other programs using the folder nor files
> 2) Files are NOT read only. Even "dbisam.lck" file is NOT readonly.
> 3) TDBISAMTables have ReadOnly property False.
>
> Where is the problem?!
>
> Thanks!
>

Image