
Server has not yet been opened - Very Urgent
Alex:
I had the same problem, and first suspected the DLLs. My application was
getting the data from the SQL Server, but the reports always failed. The
reason was that the application was using TCP/IP to connect to the server,
but Crystal always uses Named Pipes to connect to the server. The solution
therefore is to get your SQL Server disk and install using the "Connectivity
Only" option on each machine.
Incidentally, in case you have other problems which do involve DLLs, take a
look at the runtime.hlp file in the Developer Files\help directory
Hope this helps
Miles Reid
Aberdeen Data Consultants Ltd
Quote:
> Hi
> I got an error in a client machine as the subject, with CR 8.5
> what dll's I need to run my application to anither computer?
> m_Report.Database.LogOnServer "pdssql.dll", "192.168.0.1", "db", "user",
> "pass"
> can somebody tell me what i have to do? what is the problem? the
connection
> with server is OK
> Thanks in advance