Main > Free Download Search >

Free sql insert software for mac

sql insert

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 576
iCab Hotlist Insert 1.0

iCab Hotlist Insert 1.0


iCab Hotlist Insert - Converts bookmarks for iCab more>>
iCab Hotlist Insert takes bookmark files from other browsers and inserts their URLs and page titles into iCabs Hotlist file.
It was primarily designed for importing AOL bookmarks previously exported to disc, but it can now read Internet Explorer bookmark files (from Mac OS and Windows) and Mac OS Internet Location files.
iCab Hotlist Insert writes entries directly to iCabs Hotlist.html file at the bottom of the Hotlist, preserving folder structures from the Finder.
Enhancements:
- Pressing cmd-. to cancel processing now works
- Use of Stop no longer leaves iCabs Hotlist file in an incomplete state
- It is now possible to cancel the process of counting how many files there are to be converted (such as if you drop the whole hard drive onto the program by mistake).
<<less
Download (677KB)
Added: 2006-06-29 License: Freeware Price:
1212 downloads
Make CD Inserts 1.0

Make CD Inserts 1.0


Make CD Inserts - CD jewel case more>>
Make CD Inserts will plop the titles of the current playlist into a Creator 6 document that is correctly sized for a CD jewel case back insert, complete with the CD title end caps.

Make CD Inserts also creates a correctly sized page for the jewel case front insert and sticks the CD title on it.

<<less
Download (27KB)
Added: 2005-12-07 License: Freeware Price:
825 downloads
Insert Notes 1.3.1

Insert Notes 1.3.1


Insert Notes - Insert boiler plate text into mail & news messages more>>
Insert Notes is an AppleScript used to insert "boiler plate" text into mail & news messages.
First, store chunks of commonly used text in an Entourage Note. Create a category called Stationery (without the quotes), and assign this category to all the notes containing boiler plate text (they can have other categories as well).
Run the script and you are presented with a list of these note(s) which can be selected for insertion into your message.
Enhancements:
- Tiger changed the way the Finder is scripted.
- this update removes a script error that resulted from that change.
- No functionality changes.
<<less
Download (15KB)
Added: 2005-12-27 License: Freeware Price:
1401 downloads
 
Other version of Insert Notes
Insert Notes 1.3use of standardised Boiler Plate text to be inserted into mail or news messages. notes and the text is then inserted into the current draft message. If no draft is open, a new mail
License:Free
Download (11K)
downloads
Added: 2003-01-12
pearSQLizer 0.5.1

pearSQLizer 0.5.1


pearSQLizer is a little front end tool for JDBC-Accessible SQL-Databases like MySQL and Oracle more>>
pearSQLizer is a little front end tool for JDBC-Accessible SQL-Databases like MySQL and Oracle.

pearSQLizer allows you to send SQL-Statements to a database. Then it displays the results of these statements in a table.
You can also execute multiple SQL-Scripts from external files or insert the content of textfiles into database tables. The most interesting thing about pearSQLizer is that it provides its SQL-Capabilities to other cocoa-applications via the Services-Menu. Just type your SQL-Scripts in any service-aware texteditor and use the pearSQLize-Service to send them to your database. Furthermore pearSQLizer remembers the most recent SQL-Statements so you can quickly access them again.
Now with Jaguar compatibility.

This software does not work on Tiger.
<<less
Download (137KB)
Added: 2006-08-06 License: Freeware Price:
1175 downloads
SQL Query 2.2.2 Beta 1

SQL Query 2.2.2 Beta 1


SQL Query 2.2.2 Beta 1 is a user-friendly tool which can be used to connect to a MYSQL or ODBC Database and Display the Records in a table view. more>> <<less
Download (3.1MB)
Added: 2009-07-27 License: Freeware Price: FREE
downloads
Insert Unicode 1.0

Insert Unicode 1.0


