| View previous topic :: View next topic |
| Author |
Message |
Tatiana Ilinikh Guest
|
Posted: Tue Apr 06, 2004 7:40 am Post subject: Open source dbExpress for ODBC |
|
|
We have problem with this SourceForge product.
Our DBMS is Informix.
We cann't get error from stored procedure in the case it have returning
clause.
Can anybody help us?
With respect,
Ita.
|
|
| Back to top |
|
 |
John Evenosky Guest
|
Posted: Tue Apr 06, 2004 1:16 pm Post subject: Re: Open source dbExpress for ODBC |
|
|
In article <40725edb (AT) newsgroups (DOT) borland.com>, [email]ita (AT) lanta (DOT) kts.ru[/email] says...
| Quote: | Our DBMS is Informix.
We cann't get error from stored procedure in the case it have returning
clause.
|
Hello Tatiana,
It's been a while since I used this but... The last time I used it you
had to run stored procedures as a SQL statement. For example "CALL
my_storedProc(arg1, arg2)" The stored procedure option was not working
yet.
HTH
|
|
| Back to top |
|
 |
Dmitry Arefiev [gs-soft.r Guest
|
Posted: Tue Apr 06, 2004 5:27 pm Post subject: Re: Open source dbExpress for ODBC |
|
|
Hello !
| Quote: | The stored procedure option was not working
yet.
|
I have implemented it and it is in SourceForge v 2.13.
I have tested it with MSSQL and Oracle. About Informix
is cant say - does not have it installed.
Regards,
Dmitry
--
Dmitry Arefiev, gs-soft Company, community.gs-soft.com
Personal - www.da-soft.com
SAPx - Delphi to SAP R/3 direct access
Saphir - SAP R/3 metadata on your fingertips
MetaBase - ERWIN model in Delphi applications
NCOCI8 - Freeware Delphi to ORACLE direct access
John Evenosky wrote:
| Quote: | In article <40725edb (AT) newsgroups (DOT) borland.com>, [email]ita (AT) lanta (DOT) kts.ru[/email] says...
Our DBMS is Informix.
We cann't get error from stored procedure in the case it have returning
clause.
Hello Tatiana,
It's been a while since I used this but... The last time I used it you
had to run stored procedures as a SQL statement. For example "CALL
my_storedProc(arg1, arg2)" The stored procedure option was not working
yet.
HTH
|
|
|
| Back to top |
|
 |
John Evenosky Guest
|
Posted: Tue Apr 06, 2004 8:21 pm Post subject: Re: Open source dbExpress for ODBC |
|
|
In article <4072e7d2 (AT) newsgroups (DOT) borland.com>, [email]darefiev (AT) gs-soft (DOT) ru[/email]
says...
| Quote: | I have implemented it and it is in SourceForge v 2.13.
I have tested it with MSSQL and Oracle. About Informix
is cant say - does not have it installed.
Hi Dmitry, |
Cool, I'll see if I can test this tonight and I'll let you know the
outcome.
|
|
| Back to top |
|
 |
John Evenosky Guest
|
Posted: Wed Apr 07, 2004 1:35 pm Post subject: Re: Open source dbExpress for ODBC |
|
|
In article <MPG.1adcdb441103020798975b (AT) newsgroups (DOT) borland.com>,
jevenosky@__#&% says...
| Quote: | I have implemented it and it is in SourceForge v 2.13.
I have tested it with MSSQL and Oracle. About Informix
is cant say - does not have it installed.
Cool, I'll see if I can test this tonight and I'll let you know the
outcome.
|
I was able to test a little bit last night using Informix v7.31
I had mixed results so far. Using a simple scalar stored proc (2
arguments), I was successful.
Trying to run a stored proc to returns mulitple columns and rows was not
successful. Since I don't use Delphi much anymore (and never really
used much in the past) I not sure if it's a problem with the driver or
the dbexpress components.
When I get some time later today (maybe at lunch) I'll try to run the
stored proc through OdbcExplorer.
|
|
| Back to top |
|
 |
John Evenosky Guest
|
Posted: Wed Apr 07, 2004 5:19 pm Post subject: Re: Open source dbExpress for ODBC |
|
|
In article <4072e7d2 (AT) newsgroups (DOT) borland.com>, [email]darefiev (AT) gs-soft (DOT) ru[/email]
says...
| Quote: | Hello !
The stored procedure option was not working
yet.
I have implemented it and it is in SourceForge v 2.13.
I have tested it with MSSQL and Oracle. About Informix
is cant say - does not have it installed.
Dmitry, |
I was able to successfully run stored procs (against an Informix 7.31
database) that return multiple columns and rows. Looks like my prior
problems were due to not using the ClientDataSet correctly.
Thanks for putting the stored procs into dbExpress for ODBC
|
|
| Back to top |
|
 |
Dmitry Arefiev [gs-soft.r Guest
|
Posted: Wed Apr 07, 2004 5:43 pm Post subject: Re: Open source dbExpress for ODBC |
|
|
Hello John !
| Quote: | Thanks for putting the stored procs into dbExpress for ODBC
|
You welcome ! <g>
Regards,
Dmitry
--
Dmitry Arefiev, gs-soft Company, community.gs-soft.com
Personal - www.da-soft.com
SAPx - Delphi to SAP R/3 direct access
Saphir - SAP R/3 metadata on your fingertips
MetaBase - ERWIN model in Delphi applications
NCOCI8 - Freeware Delphi to ORACLE direct access
|
|
| Back to top |
|
 |
Vadim V.Lopushansky Guest
|
Posted: Tue Apr 13, 2004 11:15 am Post subject: Re: Open source dbExpress for ODBC |
|
|
Hello, Tatiana!
You wrote on Tue, 6 Apr 2004 15:40:13 +0800:
TI> We have problem with this SourceForge product.
TI> Our DBMS is Informix.
TI> We cann't get error from stored procedure in the case it have returning
TI> clause.
TI> Can anybody help us?
fixed in Version 2.014, 2004-04-12
--
Vadim
|
|
| Back to top |
|
 |
|