index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Error #:-2147467259 Invalid connection ::    show all messagesPost a New Message | Post a Reply
Mar 28 2007, 3:51 PM
 Re: Error #:-2147467259 Invalid connectionPost a Reply
 Eric97386

View this author's profile Send this author a private message

since: Mar 28, 2007
from: Corvallis, OR

Dim objWiz
Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2")
With objWiz
    .LincenseKey = "xxxx-xxxx-xxxx-xxxx-xxxx"
    .StyleSheet = "styles.css"
    .Init("Driver={SQL Server};
            Server=yourserver;
            Database=yourdatabase;
            UID=youruser;
            PWD=yourpassword;
            CommandTimeout=600")
    .Title = "WINDOW TITLE"
    .CommandTimeout = 600
    .DisplayReports
End With
Set objWiz = Nothing

Pages: (1)   [1]

search this forum: