HJÆLP
Hejsa jeg er ved at prøve at sætte en forbindelse op til min myssql server på azero.dkmin index.asp
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="Connections/test.asp" -->
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_test_STRING
Recordset1.Source = "SELECT * FROM produktKategori"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
%>
<html>
<head>
<title>Fiskergodt.dk</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<%=(Recordset1.Fields.Item("ProduktKategori").Value)%>
</body>
</html>
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>
Min connection fil:
<%
' *** MySQL, DSNless
MM_test_STRING = "DRIVER={MySql}; SERVER=mysql.xxxx.dk; DATABASE=xxxx; UID=xxxxx; PWD=xxxx"
%>
www.fiskergodt.dk
er adressen
kan ikke hitte ud af det og den siger ikke fejlen
MySQL 3.23.54 kører på localhost som fiskergodtdk@localhost
Nogle der kan hjælpe eller se en fejl