Delarar objetos transaccion
Espero me ayuden a como declarar un objeto transaccion en power builder para poder enlazar en un control datawindow un objeto datawindow este es codigo que he empleado
transaction i_sqlca,i_sqlca1
i_sqlca=create transaction
i_sqlca1=create transaction
// Profile profile_ventas
SQLCA.DBMS = "MSS Microsoft SQL Server 6.x"
SQLCA.Database = "ventas"
SQLCA.ServerName = "CAB06"
SQLCA.LogId = "sa"
SQLCA.AutoCommit = False
SQLCA.DBParm = ""
// Profile profile_prueba
SQLCA.DBMS = "ODBC"
SQLCA.AutoCommit = False
SQLCA.DBParm = "ConnectString='DSN=dsn_prueba;UID=;PWD='"
connect using sqlca;
connect using i_sqlca1;
open(w_prueba)
transaction i_sqlca,i_sqlca1
i_sqlca=create transaction
i_sqlca1=create transaction
// Profile profile_ventas
SQLCA.DBMS = "MSS Microsoft SQL Server 6.x"
SQLCA.Database = "ventas"
SQLCA.ServerName = "CAB06"
SQLCA.LogId = "sa"
SQLCA.AutoCommit = False
SQLCA.DBParm = ""
// Profile profile_prueba
SQLCA.DBMS = "ODBC"
SQLCA.AutoCommit = False
SQLCA.DBParm = "ConnectString='DSN=dsn_prueba;UID=;PWD='"
connect using sqlca;
connect using i_sqlca1;
open(w_prueba)
1 Respuesta
Respuesta de achafio
1