Hi Guys,
Just downloaded the new Standalone Web report/chart builder and I have tried to amend the Config.asp file as follows
<%
'//Type DB: mysql,access,mssql,postgre,oracle
set config=Server.CreateObject("Scripting.Dictionary")
' DB types: mysql,access,mssql,postgre,oracle
config("databaseType")="mssql"
'config("connection")="Driver={Microsoft Access Driver (.mdb, .accdb)};DBQ=c:\database\examples.mdb;Uid=;Pwd="
config("connection")="Driver={SQL SERVER};DSN=Axxia01;Uid=xx;Pwd=xxxxxxx"
//Charset: utf-8, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256, ISO-2022-KR
config("charset")="utf-8"
%>
but I don't think i have it right. The Database I'm connecting to is Microsoft SQL Server and the database name is Axxia01.
Then I open http://XXXXXX/reports/install.asp in IE8 and I get "The page cannot be displayed" with
"Error Type: Microsoft VBScript compilation (0x800A0409) Unterminated string constant /reports/install.asp, line 68, column 16"
Can you advise please?
Many Thanks
Tony