error 28673 Using clause does not match parameter specs

Dave Parizek dave at Parizek.com
Mon Feb 14 16:46:32 CST 2005


When I SQLExecute the following query:

INSERT INTO Template (TemplateName, TemplateDescription, 
HasCheckOffField, TemplateQueryString, TemplateWindowTop, 
TemplateWindowLeft, TemplateWindowWidth, TemplateWindowHeight, 
TemplateRowHeight, TemplateEditable) VALUES (:1, :2, :3, :4, :5, :6, 
:7, :8, :9, :11)

I get this error:

error 28673 Using clause does not match parameter specs.

What exactly does that mean?  I can't find anything wrong...

--Dave Parizek


More information about the Valentina-beta mailing list