Insert Unicode - Inserts a Unicode character in InDesign more>>
Insert Unicode is a free AppleScript for Adobe InDesign.
Asks for a code, then inserts (or replaces a text selection with) the Unicode character corresponding to that code, a little like the Unicode Hex Input, which is not supported by InDesign.

Completly freeware.

<<less
Download (3KB)
Added: 2006-02-09 License: Freeware Price:
1357 downloads
Insert Bushism 1.0

Insert Bushism 1.0


Insert Bushism is a script being able to put an actual quotationism from the President, who is the President of the United States of America, onto any part of, which could be the top, middle, or bottom part, or any other part, of an email message in the Microsoft Entourage X email application, to be sent by email. more>> <<less
Download (23.4KB)
Added: 2003-09-06 License: Freeware Price:
downloads
SQuirrel SQL Client 2.5

SQuirrel SQL Client 2.5


SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database more>>
SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc, see Introduction.
The minimum version of Java supported is 1.5.x as of SQuirreL version 2.4. See the Old Versions page for versions of SQuirreL that will work with older versions of Java. SQuirreLs functionality may be extended through the use of plugins.
Main features:
Object Tree of Session window
- Right-click to access the popup menu which provides access to advanced script generation and graphing features. The graph plugin allows the user to create table charts.
SQL Editor with code completion popup (ctrl+space) open
- Code completion can be used to access drop-down lists of options that include keywords, tables, columns, views, stored procedures. Code completion also provides join generation functions.
SQL Editor with tools popup menu (ctrl+t) shown
- With the tools popup any editor function can be located with only a single short cut: ctrl+t
- Additionally, the list can be searched incrementally with just a few keystrokes.
SQL Editor with bookmark selection popup (ctrl+j) shown
- Bookmarks are user-defined code templates. SQuirreL comes with several pre-defined example bookmarks for the most common SQL and DDL statements.
Abbreviations and auto corrections dialog
- This feature works much like auto corrects in common office products. With the entries shown in the dialog you may for example type sf which will expand to SELECT * FROM.
Editing of SQL results.
- The result tabs of SQL queries support editing the rows returned from a query on a single table. You may also edit the contents tab of tables in the Object tree.
Graph: Charts of tables and their relations.
- To create new charts or to add tables to existing charts right mouse click tables in the Object tree and choose the Add to graph menu. Graph manipulation functions can be accessed by using the right-click context popup menu.
Graph: Scaling and distributing tables on configurable page sizes to prepare for printing
- Use the right-click context popup menu to switch to the scaling and printing mode.
Enhancements:
- Enhancements
- New plugins provide enhanced capabilities:
- DB2 Plugin: Stored Procedures, Triggers and Views are shown in the object tree and have a Source tab which displays the source of the selected object and a Details tab which gives DB2-specific information about the object. Sequences and Indexes are also shown in the object tree and have a details tab giving DB2-specific information about them.
- H2 Plugin: Indexes and Views are shown in the object tree and have a Source tab which displays the source of the selected object and a Details tab which gives H2-specific information about the object. Sequences and Indexes are also shown in the object tree and have a details tab giving H2-specific information about them.
- PostgreSQL Plugin: Stored Procedures, Triggers and Views are shown in the object tree and have a Source tab which displays the source of the selected object and a Details tab which gives PostgreSQL-specific information about the object. Sequences and Indexes are also shown in the object tree and have a details tab giving DB2-specific information about them.
- Sybase Plugin: Allows the user to reverse engineer to the source code for Views and Stored Procedures displayed in the object tree.
- Added better support for executing large scripts so that SQuirreL remains responsive to UI interaction, as well as providing much faster execution.
- Added custom statement tokenizer framework to allow plugins to control how statements are tokenized.
- Drop tables, Delete Records and Copy Tables features now will order the tables according to Foreign Key dependencies instead of alphabetically by name.
- Oracle Plugin now supports executing create statements for triggers, stored procedures and functions using "/" just as is done in SQL-Plus. Also "@" can now be used to indicate a file to be parsed and executed while running another script in SQL Editor.
- SQL History Dialog allows for searching previously executed statements by regular expression.
- Many bug fixes
<<less
Download (14.6MB)
Added: 2007-06-12 License: GPL Price:
533 downloads
CD Case Insert Designer 1.0.1

