when run my reports in vb6 on my computer it works.i logon to the sever using this code
Crystal_Report_Application.LogOnServer "pdssql.dll","ets_dev_1","pos_d","sa","password"
when i install the application on other computers it always says logon failed....i think it is because of the pdssql.dll not being on other computers.but i dont have it on mine also...how can i solve this problem
Crystal_Report_Application.LogOnServer "pdssql.dll","ets_dev_1","pos_d","sa","password"
when i install the application on other computers it always says logon failed....i think it is because of the pdssql.dll not being on other computers.but i dont have it on mine also...how can i solve this problem