Database Access (C# vs Java)

C# and Java use similar means for accessing database data. Both C# and Java require a database driver to perform the actual database operations. In addition, both require a database connection, a SQL query to execute against the database connection, and a result set from the execution of the query.

For more information about ADO.NET, see:

For more information on .NET Framework database access classes, see:

See Also

Concepts

C# Programming Guide

Other Resources

C# for Java Developers