cancel
Showing results for 
Search instead for 
Did you mean: 

ADO.NET(XML)

Former Member
0 Kudos
369

Hello all! can someone please help me?

I have a crystal report that was created using ado.net...i am trying to open it and it is showing a file path...

how do i open it using OLE DB?

thanks

Accepted Solutions (1)

Accepted Solutions (1)

KennedyT21
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Stephanie Saintil,

If your report was created with ADO.net connection ,it will ask you for XML path which was created with Stored Procedure written for Report with help of SDK.

** To open the same report In OLE DB (ADO). All you need to do is to establish the connection with your SQL Server using OLE DB (ADO) and then choose the SP written for your report and you can connect your crystal report with database.

Caution : Some times Replacing a new connection with already existing connection ,you can lose your fields from report but you can again Drag and Drop the fields as you are using the same Stored Procedure but from a differnt way.

Ado.net : Creates XML first .

OLE DB (ADO) : Creates direct link with SP



Hope it will help you.

Thanks

Taruna

Answers (2)

Answers (2)

Former Member
0 Kudos

Tengo el Mismo Problema, Pero No me da acceso acceso para buscar la conexion de ADO.NET o a lo mejor no se de que forma, por este mismo he tenido problemas de que forma puedo solucionar este problema , he intentando hacer lo que dicen con anterioridad pero no encuentro la manera exacta, le agradeceria su ayuda gracias.

Former Member
0 Kudos

Thank you both, your input was really helpful

KennedyT21
Active Contributor
0 Kudos

Hi  Stephanie Saintil

Have you managed to do it.. if so pls close the tread by marking Correct and helpful answers

Regards

Kenney