searchbox returns error

searchbox returns error

ikelcaikelca Posts: 19Questions: 7Answers: 0

I'm using simple server-side example with mssql2012 as testing
for the most parts it works, but when typing in searchbox
it gives following sql error

An SQL error occurred: SQLSTATE[IMSSP]: Tried to bind parameter number 65536. SQL Server supports a maximum of 2100 parameters.

because the sample i used from ssp.class.php is for mysql, i had to change some parts to match mssql syntax, i guess i made some mistakes, but don't know where to find it.

can anyone please help?

Answers

  • ikelcaikelca Posts: 19Questions: 7Answers: 0

    or maybe someone could tell me where to find the post request generated from searchbox

    thanks

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @ikelca ,

    We can take a quick look if you want to post your script,

    Cheers,

    Colin

This discussion has been closed.