php connect to Advantage Database server
php connect to Advantage Database server
am 18.11.2007 17:06:12 von djogss
Has anybody had any luck or tried connecting to ADS from PHP?
how could i connect to ADS 8.1 server from php?
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php connect to Advantage Database server
am 19.11.2007 00:14:14 von dmagick
djogss wrote:
> Has anybody had any luck or tried connecting to ADS from PHP?
> how could i connect to ADS 8.1 server from php?
If there isn't a native driver in php like there is for mysql/postgres
etc, you could always try using odbc.
http://php.net/odbc
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php connect to Advantage Database server
am 19.11.2007 10:30:04 von djogss
"Chris" wrote in message
news:4740C746.6040506@gmail.com...
> djogss wrote:
>> Has anybody had any luck or tried connecting to ADS from PHP?
>> how could i connect to ADS 8.1 server from php?
>
> If there isn't a native driver in php like there is for mysql/postgres
> etc, you could always try using odbc.
>
> http://php.net/odbc
>
> --
> Postgresql & php tutorials
> http://www.designmagick.com/
There is odbc driver and php extension, but i can't find any tutorial how
configurate all this. I am newbe working with odbc and all database except
mysql.
http://www.advantagedatabase.com/web/content.aspx?key=738F1C C2616D463F0C10CACD918069D0
Please somebody give my some hints.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php connect to Advantage Database server
am 20.11.2007 00:31:39 von dmagick
> There is odbc driver and php extension, but i can't find any tutorial how
> configurate all this. I am newbe working with odbc and all database except
> mysql.
> http://www.advantagedatabase.com/web/content.aspx?key=738F1C C2616D463F0C10CACD918069D0
I'm sure the download would have a readme or install.txt file in there
*somewhere* to tell you what you need to do.
If not contact the company that's providing the module, that's what they
are there for.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php