Re: PHP and Prolog

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fernando Garza wrote:
> Hi,
> 
> I am creating a Shell in prolog language that interacts with a Visual Prolog 
> database format in Win32, I would like to interact with this database with 
> PHP, just like the interaction with MySQL database, can you give me some 
> notion or the code that need to be executed to get this done? for example 
> in:
> 
> mysql_connect 
> 
> or 
> 
> mysql_create_db
> 
> what code is executed behind this functions?
> 
> 
> I think the functions to make this done should be execute a program with 
> some function, passes values and receive values from the shell

These are PHP functions implemented as wrappers around MySQL's C API.
There is no such extension for Prolog.

If your database has an ODBC driver then you can use odbc_* set of
functions.

Edin

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux