Is it possible to create a field (like datasetfield ) under firebird that is a table.
Im doing this but by other way in bde using a blob and each row have a different table.
Does firebird have this function integraded or do i need to use the blob field again????
Anyone have an idea for this without the blob stuf ( is to avoid loading blob saving block ... on middle of my code ... )????
Create a table under a field ( field type table )
Moderators: gto, cipto_kh, EgonHugeist
Create a table under a field ( field type table )
where's the code ..