Page 1 of 1
How To Connect To Data Stored In .mdb How to use a Microsoft Acess DB
#1
Posted 25 January 2013 - 05:12 AM
Hey everybody , thanks for reading.
I want to connect to a .mdb Microsoft Acess Database but i have no idea how to go about doing it.
If anybody has a link to a tutorial or maybe is willing to share some tips on how they did it it would be much appreciated.
Thanks in advanced
I want to connect to a .mdb Microsoft Acess Database but i have no idea how to go about doing it.
If anybody has a link to a tutorial or maybe is willing to share some tips on how they did it it would be much appreciated.
Thanks in advanced
#3
Posted 11 February 2013 - 05:45 AM
#5
Posted 20 February 2013 - 05:01 AM
I finally managed to do some progress , i was having the problem that php could not find the odbc drivers. Now i finally managed to install them in php. However when i start using gii to create a model i get the following error =>CDbConnection does not support reading schema for odbc database.
Dose this mean that yii dose not support a mdb database ? If anybody has any tips or wants to know how to install the odbc drivers for php on windows let me know .
Thanks
Dose this mean that yii dose not support a mdb database ? If anybody has any tips or wants to know how to install the odbc drivers for php on windows let me know .
Thanks
#6
Posted 21 February 2013 - 12:45 PM
gunnit, on 20 February 2013 - 05:01 AM, said:
I finally managed to do some progress , i was having the problem that php could not find the odbc drivers. Now i finally managed to install them in php. However when i start using gii to create a model i get the following error =>CDbConnection does not support reading schema for odbc database.
Dose this mean that yii dose not support a mdb database ? If anybody has any tips or wants to know how to install the odbc drivers for php on windows let me know .
Thanks
Dose this mean that yii dose not support a mdb database ? If anybody has any tips or wants to know how to install the odbc drivers for php on windows let me know .
Thanks
Anybody help plz ?
#7
Posted 21 February 2013 - 01:38 PM
since it's not supported by yii (meaning you could not use AR), you could not use it in yii for this sense
however, you could still use via pdo or odbc
however, you could still use via pdo or odbc
I enjoy the Yii.sy coding life here.
#8
Posted 26 February 2013 - 06:50 AM
rootbear, on 21 February 2013 - 01:38 PM, said:
since it's not supported by yii (meaning you could not use AR), you could not use it in yii for this sense
however, you could still use via pdo or odbc
however, you could still use via pdo or odbc
Do you have an example i can take a look at or is there a tutorial that shows how to use yii via pdo without using active roccord
Share this topic:
Page 1 of 1