WOW! The last thing I ever expected on the PHP list was a ADS question.<G>
I use ADS with Clipper. Unfortunately I don't think you will be able to do
this. Contact Extended at www.extendsys.com and access their support
newgroups. They are very helpful.
Good luck and if you get this to work please let us know.
Sincerely,
Dale Williams
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Dale H. Williams - Webmaster
Data Key Communications, LLC
5795 Widewaters Parkway
Dewitt, NY 13214
Phone: 315-445-2347 Fax: 315-445-9336
> From: Dieter Kneffel <da...@wap4.com>
> Date: Fri, 14 Apr 2000 00:05:11 +0200
> To: "ph...@lists.php.net" <ph...@lists.php.net>
> Subject: FoxPro / ADS / Novell
>
> Has anyone ideas or experience in connecting successfully to
> a Foxpro / ADS (Advanced Database Server from ExtendedSystems)
> Running Linux/Apache/PHP, we need to access particular data that
> is yet on a Novell-Server with Foxpro/ADS. Performance does matter,
> unfortunatelly. I need an idea/solution without additional PCs in the
> middle.
>
> Suggestions/Ideas or real-world applications highly appreciated!
>
> Thank you,
>
> Dieter
>
>
--
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-uns...@lists.php.net
To subscribe to the digest, e-mail: php3-diges...@lists.php.net
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-lis...@lists.php.net
If ADS does ODBC, there's always a chance that one of the various
ODBC bridge folks support it... easyodbc, openlinksw, etc...
There's also the possbility of scripting ADS to do regular exports to
tab-delimited to some sort of ftp/web server space, and then snarfing
that via PHP or other script and syncing up your data that way...