|
-
Jan 10th, 2003, 10:31 PM
#1
Thread Starter
Lively Member
Query Engine Error.
I have written an application using VB.net using Windows XP. The application has several reports and they worked well on my computer. Upon installing the application on another computer, some of the reports failed to generate. One report that works access a data table directly while those that failed are accessing a dataset with SQL statements. The error message : "Query Engine Error : c:\docu~1\*************" will appear.
-
Jan 11th, 2003, 11:38 AM
#2
Frenzied Member
Each of data connections in your application is based on a connection string. When you develop your application locally the database path points to your local hard disk which is not necessarily the same on target machine. One way to overcome this problem is to map that property of connection(connectionstring) to a key in configuration file using dynamicproperties of the connection.
-
Jan 12th, 2003, 08:55 PM
#3
Thread Starter
Lively Member
I found the answer
This is not the answer what i want, anywhere, i found the answer in the CrystalDecision web site. The solution is to copy one of the msvcp70.dll to the target machine c:\Windows\System32
below web address maybe useful for those who faced this problem.
http://www.crystaldecisions.com/sear...x=36&btnG.y=11
-
Feb 12th, 2003, 06:28 AM
#4
Addicted Member
hello,
i am getting the:
Query Engine Error: 'C:\WINNT\TEMP\temp_4848b6cd-4367-4f45-913d-d891d0a4782d.rpt'
but i DO have the .dll files in my system32 directory!
any ideas???
Tom
-
Feb 12th, 2003, 10:28 AM
#5
Frenzied Member
Most of the time i faced such an error was due to malformed relationships between database tables.
-
Feb 14th, 2003, 03:35 AM
#6
Thread Starter
Lively Member
Originally posted by tmashley
hello,
i am getting the:
Query Engine Error: 'C:\WINNT\TEMP\temp_4848b6cd-4367-4f45-913d-d891d0a4782d.rpt'
but i DO have the .dll files in my system32 directory!
any ideas???
Tom
I think you can try crystaldecisions.com and find it out.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|