Forum Discussion
AryehZelczer6
8 years agoQrew Trainee
I had the same issue and found the reason was because it was adding into Quickbase row by row. Meaning that it is creating a import from csv for every record which is causing the error. what you need to do is make sure its being added by batch.This way it adds as one ImportFromCSV api call and you shouldn't have this error. Let me know if you have any questions.
MichaelBarrow
8 years agoQrew Cadet
How do you tell QuNect to do that? I use it in MS Access and have been anticipating problems like this. Is there some sort of SQL command adjustment that is available or necessary?