SQL - cursor type changed

 
Vista:

cursor type changed

Publicado por silvana (11 intervenciones) el 14/03/2003 02:45:14
Me da el siguiente error y no tengo ni idea el porque
Error 101 the text for the message is : [odbc sqlserver driver ]
cursos type changed

Estoy usando sqlserver 2000 sobre win 2000 y win xp.
Gracias Silvana
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:cursor type changed

Publicado por Isaías Islas (5072 intervenciones) el 14/03/2003 16:42:48
Hola

Este mensaje comunmente lo envia SQL via ODBC cuando se intenta construir un CURSOR con diferentes SELECT's

DECLARE CURSOR MyCursor FOR
SELECT * FROM EMPLEADOS; SELECT * FROM SUELDOS

No se, si este sea el caso.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar