• It is a SQL View. I found out what my issue was. It was an ID field that was not set as autoincrement. The table would not accept that ID field to be empty. I made it autoincrement and it solved the issue. The length was not the problem. But for future reference, does anyone know what the max length for a string passed to a passthrough query would be?