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

Is DB support robust under Windows?

 
   Database Forums (Home) -> PHP RSS
Next:  hello  
Author Message
Enri

External


Since: Sep 22, 2004
Posts: 1



(Msg. 1) Posted: Wed Sep 22, 2004 5:23 am
Post subject: Is DB support robust under Windows?
Archived from groups: comp>lang>php (more info?)

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

 >> Stay informed about: Is DB support robust under Windows? 
Back to top
Login to vote
CJ Llewellyn2

External


Since: Aug 29, 2004
Posts: 27



(Msg. 2) Posted: Wed Sep 22, 2004 7:22 am
Post subject: Re: Is DB support robust under Windows? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"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.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Is DB support robust under Windows? 
Back to top
Login to vote
steve




Joined: Jan 06, 2004
Posts: 655



(Msg. 3) Posted: Wed Sep 22, 2004 1:39 pm
Post subject: Re: Is DB support robust under Windows? [Login to view extended thread Info.]

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.
 >> Stay informed about: Is DB support robust under Windows? 
Back to top
Login to vote
Chung Leong

External


Since: Dec 06, 2003
Posts: 245



(Msg. 4) Posted: Wed Sep 22, 2004 10:22 pm
Post subject: Re: Is DB support robust under Windows? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"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.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Is DB support robust under Windows? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Problem with jpg support in gd... - I've a problem using gd to generate jpegs...i did gd_info and found that it's not enabled: { ["GD Version"]=> string(27) "bundled (2.0.28 compatible)" ["FreeType Support"]=> bool(false) ["T1Lib Support"]=&...

when will php support alias name? - When using c++, we could do: using abc = xxx.yyy; // am i right? When using python we could do: import abc.efg as efg When will php support: class My_Best_Class { } define('MyClass', 'My_Best_Class'); $o = new MyClass; // use MyClass as aliasname of..

Tokenizer Support - From the tokenizer manual page, "Beginning with PHP 4.3.0 these functions are enabled by default", but I've downloaded and installed the latest version of PHP for Windows, and it seems to have been built with "--disable-tokenizer". A...

MySQL timezone support - setting from PHP - I am using the MySQL date and time functions and they save a lot of my time. But the server is located in a time zone 2 hours away. I read in the SQL docs how to set the timezone on a per-connection basis, but how would I do that from PHP ? bill

Get Windows login - Hi! I was given a task to develop a php based application. All well, but now my boss wants me to make it more "user friendly" in a manner that they won't have to write in their usernames and passwords, which they already have too many. I figu...
   Database Forums (Home) -> PHP All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can 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



[ Contact us | Terms of Service/Privacy Policy ]