who can help me ??????? I created a DSN to connect SQL server with Web application (.asp) SystemDSN is: MP3DSN when I click this .asp link, the...

How It Works

Get an answer in three easy steps. Here's how it works...

Ask Your Question

1. Ask Your Question

Enter your programming question at the top of this page and click Get An Answer.

Pick Your Priority

2. Pick Your Priority

Tell us how quickly you want your programming question answered.

Get An Answer

3. Get An Answer

Connect with your programmer via online chat or telephone call.

Answer

Customer
who can help me ??????? I created a DSN to connect SQL server with Web application (.asp) SystemDSN is: MP3DSN when I click this .asp link, the browser returned the following message: Microsoft OLE DB Provider for ODBC Drivers error "80040e4d" [Microsoft][ODBC SQL Server][SQL Server] Login failed for user "DOMAIN\IUSR_SQL" the following is my .asp file: <% Option Explicit %> <html> <body> <h1>The MP3 member</h1> <% Dim Connect, OnMenu Set Connect = Server.CreateObject ("ADODB.Connection") Connect.Open "MP3DSN" Set OnMenu = Connect.Execute("Select * From member") do until OnMenu.EOF %> First Name: <%=OnMenu("memFirstName")%><br> Last Name: <%=OnMenu("memLastName")%><br> Gender: <%=OnMenu("memGender")%><br> Age: <%=OnMenu("memAge")%><br> Address: <%=OnMenu("memAddress")%><br> City: <%=OnMenu("memCity")%><br> State: <%=OnMenu("memState")%><br> ZIP: <%=OnMenu("memZip")%><br> e-mail: <%=OnMenu("memEmail")%><p> <% OnMenu.MoveNext loop %> </body> </html>
Posted

quoteTestimonialsquote

About ExpertHelp

ExpertHelp is changing the way you connect with service professionals.

Whether you have a quick question while preparing your taxes, troubleshooting a computer problem, or need to hire an attorney, ExpertHelp is the most convenient and affordable way to connect with the right service professional to get the job done.

ExpertHelp has been in business since 2011, is an A+ Rated Better Business Bureau accredited member, and offers a 100% satisfaction guarantee on every question you ask!

More Programming Questions...

Ask Your Programming Question & Get An Answer Now!