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 > ODBC and Access

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-03-04, 10:26
Homer_Fr Homer_Fr is offline
Registered User
 
Join Date: Feb 2004
Posts: 3
ODBC and Access

Hi i have a matter, really you said )

I have a table like this

Idc : INTEGER(4)
Field01 CHAR(255)
Field02 CHAR(255)
Field03 CHAR(255)
Field04 CHAR(255)
Field05 CHAR(255)
Field06 CHAR(255)
Field07 CHAR(255)
Field08 CHAR(255)

I run an insert query with all the fields and all the text field are fill with a comment of 255 characters.

When i do my SQLExecute() i get an error.

The message said 'record is too large'.

If i compute the length of my data for the query i get 2044 bytes (4+8*255).

When i get SQL_MAX_ROW_SIZE i get 4052 bytes.

So what is the matter, what could i do wrong, what i do not undersand ?

Last edited by Homer_Fr; 02-04-04 at 05:38.
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