Just to clarify the knowledge of the two help files that Tom mentioned is highly important. The issue with the Insert statement was that I was using a quote symbol instead of an apostrophe to encase alpha settings and the 2nd issue was that the error message being returned is not very descriptive. For example if you try to INSERT into a table that is not "writable" the message that comes back with the SQLExecDirect is just a SQL_ERROR=-1 and Relativity pcbErrorMsg =186. If there is a error listing somewhere that would be helpful. Obviously after seeing the documentation I was missing the INTO statement before the table name but it would be nice if the error message stated that instead of a << ??? >> after the table name.
↧