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.480.332 Times

Delphi Oracle Driver freeware
Filter: All | Freeware | Demo
 

Delphi Oracle Driver

1 2 3 4 5 > 
Added: February 13, 2010 | Visits: 1.038

Qore Programming Language Qore is a modular, multi-threaded, SQL-integrated, weakly- typed scripting language with procedural and object-oriented features, powerful and easy-to-use data types, structures, and operators, and a clean and easy-to-learn/read syntax. Qore Programming Language features Oracle and MySQL DBI... Platforms: *nix

License: Freeware Size: 901.12 KB Download (90): Qore Programming Language Download

Added: June 07, 2010 | Visits: 1.787

DBD::Oracle DBD::Oracle is a Perl module with Oracle database driver for the DBI module. SYNOPSIS use DBI; $dbh = DBI->connect("dbi:Oracle:$dbname", $user, $passwd); $dbh = DBI->connect("dbi:Oracle:host=$host;sid=$sid", $user, $passwd); # See the DBI module documentation for full details # for... Platforms: *nix

License: Freeware Size: 368.64 KB Download (127): DBD::Oracle Download

Added: April 27, 2010 | Visits: 1.193

PowerDNS Oracle Backend PowerDNS Oracle Backend provides a backend which allows PowerDNS to use Oracle as its data store. PowerDNS Oracle Backend is a backend driver for the PowerDNS nameserver which allows DNS data to be stored in an Oracle database. PowerDNS can load backend modules at runtime. This backend is fully... Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): PowerDNS Oracle Backend Download

Released: September 05, 2013  |  Added: October 12, 2013 | Visits: 1.080

dotConnect Express for Oracle dotConnect Express for Oracle is a free of charge enhanced ORM enabled data provider for Oracle that builds on ADO.NET technology to present a complete solution for developing Oracle-based database applications. It introduces new approaches for designing application architecture, boosts... Platforms: Windows

License: Freeware Size: 18.37 MB Download (75): dotConnect Express for Oracle Download

Added: September 01, 2013 | Visits: 235

Oracle integration The driver allows accessing Oracle database 11g, 10g, 9i and 8i.It also provides a mechanism to link a node to an Oracle table.This module will not replace MySQL in Drupal. It will just allow connecting to Oracle and making data correlations between both databases.Installation:Unpack in your... Platforms: PHP

License: Freeware Size: 10 KB Download (46): Oracle integration Download

Released: December 28, 2017  |  Added: December 30, 2017 | Visits: 458

ODBCDAC for Delphi ODBC Data Access Components (ODBCDAC) is a feature-rich and high-performance library of components that provides data access for data sources exposed through ODBC. The components support both 32-bit and 64-bit platforms. ODBCDAC-based applications connects to any data source exposed through ODBC... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.7 MB Download (58): ODBCDAC for Delphi Download

Released: December 28, 2017  |  Added: December 30, 2017 | Visits: 510

OLEDBDAC for Delphi OLE DB Data Access Components (OLEDBDAC) is a feature-rich and high-performance library of components that provides data access for data sources exposed through OLE DB from Delphi for both 32-bit and 64-bit Windows platforms. OLEDBDAC-based applications connects to any data source exposed through... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.7 MB Download (62): OLEDBDAC for Delphi Download

Released: June 07, 2001  |  Added: July 23, 2006 | Visits: 6.593

Delphi Project Launcher Why browse through tons of folders and files to get to your project? Or why struggle to keep an updated list of recent projects? With Delphi Project Launcher (DPL) you get a complete list of all your Delphi projects and use it to launch projects, run exe files and open project folders in your... Platforms: Windows

License: Freeware Size: 317 KB Download (488): Delphi Project Launcher Download

Released: February 18, 2003  |  Added: February 14, 2006 | Visits: 3.104

SmartTranslate for Delphi SmartTranslate is a standalone tool which helps you translating a Delphi project to other languages. In the first step, it collects all strings in the Pascal code and Delphi forms and stores them in a database. After all strings are translated, which can be done inside SmartTranslate, it can... Platforms: Windows

License: Freeware Size: 597 KB Download (635): SmartTranslate for Delphi Download

Added: October 07, 2006 | Visits: 3.963

Oracle Quick Check Oracle Quick Check will evaluate a large number of critical values and report back with a set of tuning recommendations. To help supplement the analysis, a report of your database is automatically emailed to dba@ensyncsolutions.com. Our DBA team will check over your report and contact you with... Platforms: Windows

