Subject | Help Me Please |
---|---|
Author | Lester B. Cuevas |
Post date | 2005-10-21T10:02:58Z |
Hi Ann,
This is Lester again. I can't solve problem in my project. In my
Embedded SQL file, once I was convert my Embedded SQL file in .c, I
was genarated this couple of source code
isc_db_handle
gds__database = 0; /* database handle */
isc_tr_handle
gds__trans = 0; /* default transaction handle */
so when I was compile the converted Embedded SQL file, I was received
the following error,
1.Multiple Definition of gds__database
2.Multiple Definition of gds__trans.
The reason thats why happened this problem, I made multiple file of
Embedded SQL and each file I was include the EXEC SQL SQLCA. It is
possible to solve this problem...
This is Lester again. I can't solve problem in my project. In my
Embedded SQL file, once I was convert my Embedded SQL file in .c, I
was genarated this couple of source code
isc_db_handle
gds__database = 0; /* database handle */
isc_tr_handle
gds__trans = 0; /* default transaction handle */
so when I was compile the converted Embedded SQL file, I was received
the following error,
1.Multiple Definition of gds__database
2.Multiple Definition of gds__trans.
The reason thats why happened this problem, I made multiple file of
Embedded SQL and each file I was include the EXEC SQL SQLCA. It is
possible to solve this problem...