I can insert into database table in macro, i can update table...
and what about select from database into some variable? can i do it in macro without reloading?
for example if i wish to insert into table with primary key, i need to know the maximum value of primary key, so to make increment and avoid two equal primary keys