Search found 12 matches

by btray77
15.05.2010, 18:52
Forum: ZeosLib 7.0 Beta Forum
Topic: filter results
Replies: 6
Views: 619

yes, your right.

-Brad
by btray77
14.05.2010, 22:24
Forum: ZeosLib 7.0 Beta Forum
Topic: filter results
Replies: 6
Views: 619

I had caught that, I copied the SQL from the original project, and created the new demo project and when I made the tables for the demo project I types keywords instead of keyword for the field name. In the demo its not a syntax problem (I believe I fixed it) Where would I place this code? It works ...
by btray77
14.05.2010, 08:16
Forum: ZeosLib 7.0 Beta Forum
Topic: filter results
Replies: 6
Views: 619

Here's a demo of what I'm doing: http://uploading.com/files/cb34a4a3/filterprj.zip/

It's using Firebird 2.1.

-Brad
by btray77
14.05.2010, 00:45
Forum: ZeosLib 7.0 Beta Forum
Topic: filter results
Replies: 6
Views: 619

I have changed the SQL to the following which works in IB Expert, but how do I get it to work with Zeos. Select * From KeywordList As K Left Join NegativeKeywords As NK On NK.keyword = K.Keyword Left Join RequiredKeywords As RK On RK.Keyword = K.Keyword Where NK.Keyword Is Null And ( Not Exists ( Se...
by btray77
13.05.2010, 13:19
Forum: ZeosLib 7.0 Beta Forum
Topic: Unknow symbol "." in filter
Replies: 4
Views: 512

can you go into more detail on what you did.. I'm not familiar with setting aliases, and this just might be the solution to my problem.
by btray77
13.05.2010, 12:54
Forum: ZeosLib 7.0 Beta Forum
Topic: check for duplicate before post
Replies: 7
Views: 1110

Thanks for the info

-Brad
by btray77
13.05.2010, 04:20
Forum: ZeosLib 7.0 Beta Forum
Topic: filter results
Replies: 6
Views: 619

filter results

I have three tables. keywordlist -keyword requiredkeyword -keyword negativekeyword -keyword I need to filter the data in the keywordlist not to show words that are in the negativekeyword table, and only show words that show in the requiredkeyword table. If either table is empty then don't worry abou...
by btray77
13.05.2010, 03:02
Forum: ZeosLib 7.0 Beta Forum
Topic: check for duplicate before post
Replies: 7
Views: 1110

After looking at the demo. 1. I need to have a ZUpdateSQL component 2. I need to setup the params. (Not 100% sure on how these params work, but I think i've got it.) 3. Setup the SQL for the insert/update/delete/refresh using the params The one thing the demo doesn't do is update the dataset after t...
by btray77
13.05.2010, 02:20
Forum: ZeosLib 7.0 Beta Forum
Topic: check for duplicate before post
Replies: 7
Views: 1110

Thank you for taking the time to do this demo.

-Brad
by btray77
12.05.2010, 01:09
Forum: ZeosLib 7.0 Beta Forum
Topic: check for duplicate before post
Replies: 7
Views: 1110

Any chance on some demo code on how I would do that, or a tutorial suggestion? I've got very little experience on how to do this.

Thanks

-Brad
by btray77
10.05.2010, 09:30
Forum: ZeosLib 7.0 Beta Forum
Topic: check for duplicate before post
Replies: 7
Views: 1110

check for duplicate before post

How would I check for duplicates before posting data? I've been given this via stackoverflow but not sure how to implement it. update or insert into KEYWORDLIST (KEYWORD) values(:KEYWORD) matching(KEYWORD) I was guessing I would do this onNewRecord or BeforePost... Thank you -Brad Using: D2K9, Zeos ...
by btray77
02.05.2010, 21:54
Forum: ZeosLib 7.0 Beta Forum
Topic: Newbie - Zeos, Firebird and Autoinc Question
Replies: 1
Views: 312

Newbie - Zeos, Firebird and Autoinc Question

Hi, I'm new to zeos, firebird, and database applications in delphi. How do I create an autoinc field.

Thanks

B