Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.490 Times

Dml Statement freeware
Filter: All | Freeware | Demo
 

Dml Statement

1 2 3 4 5 > 
Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 586

MuSQL MuSQL is designed to simultaneously execute your SQL queries, DML statements, PL/SQL blocks, and entire SQL*Plus scripts in multiple Oracle databases quickly and effortlessly. Take MuSQL for a test drive to see what it's really capable of! Platforms: Windows, XP, 2003, Windows Vista

License: Freeware Download (44): MuSQL Download

Added: March 14, 2010 | Visits: 1.488

Regular Statement String Regular Statement String (RSS) provides several libraries in C, Java, and COM to implement and demonstrate the key-value development method using well-designed "strings" (RSS) as the media. Regular Statement String also shows a way to write "Process Oriented" applications. Whats New in This... Platforms: *nix

License: Freeware Size: 337.92 KB Download (96): Regular Statement String Download

Added: March 12, 2010 | Visits: 792

DML DML provides a tols for creating static HTML-based websites. HTML, short for HyperText Markup Language, is the predominant markup language for the creation of web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as... Platforms: *nix

License: Freeware Size: 68.61 KB Download (87): DML Download

Added: August 12, 2010 | Visits: 919

SQL::Statement::Embed SQL::Statement::Embed can embed a SQL engine in a DBD or module. SQL::Statement is designed to be easy to embed in other modules and to be especially easy to embed in DBI drivers. It provides a SQL Engine and the other module needs to then provide a data source and a storage mechanism. For... Platforms: *nix

License: Freeware Size: 87.04 KB Download (98): SQL::Statement::Embed Download

Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 789

SmartVizor Bill Statement Printing SmartVizor is a stand alone,powerful and extremely easy to use Bill statement printing application. SmartVizor Suite is a software solution for creating personalized communications and professional one to one documents. It is one of the least expensive full-featured Bill statement printing... Platforms: Windows

License: Freeware Size: 16.57 MB Download (52): SmartVizor Bill Statement Printing Download

Added: May 10, 2013 | Visits: 620

Must Agree To Privacy-statement The "Must Agree To Privacy-statement" contribution enhances standard OSC create/modify customer details by forcing the customer to agree to the store's privacy-statement in order to create and/or modify his account-details. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Must Agree To Privacy-statement Download

Added: May 10, 2013 | Visits: 469

Method call when exit "with" statement This script provides a context manager that allows the user to specify a method on the passed-in object to be called when the 'with' statement is exited. This is a generalization of contextlib.closing. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Method call when exit "with" statement Download

Released: January 09, 2019  |  Added: January 12, 2019 | Visits: 3.830

BS1 General Ledger BS1 General Ledger tracks budget and actual financial data to produce financial statements such as an Income Statement and Balance Sheet, the Trial Balance report, and General Ledger (detail) report. Unlimited account grouping levels. All user errors can be easily corrected. Add AP, AR,... Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 1.5 MB Download (201): BS1 General Ledger Download

Added: July 27, 2010 | Visits: 923

JoSQL JoSQL (SQL for Java Objects) provides the ability for a developer to apply a SQL statement to a collection of Java Objects. JoSQL provides the ability to search, order and group ANY Java objects and should be applied when you want to perform SQL-like queries on a collection of Java Objects.... Platforms: *nix

License: Freeware Size: 245.76 KB Download (95): JoSQL Download

Added: April 20, 2010 | Visits: 1.401

bankconvert bankconvert project is a Web script that is able to convert various bank statement formats into the Czech GPC bank statement format. Supported input formats include Paypal QIF, RaiffeisenBank XML, and eBanka (a Czech statement in HTML).. Platforms: *nix

License: Freeware Size: 6.14 KB Download (130): bankconvert Download

Released: March 21, 2011  |  Added: March 24, 2011 | Visits: 1.200

DTM ODBC SQL runner DTM SQL runner is a free command line tool for SQL statements execution. The runner allows the user to specify ODBC data source name and file with SQL statement to be executed. This handy tool for developers, database administrators and advanced users is suitable for batch and scheduled job... Platforms: Windows

License: Freeware Size: 68.96 KB Download (491): DTM ODBC SQL runner Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 600

JSqlParser JSqlParser is a handy Java tool designed to transform a SQL statement into a hierarchy of java classes. The operations on the classes of JSqlParser are executed using the Visitor pattern. Basically the method CCJSqlParserManager.parse returns a class implementing Statement which can be used to... Platforms: Windows

License: Freeware Download (46): JSqlParser Download

Added: May 10, 2013 | Visits: 474

Exception-based Switch-Case This script presents you another way to emulate a switch-case statement, perhaps one you might not have thought of. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Exception-based Switch-Case Download

Added: May 10, 2013 | Visits: 454

Readable switch construction Python's lack of a 'switch' statement has garnered much discussion and even a PEP. The most popular substitute uses dictionaries to map cases to functions, which requires lots of defs or lambdas. While the approach shown in this script may be O(n) for cases, it aims to duplicate C's original... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Readable switch construction Download

Added: May 10, 2013 | Visits: 494

Using a Dictionary in place of 'switch' This script shows a clean way of implementing a 'switch' statement in Python via a dictionary container. The dictionary is made up of known 'named states' that are tested in sequence for their current 'state'. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Using a Dictionary in place of 'switch' Download

Added: May 10, 2013 | Visits: 542

Time sections of code by using "with" Time sections of code by using "with" statement script allows one to use the "with" statement to time sections of code. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Time sections of code by using "with" Download

Added: April 10, 2013 | Visits: 365

String Letter Counter Function Statement: strLetterCounter('string')....where, 'string' is an input string containing alphabet or numbers.Ex: string='aaaaaaaabbbbbbccd'Statement: strLetterCounter(string)Output: '8a,6b,2c,1d'Note: This function is different from the Matlab function called 'unique' because it keeps the order in... Platforms: Matlab

License: Freeware Size: 10 KB Download (38): String Letter Counter Function Download

Added: September 02, 2013 | Visits: 363

Polippix Polippix is political statement in a bootable CD. It presents several IT-political problematics like how to stay anonymous and avoid censorship on the internet. It also helps the user to break DRM'ed media, like copying a dvd. Platforms: *nix

License: Freeware Size: 668.82 MB Download (35): Polippix Download

Released: November 10, 2014  |  Added: February 04, 2015 | Visits: 1.217

BS Accounting Free BS1 General Ledger tracks budget and actual financial data to produce financial statements such as an Income Statement and Balance Sheet, the Trial Balance report, and General Ledger (detail) report. Features include: - User-defined financial statements or automatic option. - Year-end... Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 1.99 MB Download (67): BS Accounting Free Download

Added: September 04, 2006 | Visits: 2.839

SQLTools SQLTools is a light weighted and robust tool for database development. It includes a text editor, an sql console and a couple of sql utilities. You can use it for dial-up connection and it will work as fast as SQLPlus. It is small and not required an installation so SQLTools will help you... Platforms: Windows

License: Freeware Size: 860 KB Download (329): SQLTools Download

1 2 3 4 5 >