This is a discussion on Is DB support robust under Windows? within the PHP Language forums, part of the PHP Programming Forums category; Hello to everyone, the web app I'm starting to make must run under windows too. Before it'll be ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello to everyone,
the web app I'm starting to make must run under windows too. Before it'll be too late, I'd like to know whether the php support to Oracle and SQLServer is robust. Also, does anyone have tried Logicreate? Any opinion about this cms under windows? (and about this cms in general...) Many thanks, Enrico |
|
|||
|
"Enri" <enriirne aatt yahoo.it> wrote in message
news:10l2fg6bnkfl8e6@news.supernews.com... > Hello to everyone, > > the web app I'm starting to make must run under windows too. Before it'll be > too late, I'd like to know whether the php support to Oracle and SQLServer > is robust. As rebust as anything else on the market. |
|
|||
|
"Enri" wrote:
> Hello to everyone, > > the web app I'm starting to make must run under windows too. > Before it'll be > too late, I'd like to know whether the php support to Oracle > and SQLServer > is robust. > > Also, does anyone have tried Logicreate? Any opinion about > this cms under > windows? (and about this cms in general...) > > Many thanks, > Enrico Couple of notes: mysql runs fine under Windows. If you want support for a broad base of db’s, then create a "sql abstraction layer" (search for it on google). That way, your script will work with many db’s. This is necessary since php implements some pretty specific calls to mysql, and if they are used, then the script is very mysql-specific. -- http://www.dbForumz.com/ This article was posted by author's request Articles individually checked for conformance to usenet standards Topic URL: http://www.dbForumz.com/PHP-DB-suppo...ict152266.html Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=510443 |
|
|||
|
"Enri" <enriirne aatt yahoo.it> wrote in message
news:10l2fg6bnkfl8e6@news.supernews.com... > Hello to everyone, > > the web app I'm starting to make must run under windows too. Before it'll be > too late, I'd like to know whether the php support to Oracle and SQLServer > is robust. I use SQLServer with PHP and I can say that it's very stable. The only problem is the inability to retrieve varchar wider than 255 characters. |