Cambiar BDD en informe de Crystal Reports

07/09/2004 - 19:29 por JOSE | Informe spam
Hola grupo:
Podrian ayudar

He revisado los mensajes anteriores para cambiar la BD a
un reporte por crystal y nome actualiza el servidor y la
BD.

Uso SQLServer 70 y CR 10 VB NET 2003

uso el siguiente código.
For Each tbCurrent In rptRep.Database.Tables
tliCurrent = tbCurrent.LogOnInfo
With tliCurrent.ConnectionInfo
.ServerName = gsServer
.UserID = gsUsr
.Password = gsClave
.DatabaseName = gsBD
End With
tbCurrent.ApplyLogOnInfo(tliCurrent)
Next tbCurrent

Pero al cambiar de servidor y de base de datos, me
pregunta el reporte de la conexion anterior el password.
Desplegando servidor y BDD anterior.

NOTA: Ya verifique el link:
http://www.tips.cl/sitio/modulos/sitio/?idcat2

y esta igual.

Gracias de antemano
 

Leer las respuestas

#1 DJ MIA0
08/09/2004 - 00:03 | Informe spam
Es mejor usar dataset que ir directo al db .

Comprate un libro.

Miao.
Hola grupo:
Podrian ayudar

He revisado los mensajes anteriores para cambiar la BD a
un reporte por crystal y nome actualiza el servidor y la
BD.

Uso SQLServer 70 y CR 10 VB NET 2003

uso el siguiente código.
For Each tbCurrent In rptRep.Database.Tables
tliCurrent = tbCurrent.LogOnInfo
With tliCurrent.ConnectionInfo
.ServerName = gsServer
.UserID = gsUsr
.Password = gsClave
.DatabaseName = gsBD
End With
tbCurrent.ApplyLogOnInfo(tliCurrent)
Next tbCurrent

Pero al cambiar de servidor y de base de datos, me
pregunta el reporte de la conexion anterior el password.
Desplegando servidor y BDD anterior.

NOTA: Ya verifique el link:
http://www.tips.cl/sitio/modulos/sitio/?idcat2

y esta igual.

Gracias de antemano


.

Preguntas similares