Wrox Home  
Search P2P Archive for: Go

  Return to Index  

sql_language thread: too few parameters


Message #1 by "crystal" <crystalightening@j...> on Thu, 21 Jun 2001 20:53:35
This kind of error occurs when the number of fields in your select statement
is not compatible to the tables being accessed in the sense, a field is
mispelled or you have different number of fields between an Sql statement
eg.

insert into table1(1,2,3) select 1,2,3,4  from table 2

Sammy


  Return to Index