Getting error while runnning the build exe on another machine
I have createtd one application using Delphi 5 and BDE components. I have connected to database through ODBC connection. The application is running smoothly on my machine but its giving error while running the build exe on another machine. I have 开发者_开发百科created the same ODBC connection on another machine also. but its giving error "An error Occurred while attempting to initialize Borland Database Engine". :( Any solution to this error? thanks for help. - Naren
Seems to me, that you haven't installed the BDE on the other machines you are trying to run your program. Without the BDE installed, running your program fails.
精彩评论