Page 1 of 1
the best way to connect miscrosoft DB... ???
Posted: Fri Oct 22, 2004 4:23 am
by duk
how is the best way to connect to a microsoft DB ???
Posted: Fri Oct 22, 2004 4:41 am
by m3mn0n
Posted: Fri Oct 22, 2004 6:29 am
by phpScott
don't

Posted: Fri Oct 22, 2004 6:37 am
by patrikG
you can also use a DB-wrapper like pear::DB or adodb (google for them).
Posted: Fri Oct 22, 2004 9:40 am
by lostboy
phpScott wrote:
don't

hahaha

Posted: Fri Oct 22, 2004 9:50 am
by patrikG
Nothing wrong with a Microsoft DB. So what's the slagging off about?
Posted: Fri Oct 22, 2004 10:06 am
by phpScott
there is nothing really wrong with a ms db but when using php it is much easier to use mysql of postgres.
you don't have to worry about a bunch of other connections neccessities.