Questions tagged [freesqldatabase]

Use this tag for questions about hosting, connecting and querying Free Sql Database service provided by freesqldatabase.com.

8 questions
1
vote
1 answer

How to connect Classic ASP code to FreeSQLDatabase.com database?

I created a free SQL database from https://www.freesqldatabase.com/ Upon creating the database, I was given a server/database host link, port number, database name, username, and password. Using that information, how do I connect to the database…
coderboyo
  • 11
  • 1
1
vote
1 answer

MySQL connection error to online database

I have just created a free sql database(http://www.freesqldatabase.com) to test one of my applications, but I can't connect to the database. I have already tested with a offline database and it worked. Instead of passing the URL, port and etc, I've…
Max Fratane
  • 747
  • 1
  • 7
  • 21
0
votes
0 answers

Is it possible to use Flask-MySQLdb extension in the webpage deployed using render.com?

I want to deploy a website using flask. I used Planetscale to create a SQL database server before, but it only allows one free database. I found Flask-MySQLdb extension, but I am not sure if this extension will work as a SQL server on the web.
0
votes
1 answer

Error while inserting date and time in sql database table. I am getting error while trying to insert date and time in android studio sql database

Mainly the application I am buiding should be able to insert the title, description time and date the title is created. This is the database table I have created for inserting title, content, date and time for an journal application. While I was…
0
votes
1 answer

Trying to start sqlalchemy database but got an error

This is showing in my vs-studio terminal: >>> from app import db #this command is running successful. >>> db.create_all() # this command not running. Traceback (most recent call last): File "", line 1, in File…
0
votes
0 answers

C# program does not connect to a database (freesqldatabase.com)

I'm using freesqldatabase.com to get a database for a college project, so having a remotely accessible database is needed. Unfortunately it does not connect to the database. It connects to their myphpadmin just fine but any other connection…
0
votes
1 answer

C# connecting with online database

So for a school project i'm working on a C# application that can put information inside the Database so we can output it in out website.. And I wondering if it was possible to do use a online database for it, I just used this website for it:…
Ruitjes
  • 25
  • 2
  • 10
0
votes
1 answer

SqlConnection not being able to open the connection

What I have An account in http://www.freesqldatabase.com A database (DB_DATABASE var in my asp.net application) An user and password for the DB (DB_USER, DB_PASS) An Host URL (sql4.freesqldatabase.com [DB_SERVER]) A catalog, plus three tables…
Btc Sources
  • 1,912
  • 2
  • 30
  • 58