Skip to Content
0
Former Member
May 28, 2009 at 11:56 AM

Crystal XI problem with .AddADOCommand under MS vista

50 Views

This works fine under Windows XP but fails under Windows Vista. We have upgraded to the latest fix pack, 5.4, but this has not fixed our problem.

The followong code crashes when trying to execute the .AddADOCommand line:

Dim crxReport As New CRAXDRT.Report

Dim cmd As Command

Set cmd = New Command

Set crxReport = crxApplication.NewReport

cmd.ActiveConnection = conn

cmd.CommandText = sSQLGrid

cmd.CommandType = adCmdUnknown

crxReport.Database.AddADOCommand conn, cmd

The error comes back with -2147189176 "Logon failed."

Any help would be greatly appreciated.

Thanks

Boris Cousins