Database Programming with JDBC

Submitted by coderz on

Type 4 drivers or Native protocol driver is known to be the one with the best features and functions. Type 4 driver does not have any native methods and is a complete Java driver. You need not to install it on the client before use and the can be easily downloaded or configured on a system very easily. One of the best features of Type 4 driver is that it interacts directly with the DBMS server.

Firstly, you need to register the type of driver that you are using by using the string,
Class.forName(“sun.jdbc.odbc.JdbcOdbcDriver”);

Database Programming with Microsoft Access

Submitted by coderz on

Microsoft Access is a DBMS that is known to almost all of us. Most of the computer professionals must have used this DBMS at least once in their lifetime. With the help of Microsoft Access we can easily create new relational databases, insert, and update and delete data. Microsoft Access has gained more popularity with its ability to relate one or more tables in the database.

DotNetNuke (DNN) – An Introduction

Submitted by planetsourcecode on
We are going to organize a workshop in sans and the topic for that discussion will be DotNetNuke. DotNetNuke is an open source web application framework ideal for creating, deploying and managing interactive web, intranet, and extranet sites securely. It is open source framework which is providing different benefits to the users. Let us we discuss some of the major benefits by DotNetNuke.

Check Existence of File in ASP.NET and C#

Submitted by planetsourcecode on
We have to check if file exists before doing some things with that particular file. It will prevent error and work flow will be smooth, for this we have to include required namespace i.e system.IO; Using system.IO; We have to place these controls on the webpage (ASPX page) Text box with ID=Textbox1 Button with ID= button1 Label with ID= label1

The Success of SourceCodester.com

Submitted by admin on
Without you this website is useless. But because of you this website become a successful online tool for programmers who wish to contribute and share their programming expertise. I am also thankful for those who ask a challenging question about my system and other user’s source code. If not because of your critics, opinions and suggestion may be my knowledge in programming has not improved

Inventory System - MS Access version

Submitted by admin on
This is an MS Access version of the Point of Sale that I'm trying to create before. But I go on, on developing the VB version instead of MS Access. If you are studying the concept of MS Access this simple program will help you develop a relational database using various relationship like one-to-many, etc. Account information: User: admin Pass: admin