Patch level :12.00 1354
Files correlati : ve0.exe ve1.exe ve5.exe ve6.exe cg0.exe ca0.exe Commento: Corretto aggiornamento dello stato nella stampa documenti Riabilitato odbc_recordset commit
This commit is contained in:
parent
639b7facaa
commit
dddd20df24
@ -373,13 +373,11 @@ long TODBC_recordset::exec(const char* sql)
|
|||||||
long TODBC_recordset::begin()
|
long TODBC_recordset::begin()
|
||||||
{
|
{
|
||||||
return exec("BEGIN;");
|
return exec("BEGIN;");
|
||||||
return 0L;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
long TODBC_recordset::commit()
|
long TODBC_recordset::commit()
|
||||||
{
|
{
|
||||||
return exec("COMMIT;");
|
return exec("COMMIT;");
|
||||||
return 0L;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
TRecnotype TODBC_recordset::current_row() const
|
TRecnotype TODBC_recordset::current_row() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user