↧
Migrate *.rpt report from Oracle DBS to MS SQL DBS (II)
Hello, I receive the following Crystal errors (in the order displayed) if I try to execute my *.rpt files via a Crystal application after I have migrated from Oracle DBS v11.2 to MS SQL DBS v2012SP1:...
View ArticleRe: Migrate *.rpt report from Oracle DBS to MS SQL DBS (II)
When setting the logon parameters in your code, are you setting both the server and the database? For an Oracle connection you only need to set one of them (server, I think) for MS SQL Server you need...
View ArticleRe: Migrate *.rpt report from Oracle DBS to MS SQL DBS (II)
Dear Dell, thank you for your answer! Yes, for MS SQL there is a datasource, a login user and a database name. The solution was in the configuration of my application. Since my MS SQL table names are...
View Article