dbTalk Databases Forums  

paradox and php via odbc

comp.databases.paradox comp.databases.paradox


Discuss paradox and php via odbc in the comp.databases.paradox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
thierry
 
Posts: n/a

Default paradox and php via odbc - 02-20-2008 , 12:12 PM






Hello,

sorry if it is not the good NG.

I have a little problem concerning querying a paradox 7 (yes tou read
weel) db via php and odbc.
For this I use the microsoft paradox driver, the only one I have.

I have the following computers:
- S1 w2k server
- S2 2003 server, over a vmware
- P1 xp sp2

all running apache 2.0.59 and php 5.2.1

please consider the following queries and their results on the different
computers:

select Code from corrcli where Code like 'faur%'
S1: nothing
S2: a list of codes beginning by FAUR
P1: nothing

select Code from corrcli where Code like 'FAUR%'
S1, S2: the same list of codes beginning by FAUR
P1: nothing

select Code from corrcli where Code like '%FAUR%'
S1, S2, P1: the same list of codes comprising FAUR

well...

how to fixe this behaviour ? If the answer is:" change the driver...",
for which one (free if possible).

thanks in advance

thierry

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.