Sql-server – [Generic Connectivity Using ODBC][Microsoft][ODBC SQL Server Driver]COUNT field incorrect or syntax error (SQL State: 07001; SQL Code: 0)

oraclesql server

ERROR at line 1:
ORA-28500: connection from ORACLE to a non-Oracle
system returned this message:
[Generic Connectivity Using
ODBC][Microsoft][ODBC SQL Server Driver]
COUNT field incorrect or syntax error
(SQL State: 07001; SQL Code: 0) ORA-06512: at line 9

Anyone know this error.. pls help us.

thanks in advance.

Best Answer

Since you do not provide any type of code from where this error is generated I can only guess here. After asking Google and found this, it looks like COUNT field incorrect or syntax error could mean that you use the wrong number of parameters in your call.

If you posted the code where the error is generated from it could help a lot to understand what could go wrong.

Related Topic