I can't seem to figure out where the details are set for using ODBC databases and Visual FoxPro.
I have successfully used PCG with MYSQL, and MSSQL. I have some new projects where I need to use Visual FoxPro direct and ms-access through ODBC.
The Dbase extention and the ODBC data set in the php.ini, but keep getting "COULD NOT CONNECT" errors. Could someone please provide me with some instructions on how to set up the VFP and ODBC requirements.
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had been putting the ODBC name in the ip/host field and it had not connected. Further exploration showed that the problem was a problem with permissions, but that only got me past the lamp screen. The database/table shows the table but "on active database when i select the table. Attempts to generate the beginner "code" yields the following:
Notice: Use of undefined constant ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS - assumed 'ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS' in f:\Inetpub\wwwroot\phpCodeGenie3.0.2\app\common\utils\requestUtils\requestUtils.class.php on line 48
Notice: Use of undefined constant ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS - assumed 'ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS' in f:\Inetpub\wwwroot\phpCodeGenie3.0.2\app\common\utils\requestUtils\requestUtils.class.php on line 48
You need to choose a database schema first to be able to generate code for it. You have not chosen any. Auto Generation cannot proceed. Please choose a database first and then retry autogeneration.
In addition, some of the generated code contains a reference to "defaultConfiguration.conf.php"
I searched the entire disk and have no such file and cannot find a reference to creating it either.
Can someone please point me in the right direction?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't seem to figure out where the details are set for using ODBC databases and Visual FoxPro.
I have successfully used PCG with MYSQL, and MSSQL. I have some new projects where I need to use Visual FoxPro direct and ms-access through ODBC.
The Dbase extention and the ODBC data set in the php.ini, but keep getting "COULD NOT CONNECT" errors. Could someone please provide me with some instructions on how to set up the VFP and ODBC requirements.
Thanks in advance.
I had been putting the ODBC name in the ip/host field and it had not connected. Further exploration showed that the problem was a problem with permissions, but that only got me past the lamp screen. The database/table shows the table but "on active database when i select the table. Attempts to generate the beginner "code" yields the following:
Notice: Use of undefined constant ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS - assumed 'ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS' in f:\Inetpub\wwwroot\phpCodeGenie3.0.2\app\common\utils\requestUtils\requestUtils.class.php on line 48
Notice: Use of undefined constant ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS - assumed 'ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS' in f:\Inetpub\wwwroot\phpCodeGenie3.0.2\app\common\utils\requestUtils\requestUtils.class.php on line 48
You need to choose a database schema first to be able to generate code for it. You have not chosen any. Auto Generation cannot proceed. Please choose a database first and then retry autogeneration.
In addition, some of the generated code contains a reference to "defaultConfiguration.conf.php"
I searched the entire disk and have no such file and cannot find a reference to creating it either.
Can someone please point me in the right direction?