Page 1 of 1

Small demo with buttons instead of TDBNavigator..

Posted: Sun 27 Feb 2005 12:57
Hi!

Is there any small demo which will use custom buttons (btnRefresh, btnEdit, btnPost, btnCancel, btnDelete, btnLock) instead of tDBNavigator...and all that suppose with TSmartQuery components (which should be state of the art of ODAC)

In that case people could see what is ODAC doing in real life and try to reproduce that at home without any problems.

This is all important to me (and hope to some other) because I'm using ODAC with Intraweb (Internet programming is very different then classical CS one) so any form live in it own world. If you want to use nondb components (and ODAC is just engine which fill and send values to and from database) then many problem occure with plenty of options...

I was long...far to long that I want ...but wanted to explain briefly my douts and worries.

:cry:

Posted: Tue 01 Mar 2005 09:35
by Paul
There is no such demo project in ODAC. ODAC uses common principles with VCL database components. Building of such buttons is not specific ODAC task and can be solved by user basing on VCL knowledge.
You can receive information about what ODAC is doing using TOraSQLMonitor component with DBMonitor or Borland SQLMonitor programs, or using TCustomDADataSet.Debug property.