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
stucture of SQL table
stucture of SQL table
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
Re: stucture of SQL table
In SQL it is referred to as DDL.
https://stackoverflow.com/questions/659 ... e-in-mysql
show create table <database name>.<table name>;
Robb
https://stackoverflow.com/questions/659 ... e-in-mysql
show create table <database name>.<table name>;
Robb
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: stucture of SQL table
If you are using FWMariaDB
If you are using any ADO connection
Code: Select all
aStruct := oRs:aStructure
Code: Select all
aStruct := FWAdoStruct( oRs )
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India