Hi
Any suggestion for this error message. I got this error message when I did migration from my access database to SQL Server.
Thanks
Line 3: Incorrect syntax near '?'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Line 3: Incorrect syntax near '?'.
Source Error:
Line 2374: End If
Line 2375: Dim dataTable As BarDataSet.tblDeptDivSectsDataTable = New BarDataSet.tblDeptDivSectsDataTable
Line 2376: Me.Adapter.Fill(dataTable)
Line 2377: Return dataTable
Line 2378: End Function
Any suggestion for this error message. I got this error message when I did migration from my access database to SQL Server.
Thanks
Line 3: Incorrect syntax near '?'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Line 3: Incorrect syntax near '?'.
Source Error:
Line 2374: End If
Line 2375: Dim dataTable As BarDataSet.tblDeptDivSectsDataTable = New BarDataSet.tblDeptDivSectsDataTable
Line 2376: Me.Adapter.Fill(dataTable)
Line 2377: Return dataTable
Line 2378: End Function