Categories
Tags → Like Sql Statements

Using Stored Procedures with MSSQL and ASP.NET 2.0

If you haven''t used MSSQL stored procedures before with SQL Server and in your ASP.NET 2.0 pages then you need to read this article. In this article I will list down basic questions like the following :what is a stored procedure? How can I crea...
DETAILS

Export Table to SQL for DB2

Export Table to SQL script for db2 helps the user to save table''s data as a set of INSERT SQL statements and optional CREATE TABLE statement. Predefined or custom separators like '';'' and a few export options make this tool flexible....
DETAILS

Export Table to SQL for Oracle

Export Table to SQL script for Oracle helps to save table''s data as a set of INSERT SQL statements and optional CREATE TABLE statement. Predefined or custom separators like '';'' and a few export options make this tool flexible. The p...
DETAILS

Export Table to SQL for SQL server

Export Table to SQL for Microsoft SQL Server helps to save table''s data as a set of INSERT SQL statements and optional CREATE TABLE statement. Predefined or cusrtom separators like ''go'', two identity support modes and a few options ...
DETAILS

Alchemist Code Generator

Alchemist is a XML Development Environment and code generator for building software applications based on eXtensible Markup Language (XML) technologies FROM dynamic DATA resources. Building applications every day more open capable interoperabili...
DETAILS

Creating JDBC SQL Statements. Displaying Records from a MySQL Database.

A tutorial on how to create and execute JDBC SQL Statements and display records from a table in a MySQL Database. Also covers topics like creating databases and tables in MySQL. All code is explained in detail.
DETAILS

SQL Abstraction Layer (SAL)

SAL provides a set of classes for creating and manipulating SQL statements. This makes it easy to refer to your SQL statements by-name instead of by-value, increasing portability. It also means you do things like have a search form generate SQL (incl...
DETAILS
©2003-2019 jCay.com