I notice that if I set my recordset to Readonly that the error goes away but surley I shouldn’t need to do this?

 

I really don’t need to update it anyway but it strange how it is not available for updates. I was doing a simple SELECT althought it has 1 innerjoin.. maybe this could be the problem

 

Any ideas?

 

Ian

 

-----Original Message-----
From: Ian [mailto:[EMAIL PROTECTED]]
Sent: martes, 15 de octubre de 2002 14:48
To: '[EMAIL PROTECTED]'
Subject: Error "Updates of this table not allowed" on SELECT

 

Hi there,

 

I got the following error on a standard SELECT statement, not and insert of anything like that

 

[S1000] General error;-7008 POS(181) Updates of this table not allowed.

 

Here is the SQL statement that seems to cause the problem.

 

SELECT  Acd_members.* ,  Users.*  FROM Users INNER JOIN Acd_members ON Users.UserID = Acd_members.UserID WHERE (AcdID =1) AND (In_Out = 1)

 

If I try running it in the SQL Studio it brings back results but in my app using the ODBC connection it always says the error msg.

 

Anybody got any ideas, I am really stuck on this one, I can’t understand why it reports that Updates are not allowed when I am only trying to do a select

 

Thanks in advance

 

Ian


This email has been scanned for viruses and found to be clean.
I can be contacted via MSN Messenger using [EMAIL PROTECTED] as the signin name. Why not use it!?

 

Reply via email to