Discussion:
Message "Server has not yet been opened" when run over Windows 7
(too old to reply)
xirin
2012-01-19 22:28:12 UTC
Permalink
Hello

I have an application developed in Visual Basic 6 that generate severa
report
with Crystal Reports 8.5

All runs fine with Windows XP operation system but when I trying to run th
application over Windows 7 the error message "Server has not yet bee
opened" is showed at the code line that link the report with the dat
source, that is at

report.Database.AddADOCommand con, datcmd

Can you help me with this issue

Thank you very much in advance
xirin
2012-02-15 09:22:34 UTC
Permalink
xirin wrote on 01/19/2012 17:27 ET
Post by xirin
Hello
I have an application developed in Visual Basic 6 that generate severa
report
Post by xirin
with Crystal Reports 8.5
All runs fine with Windows XP operation system but when I trying to run th
application over Windows 7 the error message "Server has not yet bee
opened" is showed at the code line that link the report with the dat
source, that is at
report.Database.AddADOCommand con, datcmd
Can you help me with this issue
Thank you very much in advanc
I have just found the solution! Add the property Persist Security Info=true t
the connection string to the database and all runs ok.

Loading...