I have an access db that fully works with my coldfusion interface. I just ported the db over to postgresql one of the insert forms for one of the two tables works and the other one does not for the other table does not. The difference between the 2 tables is that the table that works with its form has only one primary key that is not an autonumber and the other table that doesn't work with its form has 2 primary keys one of which is and auto number. I left the autonumber field hidden when I was using cf with access but when I used cf with coldfusion the error message that I was getting was saying that I was passing a null value, so I created a field for the user to input some number and now I get an illegal operation program will shut down error and I lose connection to my cf server. Does anyone know why? Or what I can do?