I have a stored procedure written in sql; my company would like to take this procedure and import it into Crystal 8.5 to use. I have checked the crystal decisions site; but can anyone offer advice on this.
That all depends on what you mean by "importing". If you mean that you want to access the data that the stored procedure returns, then yes. You merely need to select the stored procedure as your datasource.
If you mean that you want to replicate the stored procedure within crystal so that you don't have to call the SP but get the same data straight from crystal SQL.... well it all depends. There is no "import" in crystal 8.5 for SQL statements, mostly because crystal can't handle the complicated statements/multiple queries etc that SP's normally use. *if* you can simplify the SP into a single SQL statement.. then *maybe* you can get the SP into crystal.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.