Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

paradox and php via odbc

 
   Database Forums (Home) -> Paradox RSS
Next:  Paradox Versions  
Author Message
thierry

External


Since: Feb 20, 2008
Posts: 1



(Msg. 1) Posted: Wed Feb 20, 2008 6:12 pm
Post subject: paradox and php via odbc
Archived from groups: comp>databases>paradox (more info?)

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

 >> Stay informed about: paradox and php via odbc 
Back to top
Login to vote
Cme de Christen

External


Since: Oct 16, 2004
Posts: 14



(Msg. 2) Posted: Wed Feb 20, 2008 7:07 pm
Post subject: Re: paradox and php via odbc [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello

Have a look here, in french for you !
http://www.clairinfo.fr/scripts/trace.php?noart=6

(English version : http://www.clairinfo.fr/fichiers/Php_Paradox_English.pdf)

and the short answer is : use UPPER in the query (but not for a memo...)

SELECT * FROM MyTable WHERE UPPER(MyField) LIKE 'TOTO%'

Hth Côme

"thierry" a écrit dans le message de
47bc5fb5$0$9722$426a74cc@news.free.fr...
> Hello,
>
> sorry if it is not the good NG.
[...]

 >> Stay informed about: paradox and php via odbc 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Paradox 8 - Hi, I have recently been searching the job sites for Paradox contract work and havee been seeing alot of Paradox 8 positions. What's the big deal about Paradox 8? Thanks, Fred

Paradox 11 - Lately my office has grown more and more dependent on paradox. To keep things legal we had to purchase three more licences. We also ordered the latest version of paradox. We got a copy of the WordPerfect office 12 CD and installed paradox 11 from that..

Not (exactly) Paradox, but...? - Howdy, (This is not (exactly) a Paradox issue, but I thought that you good folks might be able to help.) I run Paradox 9 under Win 2000. I use a bulk emailing package (please relax, the recipients are all clients who want to receive our emails <g&g...

paradox to php - hi there i have installed an >interbase >php >apache ?paradox system on fedora 1 because i was unable to use some of the custon libraries on newer systems ... now t...

Paradox.SOR - I need to find out more about this file. I read about it in my user's guide and it seems to be one of four sort orders for ALL Paradox files. Unfortunately, one of my files seems to be intl. sort order while the others are ascii. Does this make sense....
   Database Forums (Home) -> Paradox All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]