Classic ASP DatabasesDiscuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I recently set up an OLE DB connection to SQL Server and I encountered problem by picking up the error:
Error Type:
Microsoft OLE DB Provider for SQL Server (0x80004005)
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
/user/connections/classifieds.asp, line 4
This is the classifieds.asp coding.
<%
set objConn = Server.CreateObject("ADODB.Connection")
objConn.provider = "sqloledb"
objConn.Open "Server=GRACELAN-AD2786;Database=reminderservice;Integrated Security=SSPI"
%>
The thing is everything work well when i secure access to database except when online.
Hi guys and gals i have got a question , and you seem to know a bout it i do not Xsacly know what an SQL syntax error is and i've got wone can you help me on this
---------------------------------------------------------------------
SELECT * FROM tbl_gallery WHERE selVIPTYPE = 0 LIMIT , 10
MySQL Error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' 10' at line 1
This script cannot continue, terminating.
thanks in advance