Thrapple
Visitor
|
Re:[Fr] est ce que palabre peux lire une base acce - 2008/09/04 07:36
I will try to explain my problem in English
So,
I use palabre successfu with a flash client. It's a very interesting project.
All is good but i will try to use database with palabre. I see, we could configure with palabre.conf. So, I was install ADODB and the "update" for access' database. I was create an access' database : test.mdb I was try to configure palabre.conf :
[database]
# If you want to check password to database
# checkpassword = true
checkpassword = true
# Database informations for ADODB
# dbType : Possible Values : any from ADODB : mysql, postgres, sqlite, odbc, ...
# But you need the correct module + Adodb to go on ...
dbType = access
dbHost = 127.0.0.1
dbUser = root
dbPassword =
dbDatabase = test
How could I configure better? Palabre can operate with access?
Thank you,
Thrapple
|