Patch level : 12.00 1264
Files correlati : vv0.exe lv2.exe Commento : Invio postino con ODBC
This commit is contained in:
parent
86df7cd344
commit
33fa690034
@ -640,8 +640,8 @@ HIDDEN void odbc_send(const TString & dsn, int num, TAuto_token_string & elab_fi
|
|||||||
int err = recset.exec(check_statement);
|
int err = recset.exec(check_statement);
|
||||||
if (err <= 0)
|
if (err <= 0)
|
||||||
{
|
{
|
||||||
create_table(recset, num, name, wrk);
|
create_table(recset, curr_file_num, name, wrk);
|
||||||
popolate_table(recset, num, name, wrk);
|
popolate_table(recset, curr_file_num, name, wrk);
|
||||||
recset.exec("COMMIT;");
|
recset.exec("COMMIT;");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -2263,6 +2263,7 @@ void TRelation_application::mask2ini(const TMask& m, TConfig& ini)
|
|||||||
if (campo.is_sheet())
|
if (campo.is_sheet())
|
||||||
{
|
{
|
||||||
TSheet_field &sheet=(TSheet_field &)campo;
|
TSheet_field &sheet=(TSheet_field &)campo;
|
||||||
|
|
||||||
sheet2ini(sheet,ini); // It's virtual
|
sheet2ini(sheet,ini); // It's virtual
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user