Subject | Re: [IBO] Two or more tables... |
---|---|
Author | Marcelo Machado |
Post date | 2005-12-04T03:09:12Z |
Sorry...
Well...
Example:
I have...
[table PACIENTE with a codigo_PK]
[table PATOLOGIA with a chave_PK and codigo_FK ( codigo_FK = codigo_PK
of table PACIENTE)]
1 tib_connection
1 tib_transaction
1 PACIENTEtib_query and 1 PACIENTEtib_datasource (points to table PACIENTE)
1 PATOLOGIAtib_query and 1 PATOLOGIAtib_datasource (points to table PATOLOGIA)
I put the fields of PACIENTEtib_datasource (datasource control generator) and
the fields of PATOLOGIAtib_datasource (datasource control generator)
in the aplication;
( in the masterlinks of PATOLOGIAtib_query i put PATOLOGIA.codigo_FK=PACIENTE.codigo_PK )
When i execute the aplication, only the fields of table PACIENTE works.
???
Thanks...
Helen Borrie <helebor@...> wrote:
At 12:22 PM 3/12/2005 -0800, you wrote:
description. You seem to have the terminology totally mixed up. Do you
want to start again, and provide an actual example of what is not working
for you?
Helen
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "IBObjects" on the web.
To unsubscribe from this group, send an email to:
IBObjects-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
---------------------------------
Yahoo! Personals
Single? There's someone we'd like you to meet.
Lots of someones, actually. Yahoo! Personals
---------------------------------
Yahoo! Personals
Skip the bars and set-ups and start using Yahoo! Personals for free
[Non-text portions of this message have been removed]
Well...
Example:
I have...
[table PACIENTE with a codigo_PK]
[table PATOLOGIA with a chave_PK and codigo_FK ( codigo_FK = codigo_PK
of table PACIENTE)]
1 tib_connection
1 tib_transaction
1 PACIENTEtib_query and 1 PACIENTEtib_datasource (points to table PACIENTE)
1 PATOLOGIAtib_query and 1 PATOLOGIAtib_datasource (points to table PATOLOGIA)
I put the fields of PACIENTEtib_datasource (datasource control generator) and
the fields of PATOLOGIAtib_datasource (datasource control generator)
in the aplication;
( in the masterlinks of PATOLOGIAtib_query i put PATOLOGIA.codigo_FK=PACIENTE.codigo_PK )
When i execute the aplication, only the fields of table PACIENTE works.
???
Thanks...
Helen Borrie <helebor@...> wrote:
At 12:22 PM 3/12/2005 -0800, you wrote:
>Dear Friends,My problem is that I can't make any sense whatsoever of your problem
>
>
>I´m having problems when connecting to two or more tables using ibo. After
>doing the connections the fields of the table 2 they appear incapacitated
>(disable).
>
> I get to insert them in the project through the respective
> tib_datasource but, when executing the program (run time), the same ones
> appear disable.
>
> I´m using a tib_query for each table with your respective datasource,
> and the mastersource of the 2 datasource points to 1 tib_query, and the
> masterlinks and respective keylinks are adjusted correctly...
>
> Where is the problem?
description. You seem to have the terminology totally mixed up. Do you
want to start again, and provide an actual example of what is not working
for you?
Helen
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "IBObjects" on the web.
To unsubscribe from this group, send an email to:
IBObjects-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
---------------------------------
Yahoo! Personals
Single? There's someone we'd like you to meet.
Lots of someones, actually. Yahoo! Personals
---------------------------------
Yahoo! Personals
Skip the bars and set-ups and start using Yahoo! Personals for free
[Non-text portions of this message have been removed]