Forum
Calc Builder Support
Calc Builder supportForums
No se permite escribir sin estar logado. Por favor, login
Re: Access database 18.10.2011 21:51
Hello,
it's possible to recover data from db to use at calculations. In code you
can write php code to access database.
Moonsoft Team
www.moonsoft.es
it's possible to recover data from db to use at calculations. In code you
can write php code to access database.
Moonsoft Team
www.moonsoft.es
Re: Access database 18.10.2011 21:52
Hello,
we have not a full functioning example of database access, but you can get it easily. The module works with standard php, so you should search for the use of the collection of functions mysql_connect mysql_query... and it should work for you. If you google something like
php mysql select you will find a lot of working examples that you can check to build your code.
Moonsoft Team
www.moonsoft.es
we have not a full functioning example of database access, but you can get it easily. The module works with standard php, so you should search for the use of the collection of functions mysql_connect mysql_query... and it should work for you. If you google something like
php mysql select you will find a lot of working examples that you can check to build your code.
Moonsoft Team
www.moonsoft.es