NEVERMIND: error 28673 Using clause does not match parameter specs

Dave Parizek dave at Parizek.com
Mon Feb 14 16:51:18 CST 2005


NEVERMIND this last message.  Stupid me -- it means there was no 11th 
value in the binded array.

Sorry.

-dave


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