I'm going to port on of my Delphi application on wxWidgets and wondering if there are any DB controls already written in wxWidgets, like DBGrid, DBEdit and so on...
If not, will need to write my own

Any advices would be nice
Thx
P.S. For those which don't know about Delphi and its DB controls.
DBGrid - binded to a datasource handles automacatically the displaying of data from a SQL query, allowing editing/deleting the current records.
DBEdit - same as DBGrid only works for a field from recordset.