• 2025-06-02

Contact Us

[email protected]

Now we are ready to use DevExpress WinForms as a tool to add each faculty image to the related fimage column in the Faculty Table in our sample database. However, prior to using that tool, we need to use the Data Source tool in Visual Studio. NET to connect to our Oracle 18c XE database to enable us to access and manipulate any Table in that database. Thus, we need first to add some data-base drivers into the project to enable us to use it as an adaptor to connect and implement our sample database and add images into our FACULTY and STUDENT Tables. Let’s start with the FACULTY Table.