This post is applied on following Codeigniter Error
Wednesday, 29 June 2022
Unable to write in session folder in windows 10 using Codeigniter 4
Thursday, 23 June 2022
Celebrating 10 Years Anniversary SVG Animation
Celebrating 10 Years Anniversary SVG Animation
Step to create and animate SVG File
HTML File Code :
<html>
<head>
<title>SVG</title>
</head>
<body>
<style>
</style>
<object data="akt.svg" width="500" height="500"> </object>
<p class="rotate">Lorem</p>
</body>
</html>
Friday, 3 June 2022
Microsoft Access Read/Write on Plesk Windows Server C# ASP.NET
Microsoft Access database crud operations are mostly done by the ACE driver which works offline smoothly but when you run your application online especially on the windows server through Plesk. The ACE driver is not supported by the mostly windows server and MS Access is also not recommended for online applications. But in some circumstances, there is a need to run it online mostly, in the case of running an offline application online to enhance customer services. This post will help you that how can you run the MS Access application on a windows server using the Plesk server interface. I will show you to connect your application using ODBC server and perform read/write operations in MS Access in the Windows Server Plesk server interface.