Ask a Question related to Dreamweaver AppDev, Design and Development.
-
qwertyuiopbgutegnki #1
Problems connecting to a database
I am trying to use the Application Tutorial provided with Dreamweaver MX 2004.
I running:
Apache 1.3.33
PHP 5
MySQL 4.1.10
I've tested PHP and it works. The problem is when I try to connect to the
database I get the following error:
"An unidentified error has occured" and it doesn't show any database.
qwertyuiopbgutegnki Guest
-
Help connecting Database
I get the following error when trying to connect my database to the file in Dreamweaver. Here is the error that is returned Unable to update the... -
Problems connecting to the SQL database (2)
I posted a letter some minutes ago, and want to add the errormessage I get when I try to connect to the database. The message is: SQL-server... -
help connecting to database
Hello, We are in the process of setting up ssl on our sql box. What do we need to do to modify our connection string to send/receive info from... -
problems connecting to database from outside.
Hi,I haven't been able to figure this out. I'm able to connect to a database using the internal url (servername:...), but not using the domain... -
Problems connecting to SQL Database through ASP (ADO)
Update - When I try to hardcode the cn.open with the connection string, I get this: Microsoft OLE DB Provider for SQL Server (0x80040E4D) Login... -
Alexandru COSTIN #2
Re: Problems connecting to a database
Hi,
I hope this technote will help you correct the problem
[url]http://www.interaktonline.com/Products/Free-Products/PHAkt/Technotes/Details/An+unidentified+error+has+occured+-+Dreamweaver+with+PHP.html?id_thn=57[/url]
Alexandru
qwertyuiopbgutegnki wrote:--> I am trying to use the Application Tutorial provided with Dreamweaver MX 2004.
> I running:
> Apache 1.3.33
> PHP 5
> MySQL 4.1.10
>
> I've tested PHP and it works. The problem is when I try to connect to the
> database I get the following error:
> "An unidentified error has occured" and it doesn't show any database.
>
InterAKT Online - Dreamweaver extensions
[url]http://www.interaktonline.com/[/url]
Alexandru COSTIN Guest
-
Alexandro Colorado #3
Re: Problems connecting to a database
MySQL 4.1 changed on the way it interacts with PHP, for that reason I
suggest you to read more about this new change either on the MySQL manual
for 4.1 or on PHP 5.0 and on.
On Wed, 2 Mar 2005 21:54:51 +0000 (UTC), qwertyuiopbgutegnki
<webforumsuser@macromedia.com> wrote:
> I am trying to use the Application Tutorial provided with Dreamweaver MX
> 2004.
> I running:
> Apache 1.3.33
> PHP 5
> MySQL 4.1.10
>
> I've tested PHP and it works. The problem is when I try to connect to
> the
> database I get the following error:
> "An unidentified error has occured" and it doesn't show any database.
>
--
Alexandro Colorado
------------------------------
Support Engineer
InterAKT Online
[url]http://www.interaktonline.com[/url]
Tel: 40(21) 312.5312
Alexandro Colorado Guest
-
Alexandro Colorado #4
Re: Problems connecting to a database
Sorry, click on the send way too fast, here is some documentation on your
possible issues:
[url]http://dev.mysql.com/doc/mysql/en/upgrading-from-4-0.html[/url]
and
[url]http://dev.mysql.com/doc/mysql/en/upgrading-from-4-1.html[/url]
and more importantly the password hashing changes:
[url]http://dev.mysql.com/doc/mysql/en/password-hashing.html[/url]
On Wed, 2 Mar 2005 21:54:51 +0000 (UTC), qwertyuiopbgutegnki
<webforumsuser@macromedia.com> wrote:
> I am trying to use the Application Tutorial provided with Dreamweaver MX
> 2004.
> I running:
> Apache 1.3.33
> PHP 5
> MySQL 4.1.10
>
> I've tested PHP and it works. The problem is when I try to connect to
> the
> database I get the following error:
> "An unidentified error has occured" and it doesn't show any database.
>
--
Alexandro Colorado
------------------------------
Support Engineer
InterAKT Online
[url]http://www.interaktonline.com[/url]
Tel: 40(21) 312.5312
Alexandro Colorado Guest



Reply With Quote