License: Freeware Size: 431 KB Download (236): Oracle Quick Check Download

Added: February 22, 2006 | Visits: 7.608

Adept for Oracle A free program that can automatically back up most Oracle databases to local storage. Provides for automated hot backups and exports using a scheduler. The Adept for Oracle client must run on a Windows based PC but the database can be hosted on any type of server as long as the PC can map a... Platforms: Windows

License: Freeware Size: 2 MB Download (951): Adept for Oracle Download

Added: February 07, 2006 | Visits: 11.260

TOAD for Oracle Freeware TOAD® empowers developers and DBAs to be more productive by providing an intuitive graphical user interface to Oracle. TOAD is a powerful, low-overhead tool that makes PL/SQL development faster and easier and simplifies database administration tasks. Advanced editors allow users to work on... Platforms: Windows

License: Freeware Size: 10.85 MB Download (1494): TOAD for Oracle Freeware Download

Released: January 15, 2008  |  Added: January 16, 2008 | Visits: 5.988

DreamCoder for Oracle Free Edition DreamCoder for Oracle Free Edition is a free powerful Integrated Development Environment (IDE) and administration tool for Oracle Databases. With the intuitive DreamCoder's GUI increase your code quality and reduce the development process time. DreamCoder for Oracle you will easily be able... Platforms: Windows

License: Freeware Size: 12.29 MB Download (659): DreamCoder for Oracle Free Edition Download

Released: August 06, 2022  |  Added: September 13, 2022 | Visits: 3.394

Miraplacid Text Driver SDK Miraplacid Text Driver SDK generates virtual printer driver with all the functionality you find in Miraplacid Text Driver. You can customize it and embed into your software. With the driver generated with Miraplacid Text Driver SDK you can save the extracted information as plain, formatted text... Platforms: Windows 7, Windows, Other

License: Freeware Size: 8.81 MB Download (384): Miraplacid Text Driver SDK Download

Added: July 26, 2010 | Visits: 1.491

Oracle::Sqlldr Oracle::Sqlldr is a Perl wrapper around Oracles sqlldr utility. SYNOPSIS use Oracle::Sqlldr; my $sqlldr = Oracle::Sqlldr->new(); # get new sqlldr object Oracle::Sqlldr is an object-oriented class that provides a convenient Perl wrapper around Oracles sqlldr utility. SQL*Loader (sqlldr)... Platforms: *nix

License: Freeware Size: 7.17 KB Download (220): Oracle::Sqlldr Download

Added: September 21, 2010 | Visits: 2.001

Driver On Demand Driver on demand is an attempt to ease driver installations in linux. Basically, what happens is that a user plugs any device into the computer, and if a driver isnt found, the client connects to a CGI server, to check if the device is known, and if its not in the database, then the driver lookup... Platforms: *nix

License: Freeware Size: 32.77 KB Download (227): Driver On Demand Download

Added: October 18, 2010 | Visits: 1.858

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub... Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): CGI::Application::Plugin::Authentication::Driver Download

Added: August 03, 2010 | Visits: 1.489

GTK Oracle GTK Oracle is a GTK+ 2 interface to Oracle that aids in Oracle application development and testing. Its features include a schema browser, multiple SQL work areas, SQL syntax highlighting, bind variable entry widgets in the command window, and SQL*Plus-style command scripting. For SQL... Platforms: *nix

License: Freeware Size: 471.04 KB Download (111): GTK Oracle Download

Added: November 13, 2010 | Visits: 2.281

Logitech MediaPlay Cordless Mouse USB Linux driver Logitech MediaPlay Cordless Mouse USB Linux driver is a driver for the USB Logitech MediaPlay mice. The main purpose of this page is to share my experiences with Logitech MediaPlay Cordless Mouse. Here you will find all the necessary information to put your MediaPlay mouse fully operational.... Platforms: *nix

License: Freeware Size: 12.29 KB Download (327): Logitech MediaPlay Cordless Mouse USB Linux driver Download

Added: November 25, 2010 | Visits: 1.276

Persistent::Oracle Persistent::Oracle is a persistent class implemented using an Oracle database. SYNOPSIS use Persistent::Oracle; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Persistent::Oracle Download

1 2 3 4 5 >