Jump to content
bnaDave

Delphi-Zeos-SQLite3-TDBEdit

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×