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...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_21832256.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21600904.htm...
Zones:
ASPDate Answered: 11/03/2005 Grade: A Views: 0