 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Ed Blanchard Guest
|
Posted: Tue Aug 10, 2004 5:53 pm Post subject: dbxOpenOdbc Problem with Sybase ASA |
|
|
I've just tried running an application that worked with the previous
OpenODBC code. When I use the latest (about 4 days old) it fails.
Using D7E, Sybase ASA 7.00
SQLConn+SDS+DSP+CDS+DS+DBgrid
simple query:
select Item, description
from dbc.item
where item like 'GMX%'
Symptoms: using latest dbxoodbc.dll the application loads the first
record properly. The second record is not correct - the 'Item' field
contains the Item data AND the description data from previous
field (overlapping - not contatenated together).
That is, assume the following data:
rec1 GMX1 AAAAAAAA DescGMX1
rec2 GMX2 BBBBBBBB DescGMX2
recn GMXn CCCCCCCC DescGMXn
The first record is returned as 'GMX1', 'AAAAAAAA DescGMX1'
The second records returns as 'GMX2AAAA DescGMX1', 'BBBBBBBB DescGMX2'
The third record returns as 'GMXnBBBB DescGMX2', 'CCCCCCCC DescGMX3'
Note that in IDE if I open the CDS with a DBGrid linked, everything is
fine... This fails at run time only. Also note that if I use an older
version of dbxoodbc.dll all is fine.
Any suggestions?
Thanks,
EdB
|
|
| Back to top |
|
 |
Ed Blanchard Guest
|
Posted: Tue Aug 10, 2004 10:05 pm Post subject: Re: dbxOpenOdbc Problem with Sybase ASA |
|
|
In article <MPG.1b82d5ac6624aaa4989692 (AT) 207 (DOT) 105.83.66>, Ed Blanchard
<edwardb(at)sgci.com> says...
| Quote: | Note that in IDE if I open the CDS with a DBGrid linked, everything is
fine... This fails at run time only. Also note that if I use an older
version of dbxoodbc.dll all is fine.
I just double checked... It does NOT work in IDE - the first time I tried |
this I had an earlier version of dbxoodbc.dll in the path... With only a
single copy, I get the same results in IDE as at run time.
Cheers,
EdB
|
|
| Back to top |
|
 |
Ed Blanchard Guest
|
Posted: Tue Aug 10, 2004 10:28 pm Post subject: Re: dbxOpenOdbc Problem with Sybase ASA |
|
|
In article <MPG.1b8310c12bb480d4989693 (AT) 207 (DOT) 105.83.66>, Ed Blanchard
<edwardb(at)sgci.com> says...
| Quote: | In article <MPG.1b82d5ac6624aaa4989692 (AT) 207 (DOT) 105.83.66>, Ed Blanchard
edwardb(at)sgci.com> says...
Note that in IDE if I open the CDS with a DBGrid linked, everything is
fine... This fails at run time only. Also note that if I use an older
version of dbxoodbc.dll all is fine.
I just double checked... It does NOT work in IDE - the first time I tried
this I had an earlier version of dbxoodbc.dll in the path... With only a
single copy, I get the same results in IDE as at run time.
|
I just tested against a Sybase ASE 11.x Server - same problem.
EdB
|
|
| Back to top |
|
 |
Ed Blanchard Guest
|
Posted: Wed Aug 11, 2004 10:00 pm Post subject: Re: dbxOpenOdbc Problem with Sybase ASA |
|
|
In article <MPG.1b82d5ac6624aaa4989692 (AT) 207 (DOT) 105.83.66>, Ed Blanchard
<edwardb(at)sgci.com> says...
| Quote: | I've just tried running an application that worked with the previous
OpenODBC code. When I use the latest (about 4 days old) it fails.
snip
Any suggestions?
|
Is this the wrong forum to ask about this? Any suggestions as to where I
might be better off in posting to?
Thanks,
EdB
|
|
| Back to top |
|
 |
Robert Brock Guest
|
Posted: Thu Aug 12, 2004 4:52 am Post subject: Re: dbxOpenOdbc Problem with Sybase ASA |
|
|
Was going to suggest Sybase's ASA group, but then googled it, and I guess
I'd suggest contacting the Open Source people who made it, as that
definately sounds like a problem with the driver itself..
http://open-dbexpress.sourceforge.net/
(A lame answer, but for the pete of sake, you should get *some* kinda reply
here!)
Any other suggestions out there?
Rob
|
|
| Back to top |
|
 |
Ed Blanchard Guest
|
Posted: Thu Aug 12, 2004 6:30 pm Post subject: Re: dbxOpenOdbc Problem with Sybase ASA |
|
|
In article <411af76f (AT) newsgroups (DOT) borland.com>, [email]Notta (AT) Nowhere (DOT) Net[/email] says...
| Quote: | Was going to suggest Sybase's ASA group, but then googled it, and I guess
I'd suggest contacting the Open Source people who made it, as that
definately sounds like a problem with the driver itself..
http://open-dbexpress.sourceforge.net/
(A lame answer, but for the pete of sake, you should get *some* kinda reply
here!)
Any other suggestions out there?
Rob
|
Thanks - I was beginning to think I'd managed to get on a global "bozo
list" or something...
Cheers,
EdB
|
|
| Back to top |
|
 |
Ed Blanchard Guest
|
Posted: Sat Aug 14, 2004 3:11 am Post subject: Re: dbxOpenOdbc Problem with Sybase ASA |
|
|
In article <411af76f (AT) newsgroups (DOT) borland.com>, [email]Notta (AT) Nowhere (DOT) Net[/email] says...
| Quote: | Was going to suggest Sybase's ASA group, but then googled it, and I guess
I'd suggest contacting the Open Source people who made it, as that
definately sounds like a problem with the driver itself..
http://open-dbexpress.sourceforge.net/
(A lame answer, but for the pete of sake, you should get *some* kinda reply
here!)
Any other suggestions out there?
|
I actually received (by private maiol) a preliminary copy of the next
version of dbxOpenOdbc. Problem completely resolved.
Here's a public "Many thanks" and to Vadim.
Cheers,
EdB
|
|
| Back to top |
|
 |
Ed Blanchard Guest
|
Posted: Mon Aug 16, 2004 3:39 am Post subject: Re: dbxOpenOdbc Problem with Sybase ASA |
|
|
In article <MPG.1b874ced651aae8a989697 (AT) 207 (DOT) 105.83.66>, Ed Blanchard
<edwardb(at)sgci.com> says...
| Quote: | In article <411af76f (AT) newsgroups (DOT) borland.com>, [email]Notta (AT) Nowhere (DOT) Net[/email] says...
Was going to suggest Sybase's ASA group, but then googled it, and I guess
I'd suggest contacting the Open Source people who made it, as that
definately sounds like a problem with the driver itself..
http://open-dbexpress.sourceforge.net/
(A lame answer, but for the pete of sake, you should get *some* kinda reply
here!)
Any other suggestions out there?
I actually received (by private maiol) a preliminary copy of the next
version of dbxOpenOdbc. Problem completely resolved.
Here's a public "Many thanks" and to Vadim.
|
If anyone else was having problems, the sourceforge CVS site has been
updated with the fixed version.
Cheers,
EdB
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|