Databases | Category
A database is an organized set of related tables that are used to store data permanently. This category with free code for web programming against databases includes code for inserts into and selects from databases for instance.
Here you can download free code (C# and VB) for calculations in a SQL SELECT statement to add, subtract, divide, multiply and sum values for instance.
Here you can download free code (C# and VB) to connect a website to a MySQL or MS SQL database so that data can be stored in, retrieved from and updated in a database through SQL statements.
Here you can download free code (C# and VB) for the SQL DELETE statement so that you or a user on your website can remove one or more records in a Microsoft SQL database.
Here you can download free code (C# and VB) for the SQL DELETE statement so that you or a user on your website can remove one or more records in a MySQL database.
Here you can download free code (C# and VB) for INNER JOIN in a SQL SELECT statement in order to combine data from multiple related tables in one database retrieval.
Here you can download free code (C# and VB) to insert many rows of data simultaneously in an INSERT into a SQL database, using a DataTable and SqlDataAdapter or SqlBulkCopy.
Here you can download free code (C# and VB) to save data from a web form into (INSERT INTO) a table in a Microsoft SQL database.
Here you can download free code (C# and VB) to save data from a web form into (INSERT INTO) a table in a MySQL database.
Here you can download free code (C# and VB) for OUTER JOIN in a SQL SELECT statement in order to combine data from multiple related tables in one database retrieval.
Here you can download a free template with instructions and code (C# and VB) to partition a table (InnoDB) in a MySQL database in order to divide a large table into several smaller parts.