If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > ADO and tables with a large amount of fieds

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-24-03, 11:25
mancuso69 mancuso69 is offline
Registered User
 
Join Date: Apr 2003
Posts: 1
ADO and tables with a large amount of fieds

I'm programming in VC++ and I'm using ADO to manage
a database. In this database I have a table made of 120
fields....
I've no problems browsing the table (CAdoRecordset) and
adding and filling a new record.
But when I try to delete an existing one or to modify it...
an exception is generated. This exception contains the
error 80004005 and the string is: "Query too big".

I've tried to perform the same operation on a smmal table
and all of them works without problems.

So I'm almost sure that the problem is due to the number of fields.
in the table

Does someone have met this problem ?
How can I solve it ?

Thanks a lot !!!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On