When I try to execute an sql query statement such as Database1.Execute(SQLstmt, stmtParams, False, @Cursor); through TQuery, an exception is now raised that says "Project Project1.exe raised exception class EDBEngineError with message 'Path not found. File C:\Program Files\Common Files\Borland Shared\Data\1nin.dbf'. Process Stopped."
The problem is the path listed above is just fine, except it should be looking in the D drive, not the C drive. I have nothing set in my program to look at the C drive, this exception never occured before & I have just re-installed Delphi on my computer today, prior to this problem. I'm thinking by re-installing Delphi, some defalult value of where to look has been set to the C drive. I have not found anywhere to change or modify this. Does anyone know how I can change this setting, so it looks on the D drive for the correct path?
Thanks in advance,
cold25
The problem is the path listed above is just fine, except it should be looking in the D drive, not the C drive. I have nothing set in my program to look at the C drive, this exception never occured before & I have just re-installed Delphi on my computer today, prior to this problem. I'm thinking by re-installing Delphi, some defalult value of where to look has been set to the C drive. I have not found anywhere to change or modify this. Does anyone know how I can change this setting, so it looks on the D drive for the correct path?
Thanks in advance,
cold25