Since I don't have the Database Connectivity Toolkit, I can't test what you've written but I can verify that I can insert new values using the freeware
LabSQL as in the attachment. Since both the toolkit and LabSQL are based on ADO, I would think that you should be able to find the ADO method Connection.Execute and see what it's doing. In mine, it's the SQL command "INSERT INTO SLOPEINTERCEPT (Slope, yintercept) VALUES (6.000000, 9.000000);".
Message Edited by Dennis Knutson on 12-20-2005 03:02 PM