Categories
Tags → Sql Inserted

Simple MySQL DB Class

This class is a MySQL database access wrapper. It can: - Connect to a MySQL server - Execute SQL queries and retrieve single value results or return result rows into arrays - Return the last inserted table row identifier, the number of resu...
DETAILS

How to use SCOPE_IDENTITY() in ASP.NET

In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database. .
DETAILS

Class: Easy MySQL class

This class is a simple wrapper to access MySQL databases. It can establish connections to a given MySQL server and execute SQL queries in a single call. The query result resource handle, columns names, number of returned rows and last ins...
DETAILS

WWWdb

WWWdb is a powerful development tool for Web applications, that are based on a SQL database. You can browse and modify any data stored in database-tables and display them in a format, you like. To check, that the data-integrity is kept, you can plug ...
DETAILS
©2003-2019 jCay.com