CrystalReport
Programmer
I am using vb as front end and i would like to connect backend as a oracle from crystal report 4.6 i have created the report using ODBC and it is working fine.<br>but now the problem is that how to pass a dsn from vb<br>to get connect to oracle via crystalreport. here is the sample code.<br><br>the code goes like this.<br><br>crystalreport1.LogonServer = "dllname","servername","","userid","pwd"<br><br>crystalreport1.ReportFileName="c:\report1.rpt"<br>crystalreport1.WindowState=crptMaximize<br>crystalreport1.Action=1<br><br>it is necessary to write the 1st two line or which line is necesary and what is the syntax for that & which dll should be use for logonserver parameter.<br>when it is oracle 7.0<br><br>parameter was<br><br>cr1.logonserver = "ps2odbc.dll","servername","","uid","pwd"<br><br>pl. help me asap, i am in trouble.<br><br>from<br>pankaj<br><A HREF="mailtoankajcash@homenetmail.com">pankajcash@homenetmail.com</A><br><br><br><br><br>