c# - crystal-report problem + Oracle -


i have build c# program connect oracle , make report's using crystal-report. in computer work's excelent (when bind oracle) when run program on other computer - program work , see data on screen, when try see report crystal report error (problem connection oracle) why error ? connection , see data oracle on screen (in program)

(my program in c# vs2008, oracle 11g)

thank's in advance


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -