Patch level : 12.00 1264

Files correlati     : vv0.exe lv2.exe
Commento            :
Invio postino con ODBC
This commit is contained in:
Alessandro Bonazzi 2023-06-05 14:45:53 +02:00
parent 86df7cd344
commit 33fa690034
2 changed files with 3 additions and 2 deletions

View File

@ -640,8 +640,8 @@ HIDDEN void odbc_send(const TString & dsn, int num, TAuto_token_string & elab_fi
int err = recset.exec(check_statement);
if (err <= 0)
{
create_table(recset, num, name, wrk);
popolate_table(recset, num, name, wrk);
create_table(recset, curr_file_num, name, wrk);
popolate_table(recset, curr_file_num, name, wrk);
recset.exec("COMMIT;");
}
else

View File

@ -2263,6 +2263,7 @@ void TRelation_application::mask2ini(const TMask& m, TConfig& ini)
if (campo.is_sheet())
{
TSheet_field &sheet=(TSheet_field &)campo;
sheet2ini(sheet,ini); // It's virtual
}
}