CD Case Insert Designer 1.0.1


CD Case Insert Designer - Design inserts for jewel cases more>>
CD Case Insert Designer is a free program for Mac OS X that designs CD Jewel Case Inserts that fit in standard-sized cases.
It has 5 templates, from plain style to a style great for back-up disks. It easily prints them out to any type of paper, not just special insert paper.
Enhancements:
- Bug Fixes.
<<less
Download (343KB)
Added: 2006-04-11 License: Freeware Price:
807 downloads
Gallery Card Insert Maker 1.0

Gallery Card Insert Maker 1.0


Designed to make the task of managing and printing card inserts easy. more>>


Stores greetings for you remembering the line breaks, fonts and colours you choose as well as allowing you to store your favourite card dimensions and orientations. This makes the printing of card inserts very much more straight forward than the use of more manual workflows. The main advantages of using the software are:
- Maintain a list of greetings in a single place
- Filter greetings by keyword
- Store greetings pre-formatted with line breaks, fonts and colours
- Store presets of your favourite card sizes
- Make quick one-off changes to greetings before printing
The program includes a feature allowing for automatic updates to be applied whenever they are released.

<<less
Download (810K)
Added: 2008-07-07 License: Freeware Price:
13 downloads
BigSQL 1.0

BigSQL 1.0


igSQL is a PostgreSQL client (not unlike psql). It enables the user to send SQL to a server and display the more>>
igSQL is a PostgreSQL client (not unlike psql). It enables the user to send SQL to a server and display the result.
<<less
Download (140KB)
Added: 2004-05-15 License: Freeware Price:
1987 downloads
Insert Omniweb URL 1.0

Insert Omniweb URL 1.0


Insert Omniweb URL - Inserts URL of Omniweb window more>>
Insert Omniweb URL is a small Entourage AppleScript which enables the user to insert the URL of the page currently viewed in Omniweb into a draft message or Note in Entourage.

Completly freeware for personal use.

<<less
Download (4KB)
Added: 2006-03-28 License: Freeware Price:
1308 downloads
Insert Date/Time 1.3.2

Insert Date/Time 1.3.2


Insert Date/Time is an effective program that makes it quick and easy to include the abbreviated, short, long or ISO versions of the current date (or time) into a BBEdit document. more>>

Insert Date/Time 1.3.2 is an effective program that makes it quick and easy to include the abbreviated, short, long or ISO versions of the current date (or time) into a BBEdit document.

Requirements: BBEdit (including Lite) 2.5 or higher, through 8.x

<<less
Download (4.9KB)
Added: 2004-10-19 License: Freeware Price:
downloads
Insert Firefox URLs 1.0

Insert Firefox URLs 1.0


Insert Firefox URLs - Insert URLs from Firefox directly into new message windows more>>
Insert Firefox URLs is a simple AppleScript that can be used to insert URLs of pages open the Firefox web browser into mail & news messages in Microsoft Entourage.


<<less
Download (8KB)
Added: 2005-11-30 License: Freeware Price:
1428 downloads
copyrightInserter 1.7.1

copyrightInserter 1.7.1


copyrightInserter - Insert copyright notice to folder of images more>>
This program takes one image and composites it over a folder full of images, with user selectable position and transparency.
Supports Mac OS X image formats, drag-n-drop, Quartz Compositing, all kinds of juicy goodies!
Source is available.
Enhancements:
- Added a preference for jpg quality.
- I Made the copyright look a little better in the main window
- Universal Binary.
<<less
Download (263KB)
Added: 2006-06-13 License: Freeware Price:
704 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5