I am having an issue with Embarcadero Seattle. I'm new to Delphi and I am debugging someone else's code. I've had to setup on a different computer then the one that was used previously for this project.
[dcc32 Fatal Error] salesordermain.pas(14): F2613 Unit 'FireDAC.Phys.MSSQL' not found.
The TFDPhysMSSQLDriverLink is not in the Tool Palete. I have reset it and it does not appear. I have checked the FireDAC package and the component is not there. I've not had any luck so far trying to find out how to download/install the component.
Also, I have downloaded and installed Microsoft ODBC (msodbcsql.msi) and Microsoft Native Client (sqlncli.msi) from https://www.microsoft.com/en-us/download/details.aspx?id=52676
See attached Photos of problem here: https://drive.google.com/open?id=0B58G8s8Edn7sNEo1MHFfRER2UEU
I am running Windows 7 64bit and networked MS SQL Server 2008 R2. Any assistance in helping me figure out how to resolve this issue would be greatly appreciated.
The solution for me was to delete the FireDAC registration using the license manager(which is how I added it to begin with). Next I reran the Delphi Seattle installer.exe but selected "Upgrade" and entered in my FireDAC key, let the install run and BAM! The MSSQL part of FireDAC is now working.
Related
Before upgrading to Delphi 10 Seattle I got a demo copy in the site and tried to install GLscene following strictly the instructions in file:///C:/GLScene_VCL/_Installation/Installation.htm.
Everything was going well and I could go up to the step 10 without serious problems including the “Compile All From Here”. It compiled correctly.
Nevertheless when I tried to “Install every DesignTime package of visual components to RAD Studio palette pages” in all of them I get an error of Access Violation … in module BDS.exe.
I installed and re-installed the Delphi 10 and tried other times without success. I am almost sure that the cause is something related to the path of the libraries.
Can anyone help me?
I have made an application in Delphi with informix as a database. I am using BDE to connect with the database. It works fine on Win xp however this application doesn't run on Win7. As application is launched it stops. Can you plesae help. I tried this link but doesn't work:
http://www.willneumann.net/2008/09/configuring-bde-for-windows7/
The BDE is a very old product. It remains in delphi to be downwards compatible to old source.
On a new project I would never use the BDE.
On The BDE Alternatives Guide you find alternatives for the BDE.
May AnyDAC or SqlDirect is a good solution to connect to Informix.
I've used mOdbc package created by Konstantin Savelyev in the past to connect to Informix databases. It can be downloaded from here:
https://sites.google.com/site/robsosno/Home/downloads .
mOdbc is a set of components for Delphi 7 to work with Odbc with sources.
I don't know if it works with Windows 7. I think that it should.
Currently I'm not using this - in my company we've migrated from Delphi to C#.
We have a huge app that uses ChartFX 4.0 a lot and we're migrating from Delphi6 to XE4. The programmer mainly responsible so far has basically created a new package for the ChartFX components and has successfully installed it on his machine, and has tested a lot of the code that uses these components. Every thing looked great at this point. Then he tried rebuilding/installing/testing on a couple of other machines - XE4 throws a designtime license not found error when he opens a new project and tries to place a chart object on the form. All machines have a licensed copy of chartFX 4.0 installed.
Any ideas?
You need to locate and transfer the CFX*.lic file (it's the development license for the .OCX file). In Delphi 7, it's CFX32.lic, and it's located in the %WINDIR%\System32 folder.
I'm trying to write a datasnap client using Delphi Prism in Visual Studio 2010. when I try to create a Data Connection (in Server Explorer), using DataSnap provider, I get this error:
Unable to find the requested .Net Framework Data Provider. It may not be installed.
Finally I found the answer. Seems .net configuration file has been corrupted. I think it had been broken after I installed Delphi XE or Delphi XE2. Everything worked greate when I fixed the corrupted file.
answer is here:
http://social.msdn.microsoft.com/Forums/hu-HU/vseditor/thread/7b4f353b-77fd-427c-976b-5968abc88c13
When we select Help / CodeGear Help from the Delphi 2007 for Win32 (Enterprise) menu, we get the error 'Access violation at address 02E85FC7 in module 'htmlhelp2100.bpl'. Read of address FB300182.'.
Then when we exit Delphi we get the Windows dialog 'CodeGear RAD Studio for Windows has stopped working'.
Selecting a keyword in the editor and pressing F1 displays a busy cursor for a couple of seconds then nothing. No help, no error.
Is anyone out there able to use the Delphi 2007 help system when installed under Windows 7?
Editing, compiling, linking all seem to work just fine.
We have loaded the IDE both with normal privileges and 'Run as administrator'. Same result.
Even though there is a prerequisite check for the .NET framework 2.0 SDK during installation and the check passes, to get the Delphi 2007 for Win32 help system to work under Windows 7 Ultimate 32 bit you must download and install the .NET Framework 2.0 SDK (including the documentation).
If you download and install the .NET framework 2.0 SDK after you have already installed Delphi, then execute install_and_view.cmd from the Delphi Help/Doc directory, the help system will then work.