Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save
Message
 
 
To
04/10/2006 13:27:38
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Re: Save
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01159451
Message ID:
01159577
Views:
15
Check

  • mskb #Q138094 How to Create Updatable Views by Using SQL Passthrough.
  • How to make SQL Pass-Through cursor updatable FAQ #8153

    >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?
    >
    --sb--
  • Previous
    Reply
    Map
    View

    Click here to load this message in the networking platform