Dear Mr. Rao,
how can we get the structure of a SQL table.
Can you please tell me where I can find documentation for maria lib.
Thank you in advance
Otto
Dear Mr. Rao,
how can we get the structure of a SQL table.
Can you please tell me where I can find documentation for maria lib.
Thank you in advance
Otto
In SQL it is referred to as DDL.
https://stackoverflow.com/questions/659 ... e-in-mysql
show create table <database name>.<table name>;
Robb
aStruct := oRs:aStructure aStruct := FWAdoStruct( oRs )