Search Results for "using class net.sourceforge.jtds.jdbc.driver" - Page 9

Showing 1656 open source projects for "using class net.sourceforge.jtds.jdbc.driver"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 1

    mySQLed

    Minimalist web-based SQL front-end for MySQL Database.

    Minimalist web-based SQL front-end for MySQL databases written in PHP. Allows you to easily edit and execute your SQL queries and scripts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Colors and text effects are useful when you are reading your log files or when you are using base shell commands. ShSh is a set of skinnable commands that do it for you! ShSh scripts are written on PHP but are usable only on command line interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    krexx

    krexx

    kreXX is an object analysis tool for PHP

    kreXX is a php debugger, which displays debug information about objects and variables in it's own draggable debug output. It is actually a fork of Krumo which can be found here: http://krumo.sourceforge.net/ We have used Krumo for some time in our projects, but added more features as we needed them. And so kreXX was created. Usage: After installation just use krexx($object);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Winpweb

    Free Windows Portable Web Development Stack

    Winpweb is a Free Windows Portable Web Development Stack. It contains Nginx, MariaDB and PHP (with composer). There're also many plugins available which feel free for users to install theadditional software based on their needs. The available plugins are MongoDB, Nodejs (with npm), Ruby (with gem), Devkit, Git, Perl/Strawberryperl (with ppm), Python/Winpython (with pip) The package is very lightweight, only (36 MB), simple and easy to use by using CLI tools called 'pweb' for servers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 5
    Content management system (and framework) based on active using of modules.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    PHUnzip

    PHUnzip

    Allow web server to serve files inside ZIP archive

    PHUnzip (PHp Unzip) is an on-the-fly ZIP extractor for web content. It allows client to access files inside ZIP archive on the web server as if they were regular files (with some limitations). PHUnzip works using PHP's built-in ZIP support, and comes as a self-contained single-file script which is simple to install.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    webBooks

    webBooks

    A web-based business management suite

    Powerful enough to have been designed for the enterprise, but intuitive enough for the SOHO businessman. This professional grade business management software can be tailored to work in any desired industry due to it being based on a modular design and using open standards. Not only is this software easy for end users, but it's easy for the administrators too! Unlike our competition, you don't have to setup elaborate VPN's or other costly technology just to allow for 'outside' access...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    IndexFile (IFile)

    IndexFile (IFile)

    IFile, PHP based framework for indexing and search in the documents

    Index documents using Lucene Seach Engine or the MySql Full-Text. IFile supports many type of documents: Rich Text Format (.rtf); Moving Picture Expert Group-1/2 Audio Layer 3 (.mp3); Joint Photographic Experts Group (.jpg - .jpeg); Tagged Image File Format (.tiff); Microsoft Word 97-2000 (.doc); Microsoft Word 2003-2007 (.docx); Microsoft Excel 97-2000 (.xls); Microsoft Excel 2003-2007 (.xlsx); Microsoft PowerPint 2003-2007 (.pptx); OpenOffice.org Writer (.odt...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    NosRegister

    NosRegister

    NosRegister | WebPage

    NosRegister its an register page with server status check, developed in html, php and javascript + AJAX
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10

    MemcacheShim

    Replicate the PHP Memcache class using the Memcached class

    MemcacheShim is a backfill that provides compatability for code that requires the Memcache class, but is running on a server to a server that does not have it installed and _does_ have Memcached. It exists because the dotdeb repos for PHP7 do not have php7.0-memcache, but they do have PHP7.0-memcached. In all cases, it is better to use php-memcache if it is available. See the README.md for more information: https://sourceforge.net/p/memcacheshim/code/ci/master/tree/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SQL!kE - PHP, SQL JS - Database Explore

    SQL!kE - PHP, SQL JS - Database Explore

    SQL!ke is a PHP mySQL RD Database Editing & Explorer

    SQL!ke is a new general project for mastering data effectively stored in a database using PHP and Javascript . This RD Explorer works with existing Databases with Embed SQL Query editor and your Custom Table Views. Keep track of this fresh project as it will include a simple blueprint to manipulate en view interconnected data entities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PHP Login Webservice with JSON

    PHP Login Webservice with JSON

    This is basic PHP Login Webservice with JSON output

    ... utf8 NOT NULL, `encrypted_password` varchar(64) CHARACTER SET utf8 NOT NULL, `salt` varchar(16) CHARACTER SET utf8 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; You can add/login a user with using GET or POST. There is more explanation in README.txt file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This software shall enable users to send / receive denyable messages: Nobody can prove a message is from / for a specific user. Messages can be made private (by using password) or are public. All messages have an expiration time/date / event
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Roundcube Webmail

    Roundcube Webmail

    Free and open source webmail software

    Roundcube Webmail is a browser-based, multilingual IMAP client with an application-like user interface. Roundcube provides the full functionality you'd expect from an email client, including MIME support, address book, folder manipulation, message searching, and spell check. Roundcube is written in PHP and JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Newspaper sales, delivery, billing software. Written in PHP5, using MySQL 5 database.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    html2pdf
    HTML2PDF is a PHP class using FPDF for the PHP4 release, and TCPDF for the PHP5 release. It can convert valid HTML and xHTML to PDF. More details and examples on http://html2pdf.fr/ HTML2PDF is now on GitHub : https://github.com/spipu/html2pdf/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    WebDjVuTextEd

    Edit the OCR text layer of DjVu documents in a web browser

    WebDjVuTextEd allows to edit the text layer of OCR'ed DjVu documents in a web browser. You can modify the structure (paragraphs, lines, words...) create, delete, edit text nodes, modify their container box by mouse, and run a spellchecker. The program does not directly read the DjVu files, it requires exported XML text data and images. When using without a webserver, you can open and save local files, but cannot take advantages of auto-save and spell checking. Note that current SVN version...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    GPS and GSM Tracking (GG-Tracker)

    GPS and GSM Tracking (GG-Tracker)

    Track your mobile device or cellphone via internet using OpenGTS/GPRMC

    GG-Tracker tracks the location of your mobile device. It displays your position on the internet using Google Maps / Earth and uses live updates via ajax technology. GG-Tracker can run standalone or integrated on an existing webpage. The application is built using the template framework Bootstrap which makes it fully responsive (fits on any screen). Also the supporting files for Google Maps, Streetview and Earth are 100% responsive. GG-Tracker can potentially hook up to many different...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 19
    SPos

    SPos

    Tiny POS System

    This tiny POS System is designed for small stores. It is able to manage products, product-categories, invoices and multiple employees.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    yourDashboard

    yourDashboard

    Webbased Dashboard to show the status of your IT infrastructure

    We moved to GitHub. Please see https://github.com/michael-batz/yourDashboard yourDashboard is a webbased dashboard engine written in PHP. You can define multiple dashboards using a XML configuration file. Each dashboard consists of one or multiple dashlets, that will be reloaded in a configurable time interval using AJAX technology. yourDashboard comes with a few dashlets, but it is easy to write your own dashlet, too. At the moment, the follwing dashlets come with yourDashboard...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    Cacti-SNMPAgent

    A SNMP agent for Cacti

    SNMPAgent is a Cacti system plugin offering a memory persistent SNMP agent based on NET-SNMP. It includes the official Cacti MIB. This plugin allows other Cacti plugins to register custom MIB files as well as generating SNMP notifications. Additionally Cacti can Monitor itself or being monitored by a foreign NMS using SNMP. Graph and data templates are part of the download package. At least the SNMPAgent can also be used as high performant bridge to cache non SNMP data polled by custom...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    PHP HTML5 Tools

    HTML5 document builder for PHP5+

    This library provides tools for creating error free HTML5 standard compliant documents using PHP5+ classes instead of HTML coding. Minimum PHP5.4 is required!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    KeyPad+

    KeyPad+

    Development of the project has been suspended

    Keypad+ - is a text editor with syntax support for various programming languages. Written in PHP, for the operating system Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    OpenVPN Simple Panel

    Manage users OpenVPN

    Panel has been written in PHP language and uses MySQL database to manage users (login, password, email,ip and so on). Has also possibility to manage firewall rules and can show current OpenVPN status. Two possible ways to reload configuration: manual and by using crontab. It is just an example of panel and scripts. By then you can create your own OpenVPN server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Baikal for Synology

    Baikal for Synology

    Synology DSM installable package for Baïkal CalDAV & CardDAV server

    Store your contacts and calendars on your own Synology NAS, away from the inquisitive eyes of Google, NSA and others. Baïkal itself is an already existing, lightweight CardDAV (contacts) and CalDAV (calendar) server. The source code is public, and available to everyone on GitHub. Baïkal is copyright (c) 2013 by Jérôme Schneider, the homepage is http://baikal-server.com. This SPK package for Synology integrates the Baïkal "flat package", making it easy to install Baïkal on your...
    Downloads: 2 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.