Home Forums SQL Server 2008 SQL Server 2008 - General HELP HELP Database Error - Microsoft SQL Native Client error '80040e07', Conversion failed when converting the nvarchar value 'Dave Smith' to data type int. /include/aspfunctions.asp, line 1243 ??? RE: HELP HELP Database Error - Microsoft SQL Native Client error '80040e07', Conversion failed when converting the nvarchar value 'Dave Smith' to data type int. /include/aspfunctions.asp, line 1243 ???

  • Lucasprss (10/29/2012)


    What would be the easy way to find this within my thousands of records, would you say?

    the issue is not with your data.

    it's with the query you are using against your data.

    show us the query that was in the variable sSQL (called in function db_query(sSQL,conn))

    and we can show you how to fix the query you built.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!