Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save
Message
From
04/10/2006 13:27:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Save
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01159451
Message ID:
01159451
Views:
58
I am developing a form and i need to update only 1 record from a table. I am opening the table like this:

hConn = SQLSTRINGCONNECT("Driver=SQL Server;Server=(local);UID=;PWD=;Database=Empagram")

lnConsul = SQLExec(hConn, "SELECT * FROM SBCabTransaccion "+;
"WHERE EMPRESA = 'EMPA' "+;
"AND tipomovimiento = 'CP' "+;
"AND (sttransaccion <> 'V') "+;
"ORDER BY nummovimiento", "SqlSBCabTransac")

CURSORSETPROP("Buffering", 3)
CURSORSETPROP("SendUpdates", .T.)
CURSORSETPROP("UpdatableFieldList","emp_chqpag")


What´s wrong? and how i have to open the conexion to make this work?



Chio
Next
Reply
Map
View

Click here to load this message in the networking platform