How to save images or make copy of a database with Delphi?
DBimage is compatible and can be used to save images with bitmap extension. If you would like to save images of other types then it is advisable to use Timage component which saves images. If you want to save an image at the start first it should be included in the stream and then transform into a database.
What are the Active X Control in Delphi 6?
An ActiveX control is similar to a Java applet. Unlike Java applets, however, ActiveX controls have full access to the Windows operating system. This gives them much more power than Java applets, but with this power comes a certain risk that the applet may damage software or data on your machine. To control this risk, Microsoft developed a registration system so that browsers can identify and authenticate an ActiveX control before downloading it. Another difference between Java applets and ActiveX controls is that Java applets can be written to run on all platforms, whereas ActiveX controls are currently limited to Windows environment
