Suneido

Integrated Application Platform

  • Home
  • Learning
    • Suneido Manual
    • Beginners
      • Inside Suneido
      • The Suneido Programming Language
      • The Suneido Database
      • Installing Suneido
      • Building Suneido
      • IDE Go To Tour
      • Upgrading To A New Release
    • Advanced
      • Canvas Control
      • DrawControl Part 1
      • DrawControl Part 2
      • DrawControl Part 3
      • SAX Like XML Processing
      • A Plug-In Architecture
      • A Simple Wizard Framework
      • An HTML Include Facility
      • An RSS 2 Feed Creator
      • MIME Generation
      • A New Add-on Facility
      • Workspace Improvement Hack
    • Mockito for Suneido
    • The Suneido Task Scheduler
    • Contributing To Suneido
    • Contributor Assignment of Copyright
    • Language Translation
    • Future Directions
    • Interview With Andrew Mckinlay
  • Forum
    • Announcements
    • Internals & Enhancements
    • Cookbook
    • General
  • FAQ
  • Screenshots
  • Downloads
  • Links

Can Suneido produce stand-alone executables?

September 25, 2014 By

The short answer is “No”. However, it isn’t really necessary since a Suneido application only requires two files – suneido.exe and suneido.db – the database, which includes the application code. Even if you combined suneido.exe and your application code into one executable, you’d still need a database file, and so you’d still have two files. In a multi-user situation, Suneido runs client-server, the clients just need suneido.exe (usually from a shared network location). The server instance of suneido.exe is the only one that accesses the database (suneido.db). The clients use TCP/IP to talk to the server (to access the application code and the data).

Contact Us | Legal Statement | Privacy Statement | SiteMap

Copyright © 2023 Axon® Development Corporation. All Rights Reserved. - Open Source Integrated Database and Programming Language