User Tag List

Page 3 of 3 FirstFirst 1 2 3
Results 21 to 27 of 27

Thread: Help with SQLite database connection

  1. #21
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2011
    Location
    East of Africa
    Posts
    213
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by droberson View Post
    OK so lets not worry about remote access to start off.
    This is my main problem.

  2. #22
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    OK now I see what you are after.

  3. #23
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    How concerned about security are you or getting hacked from the internet?

    Microsoft Servers have remote access feature built-in for clients. What does the server currently offer?

    Your manager should be able to RDP to his workstation and have access to your application.

  4. #24
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Also Microsoft Servers have the ability to export an application for remote application access.

    Depends on the server software they have.

  5. #25
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    turtle's Avatar
    Join Date
    Jun 2010
    Posts
    209
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, you need the host machine to be online all the time.

    Just a point on security,

    Unfortunately like what droberson is concerned on, if you use it this way (the path mapping way), security might be an issue as anyone who knows the path and is given access might just cut / delete the .db file.

  6. #26
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Kimera's Avatar
    Join Date
    Feb 2007
    Location
    Houston, TX
    Posts
    729
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Nyc,

    Sorry it has been a bit since I had time to come to the site. I have been tied up with some projects.

    You can do what you want! I am a web programmer and what I did is used an ODBC driver for SQLite that was free online. In fact I think I got the link from the SQLite site. Anyway I then used web based progamming to connect through ODBC to the SQLite DB. This supported a web site that did about $300K - $500K a month in business. The user count went way above 20. The key for me was that I could write the web side of it with no issues, wich requires some form of server side scripting.

    I have also used Lacewing to communicate the requests to a central server that communicated with the database. This works as well but you have to have the ability to install the server side of your lacewing program on the server itself and it's best run as a service in case the server reboots when nobody is around.

    I have used SQLite to have multiple people reach accross a local network and read a flat file database. It works but it's a much slower option and I have never put it to the test with a ton of users as, well, it was to slow.

    Hope this helps.

  7. #27
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2011
    Location
    East of Africa
    Posts
    213
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you very much for your help. I'll take a look at ODBC drivers and see what I can do. But this server-side scripting and lacewing is giving me headache.

Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. Internet connection with database...
    By Sevennemesis in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 28th November 2012, 06:44 PM
  2. Network game with database connection
    By seehion in forum The Games Factory 2 - Technical Support
    Replies: 8
    Last Post: 30th November 2010, 03:57 PM
  3. Database: Connecting to a database over internet
    By Ham in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 9th March 2010, 11:00 AM
  4. SQLite 3 Database Editor
    By Kimera in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 28th August 2008, 02:32 PM
  5. sqlite connection string
    By Kimera in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 7th August 2008, 02:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •