hello
I install the module ARI Data Table with his plugin in a joomla 1.5.23 on a Xammp server (Windows)
I just want to connect to my SQL Server 2008 Database with OBBC.
In my Php.ini, i can find :
; Windows Extensions
; Note that ODBC support is built in, so no dll is needed for it.
So, i find it s easier to setup
At Friday, my module Work fine ...
i ve choose :
External database
Dbtype : ODBC
Host : My ODBC Datasource
user : sa
password : ****
db Name : . (dot)
SQL Query : select * from CompteAttente
I ve verify that my ODBC datasource work fine on Windows and there s a lot of datas in my table "CompteAttente"
Today, when i activate the debug mode, i can see : "ARI Data Tables: Couldn't connect to external database."
I don t understand Why ??? I ve try to find a solution in this forum
But With joomla database and CSV File, Ari datatable Works fine.
I Want to know if there 's a Cache to empty or can you help me ? (Sorry for my english
)