Categories
Tags → Statements

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

HoinP

The purpose of this library is to offer a structured way to generate XHTML markup from PHP, without the traditional interleaving of PHP chunks, HTML chunks and echo statements all over. It is an intermediate concept between templating systems (...
DETAILS

DTM Data Editor

DTM Data Editor is a data viewer and editor for database professionals who are tired of wasting their time on mundane tasks. The program uses form-based interface and works with any ODBC data source. SQL statements are generated automatically and c...
DETAILS

Large Database Backup

This class can be used to backup large MySQL databases into multiple files. It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current values of the table rows, as if it was creati...
DETAILS

If And Else Statements

Understanding the basics of IF and ELSE statements to perform tasks or display content based on certain conditions.
DETAILS

SQL Server Tutorials - Getting Started with Transact-SQL Statements

A collection of 10 tutorials for you to get started quickly with running Transact-SQL statements on SQL Server 2005. Clear examples are provided for running CREATE TABLE, INSERT, UPDATE, DELTE, SELECT, CREATE USER, GRANT EXECUTE statements.
DETAILS

DbCon

DbCon is a free php based MYSQL API class that provides functions to fetch data from the database, query the database with sql statements from file, it also has performance tracking and several other features.
DETAILS

JDBC : A Definite Guide

The JDBC ( Java Database Connectivity) API defines interfaces and classes for writing database applications in Java by making database connections. Using JDBC you can send SQL, PL/SQL statements to almost any relational database. JDBC is a Java API f...
DETAILS

Protecting against SQL injections

SQL injection is a security vulnerability that occurs in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input i...
DETAILS

PowerFeed DataFeed conversion script

The PowerFeed script takes a datafeed and converts it into SQL statements that you can load it into your MySQL database! The script supports multiple datafeed formats and structures. If your datafeed has a header record, that record is then used as a...
DETAILS

Page:
©2003-2019 jCay.com