Software Index
Related Topics
Popular Trends
Trending Topics
 

Insert Statement

All | Freeware
Product Title  /  Popularity Revised License Rating Size
Debea Database Access Library
Debea Database Access Library is a collection of interfaces that allows you to map C++ objects to relations in various SQL and file databases.

By removing hand-written SQL queries (or csv file parsing) for serialization of C++ objects you can speed-up ...
April 13th 2011 Freeware    1,106k
SQL Buddy
Automatically create SQL scripts to insert default values into tables with this easy to use program. Set your connection, choose your tables and click Create Script. It's as easy as 1,2,3! After using SQL Buddy you'll wonder how you ever ...
September 5th 2007 Shareware    586k
SQL Buddy Lite
Automatically create SQL scripts to insert default values into tables with this easy to use program. Set your connection, choose your tables and click Create Script. It's as easy as 1,2,3! After using SQL Buddy you'll wonder how you ever ...
November 18th 2007 Freeware  5 stars 586k
Info-Pack.com CSV2SQL
Info-Pack.com CSV 2 SQL is a csv file to sql insert statement converter.
Use it to convert your access comma separated files into database insert statements.

Simply provide an input file, some field names and an output file name. CSV ...
April 6th 2006 Shareware  5 stars 944k
SQL Populator
SQL Populator is a handy yet powerful tool to script your Microsoft SQL Server tables data into a valid SQL script. With a wizard-like interface you can easily setup script generator for your personal needs to clear tables before inserting ...
May 26th 2007 Demo    518k
Insert Text
Insert Text is a Microsoft Excel add-on that will insert text before and/or after existing text in a worksheet. The trial version of Insert Text is limited to 3 characters that can be inserted before and/or after any text.
April 20th 2006 Shareware  5 stars 82k
Abridge Insert
Abridge Insert is a very useful keyboard and clipboard extender. Using Hotkey combinations, it allows you to easily insert commonly-used text into any application, such as a word processors, email programs, tables, IDEs, etc. Abridge Insert can also add up ...
August 29th 2006 Shareware    160k
Just Checking
Keep your checking and savings accounts organized and stop working math problems. Let Just Checking balance your checkbook. The program is simple but there are powerful tools included. The interface resembles a checkbook register. When you add deposits or withdrawals, ...
October 2nd 2001 Shareware  5 stars 729k
Dictation 2002
All in one Speech Recognition Dictation Pad with WaveToText, PointnSpeak (in any Windows Application), Mobile Dictation, MS Office Word Dictation and Custom Language Builder. Available in English, Chinese and Japanese languages the v3 now supports the development of a pronunciation ...
November 25th 2002 Shareware  4 stars 45k
Emoticons Mail
Emoticons Mail is designed specially to insert funny smileys in your Microsoft Outlook or Outlook Express emails. If you want to make someone special smile or let somebody know what you really mean when you make some casual statement, this ...
September 7th 2004 Shareware    1,451k
PDF Content Split Batch
PDF Content Split Batch can split on text information within many PDF's, This is an ideal product if you had for example a PDF statement that needed splitting up on account number, PDF Content Split Batch would do this with ...
July 26th 2003 Shareware    3,374k
Multi Replace
Multi Replace program is intended for search and replacement of the text simultaneously in a plenty of files. It is useful for webmasters, programmers and those who works with a plenty of text files. For example, it is easy and ...
August 28th 2003 Shareware    876k
Voice Insert ActiveX
Insert Speech To Text in any Windows Application. Recognizes Full 60000 Word English/Chinese Dictation. Features Limited Dictation, Voice Commands and PasswordsEnables Point'n Speak with Read Aloud Target Support. XML Scripting Input for Limited Domain Grammar. Compact Instruction Set With Deriving ...
December 20th 2003 Shareware    2,941k
Simpli-File Find Replace and Insert
Simpli-File Find, Replace and Insert allows you to Find and Replace text in files as well as Insert text into files in a batch process (all at once). When you have many files that you need to change a certain ...
April 23rd 2004 Shareware    464k
SQL Scripter
SQL Scripter is able to script your data in a valid T-SQL format which can be executed in Query Analyzer.

Some features

