Forums
This topic is locked
'unspecified error' message
05 Aug 2003 11:45:16 zoe z posted:
hello guys,i keep getting this error message->
------------------------------------------------------
Error Type:
Provider (0x80004005)
Unspecified error
/MyWedding/PENGGUNA/DAFTAR/Update Pendaftaran pengguna2.asp, line 15
-----------------------------------------------------
=====================================================
line 14:MM_rsUser.ActiveConnection=MM_connWedplanner_STRING
line 15:MM_rsUser.Source = "SELECT emel, pword"
=========================================================
when trying to update the database through my web page.
i read in technote in macromedia site that the solution is this->
===========================================================
Solution
Use the following steps to modify the connections file with user id and password: 1 From the Site Manager open the Connections folder and locate the ASP file with the same name as your connection. Open this file with UltraDev and look at the source code in code view.
2 Locate the line that reads:
MM_MyConnection_STRING = "dsn=MyDSN;"
3 Modify the connection string by adding "uid=;pw=;" to the dsn assignment, so it looks like the following:
MM_MyConnection_STRING = "dsn=MyDSN;uid=;pw=;"
4 Save the file and "put" it to the Remote Folder.
===========================================================
i've tried this but without any success.now,what should i do?
i use windows xp and dreamweaver mx
Replies
Replied 14 Aug 2003 10:39:56
14 Aug 2003 10:39:56 Marcellino Bommezijn replied:
Notify your webprovider about this problem and let them give you the right connection string that connects to your database.