FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour MariaDb and FieldStruct
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
MariaDb and FieldStruct
Posted: Thu May 11, 2017 09:46 AM

Hello RAO ,

there is in MariaDb an equivalent of FWAdoFieldStruct , FWAdoFieldSize ?

I found FieldLen (), fieldName ecc ... but I don't understand how to use .

It would be interesting to have a full list (in one place) of the methods of MariaDB, now you have to look into different topics :(

Your new work in mariainv.prg is great !!

Maurizio

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: MariaDb and FieldStruct
Posted: Thu May 11, 2017 02:55 PM
Please see
viewtopic.php?f=3&t=33286
This is a sticky post. So it will always be there on the top. From here we can refer to the documentation posts.

All connection object documentation is here
viewtopic.php?f=3&t=32657

All rowset object documentation is here.
viewtopic.php?f=3&t=32737

Answer to your question:
Code (fw): Select all Collapse
oRs:aStructure


In addition you have all methods like DBF functions

oRs:Fieldname()
oRs:FieldLen()
oRs:FieldType()
oRs:FieldDe()
etc
Regards



G. N. Rao.

Hyderabad, India
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Re: MariaDb and FieldStruct
Posted: Fri May 12, 2017 06:46 AM

Thanks Rao

Continue the discussion