Link to home
Start Free TrialLog in
Avatar of hansmtbank
hansmtbank

asked on

MS SQL & Delphi 3 & Table is not indexed

I've a table on MS SQL Server 6.5 (I'm DBO) and open it
in Delphi. It's successful. But if another user opens it in
my Delphi 3 program, my program gets error "Table is
not indexed". What's wrong?
May be I store TableName in dbo.MyTable?
Avatar of hansmtbank
hansmtbank

ASKER

Edited text of question
ASKER CERTIFIED SOLUTION
Avatar of Pegasus100397
Pegasus100397

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I added my users to group public for my database (I'm DBO) and
cranted all permissions for all tables to another users, but
anythins did not changed.
Make sure your users are assigned to the PUBLIC group and furthermore that the group PUBLIC is granted access to the new indexes you created.

Good luck!
Pegasus