ADO : Query too complex (or something similar!) 
Author Message
 ADO : Query too complex (or something similar!)

Ciao!
1) Sorry for my poor english.
2) I have this problem with ADO:
With Data Environment I'm connecting to an Access97 db.
With VB6 I have no problem when I use dataenv.recordset.update after
used .addnew. The problem is when I use .update alone (when I modify a
record, I think!). Error : -2147467259 (!!) "Query too complex" (??)
I know that the .edit like DAO, doesn't exit anymore with ADO. I'm wrong?

Help me pls!
Greeting from Italy
Mirko



Sun, 01 Dec 2002 03:00:00 GMT  
 ADO : Query too complex (or something similar!)

Mirko,

The query is more than likely TOO AMBIGOUS.  I.e. can apply to many
records so SQL does not know which one to select/update.

Sol.

Quote:
>Ciao!
>1) Sorry for my poor english.
>2) I have this problem with ADO:
>With Data Environment I'm connecting to an Access97 db.
>With VB6 I have no problem when I use dataenv.recordset.update after
>used .addnew. The problem is when I use .update alone (when I modify a
>record, I think!). Error : -2147467259 (!!) "Query too complex" (??)
>I know that the .edit like DAO, doesn't exit anymore with ADO. I'm wrong?

>Help me pls!
>Greeting from Italy
>Mirko



Tue, 03 Dec 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. ADO "Query too complex"

2. complex ado query best way to do

3. Does Access have something similar to FSO?

4. Help needed with LASTUPDATED (or something similar)

5. Is there something similar to CurrentUser() in Access?

6. DHTML application, how to use timer or something similar

7. Creating Dynamic Controls (or something similar)

8. date in Text Box or something similar

9. Looking for something similar to the VC++ list control

10. How to get PWS or something similar owning WinXP Home Ed.

11. netserverenum or something similar

12. DHTML application, how to use timer or something similar

 

 
Powered by phpBB® Forum Software