Replies Back to Article
Configuring UltraDev and PHAkT to use an Access Database on PWS
I don't get Access as a choice of databases. Where does the problem lie?
Tim
As you can see this tutorial was for Windows users only. Mac support in PHAkT is still buggy, and under development. I would suggest that you keep an eye on http://www.interakt.ro/phakt/ for further news regarding PHAkT's Mac support.
Your original post was removed accidentally. This isn't the correct forum for such a question, as this tutorial is specifically for Windows. At the moment PHAkT support for the Macintosh is buggy, and PHAkT have been asking for quite a while for help from the Mac community, as yet to little avail. I would suggest that you keep looking at www.interakt.ro/phakt/ for more information.
If you haven't done so already, post this question in the TalkZones, as someone there might be able to help you. Failing that subscribe to the UD PHP Developer's Mailing List by visiting http://www.magicbeat.com/mb/main.asp?!=magicbeat_php_list
In the tutorial of UltraDev they show the values for one it paginates of advanced results for ASP (Request("txtLastName") and Request("mnuDept")), for CFM (#txtLastName# and #mnuDept#), for JSP (request.getParameter("txtLastName") and request.getParameter("mnuDept")). What I need to know is if you know this code applied the PHP.
Thank you
Please post your question in the PHP TalkZone.
How to config UltraDev and PHAkT to use MS-SQL Database on Windows 2000?
Hi, I have got this all working well, the database connection is fine, the dsn is fine. I wander if you know why when I view the page in my browser I am given the source code. I am using access 2000 and IIS 5.
Any ideas?
Thanks in advance,
Adam Toohey
This question is OFF-TOPIC.
Please post your query to the PHP Talkzone at www.udzone.com/forum
Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect in c:\inetpub\wwwroot\phptest\adodb\adodb-odbc.inc.php on line 67
This is what is on line 67 - $ADODB_COUNTRECS = true;
I am stumped, any ideas you could give me would be very much appreciated.
Thanks
Adam
$this->_connectionID = odbc_pconnect($argDSN,$argUsername,$argPassword,$this->curmode);
A couple of things... first of all, when a connection has been created and the adodb folder appears in your websites root directory, you do not have to shut down and restart UltraDev. You just need to ensure that the adodb folder is uploaded to your server.
The update behaviour does work in PHAkT. I use it daily. If you have a specific issue then I would suggest you post it in the forums.
Thanks for the rest of the post. You are indeed correct. ADODB no longer needs to be installed separately, and the bug mentioned in the article no longer exists.