Choose your source:
-Table
-View
-Own SQL statement !
Choose your fields.
Choose between different types:
-Just insert the records ...
April 25th 2004 Freeware    400k
Voice Insert DLL
Insert Speech To Text in any Windows Application. Recognizes Full 60000 Word English/Chinese Dictation. Features Limited Dictation, Voice Commands and Passwords Enables Point'n Speak with Read Aloud Target Support. XML Scripting Input for Limited Domain Grammar. Compact Instruction Set With ...
February 5th 2005 Shareware    2,935k
General SQL Parser
General SQL Parser is developed to help people who want to check syntax of SQL statements, pretty print out SQL statements,and parse SQL statements into a parse tree in their own program. It provides detail information about a SQL statement ...
February 18th 2005 Freeware    1,562k
EZStoredProc
EZStoredProc generates stored procedures.Simply right-click to generate stored procedures for databases and tables.Execute stored procedure script directly from EZStoredProc.Option to use identity field and/or primary key fields in Where clause.Generate Insert, Select, Update, and Delete stored procedures.Generate "Grant Execute" statement ...
March 18th 2005 Shareware    480k
RICalc
True Financial calculator, Investment, Inflation, Statistics, Graphing & Maths software.

Financial calculator for Mortgages, Loans, Leases, Cash Investments, Funds & Retirement estimates.
Exact date or period calculation. Choice of interest calculations, from simple to compound, from flat to annuity. Flexible ...
October 31st 2006 Shareware  5 stars 14,307k
Typinator
Have you ever experienced the tedium and frustration of having to repeatedly type your name, e-mail address, home page url, and other words or phrases again, again and again? Or do you frequently need to quickly insert images like your ...
January 24th 2012 Shareware  5 stars 4,509k
Related Scripts
devtools
Devtools is an ASP based online database component which helps in accessing datas from the internet information server. This tool helps in processing database application and provides security for datas in the database. This tool allows to perform various functions ...
November 29th 2005 Commercial     
Executing Transact - SQL INSERT Statement
This is an useful tutorial for the novice. This tutorial helps you to add the records into the database table. You can integrate the sample code showed in this tutorial on your applications. This tutorial is easily understandable by all ...
November 30th 2005 Freeware     
Executing Transact-SQL INSERT statement using SQLCommand
This is an ASP.NET tutorial which is useful for the programmers to add the values into the database table. In this tutorial the author explains the procedure with sample code that can be used for your application. This tutorial is ...
December 19th 2005 Freeware     
Using Images and Files with SQL Server: Part 1
Using Images and Files with SQL Server: Part 1 is a tutorial which tells you the method for adding images to the Sql Server database table using various properties of the fileDataStream object. In this tutorial the author gets the ...
December 8th 2005 Freeware     
Add Records using an SQL statement
This is a simple tutorial that helps in inserting the records into the database table using the SQL statement. This tutorial does not use the recordset object to add the records. It uses the execute method of the connection object ...
December 17th 2005 Freeware     
Alter a string in an .ASP Page for use in an SQL statement
This ASP article guides you how to handle the ASP strings as values to be used with SQL output statement. Provided program lets you know which functions are used to alter a string in ASP that has been given within ...
November 26th 2005 Freeware     
Andi's Smart-Insert
Andi's Smart-Insert works like other so-called footer-scripts and inserts the content of a text file into a specified place on your html files. This is very good for headers, footers, etc. which appear on multiple pages. You can change them ...
December 1st 2005 Freeware     
Data Operations That Do Not Return Rows
Data Operations That Do Not Return Rows is a web based tutorial which helps you to know about the Sql queries that do not return any records. The author explains you about the ExecuteNonQuery method of the ADO.NET command which ...
November 23rd 2005 Freeware     
Delete Record with SQL statement
This is an useful tutorial from which you can learn how to delete the records from the database table using the SQL statement. This tutorial shows you the sample code that helps you to add the values as well as ...
November 22nd 2005 Freeware     
event log, web tracker & script profiler
A script, mainly to track traffic, script performance and errors and debug messages. / 4 functions are used to control the log: / The method 'create' creates an event without to start the profiler. / The method 'start' creates an ...
November 25th 2005 Freeware     
Related Code
ASP Calender
Events calender 19 July 2002 Whats in the zip file: A complete calender example. Input form, display page and automatic insert validatior which can be applied to any submitted form. Setting up redirects and links to pages need readjusting. The ...
May 4th 2006     27k
DigiOz MS Access ADODB DLL
The DigiOz MS Access ADODB DLL is a DLL written in Visual Basic .NET 2003. This DLL allows you to Query, Insert, Update, Delete or otherwise execute any valid SQL Statement to a Microsoft Access Database using ADODB .NET Class ...
February 20th 2007     3k
Insert Procedure Generator
Produce an "insert" procedure with full transaction and error handling by simply passing a table name to the procedure.
March 29th 2007     2k
Update a table with itself, with one SQL statement
Sometimes you may need to update a table with its own data, typically when rows contain a link to values stored in other rows. The example SQL and narrative illustrate how to do this via an Update statement with a ...
January 21st 2010     2k
Insert the ampersand (&) via SQL*Plus
This short write-up examines the role of the ampersand (&) in SQL*Plus, and shows how you can easily turn it into just another text character when you need to insert it into a table.
February 28th 2010     1k
New Software
Popular Software