bnaDave 0 Posted January 1, 2019 I'm using Win10-Delphi2010-Zeos-SQLite3. I have a valid dataset and can successfully do select/insert/update/etc. SQL's with Open/ExecSQL (as appropriate) and get the proper results. What I can't do is make a TDBEdit control work. I think I need to know what objects are required and within those objects what parameters must be set. This can't be as hard as I'm making it. Thanks. Share this post Link to post
David Schwartz 426 Posted January 2, 2019 Your post is a bit vague, so I'll just post the obvious in case you need it: You need to hook the dataset (Zeos query or table) to a TDataSource, then hook the TDBEdit to the TDataSource Share this post Link to post