Advertisement

1 - 2 of 2 containing alltags:("sqlresult") (0 seconds)
I have this code: SET CENTURY ON SET MULTILOCKS ON nConnHandle = SQLCONNECT('RDB','sa','') SQLEXEC(nConnHandle,'select * from sqltable') CURSORSETPROP('Buffering', 5, 'sqlresult') UPDATE s...
Zones: FoxProDate Answered: 05/03/2006 Grade: A Views: 4
This is the original stored procedure (it works fine): CREATE PROCEDURE some_procedure @some_variable int AS SELECT DISTINCT T2.FieldOne, T1.FieldTwo, T1.FieldThree, T1.FieldFour, T1.FieldFiv...
Zones: ASPDate Answered: 11/03/2005 Grade: A Views: 0
  • 1