Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

database

  1. Kaworu

    Python [Flask] I have error with my database (flask shell runtime error)

    Hi! I am still trying to learn Flask. And I have some problems that I cannot fix myself. Okay, so now I have a code (classes) that define a database. And I would like to generate the database in flash shell. However, I have some fundamental error with my database, yet I do not know why. My...
  2. J

    Java Any project ideas for landing a job ?

    I know this may be little off topic but I would appreciate some response.. In short, my point is that I graduated 1 year ago and have been learning Java up to now. I have decent knowledge about almost every aspect of this language but I don't know if I will get employed with no experience at...
  3. timeolethug

    PHP how to make a mysql database on replit?

    Hello everyone, with a friend we make a dynamic website and for collaborate, we make it on replit.com, because we don't find how to create a database in this website. Did you know how to make it? (sorry for the spelling, i'm french) Thank you and good evening.
  4. T

    Node.JS sqlite3 with node.js not working

    I'm attempting to use sqlite3 with node.js, I'm on macOS. and I've tried everything imaginable to try and fix the problem but as soon as i try to run, const sqlite3 = require('sqlite3').verbose; const db = new sqlite3.Database('my_database.db'); it comes up with the error: Uncaught TypeError...
  5. J

    Duplicate Rows on Multiple Tables w/ Linked Keys - SQL / PHP

    Hello All, Hoping someone with a little more experience than myself maybe able to help. I've been stuck on this issue with my code for months now, and it's started hurting my head thinking about it. Can anybody offer any guidance / advise / anything at all to help me on my way? ----- I'm...
  6. Hilton D

    DBMS bridge entity operations

    I'm currently working on a project that calls for the use of bridge entities. I created a straightforward design, but I'm unable to display it to you. **tblStudent** - (PK) Student ID - LastName, FirstName, MiddleName, YearLevel, Section, Adviser, and CellphoneNumber **tblGets [bridge]** —...
  7. N

    Write a database program whose input various information

    Hi, I want to write a program whose input is the names of the companies and when adding the name of each company, it will take various information from that company of different types, 1- TextBox (daily production rate), 2- CheckBox (select product features), 3- OptionButton (the gender of the...
  8. M

    Help with Oracle Data Visualization Expressions

    Hi, im really new to coding world and struggling with below problem which im sure has an easy fix. Im working on a project in Oracle Data Visualization tool and using set of expressions based on SQL to make queries and calculation. The problem is i need to write a function to identify the week a...
  9. S

    failed to write to influxDB and failed to push data to influxDB

    I have a software coded in Golang, I want to push data to InfluxDB but i have this code error. - "level=info msg="Failed to write to influxdb"" - "Failed to push data to influxdb : invalid name" Does someone know what is the cause of that ? thanks ! sachastd1508
  10. Ben711Gaming

    VB.Net + SQLite "Column not found" -_-

    I am new to SQLite and am trying to make a program that creates a database (if it doesn't already exist) then allow the user to input data. When I go to press 'input data' it gives the error "Microsoft.Data.Sqlite.SqliteException: 'SQLite Error 1: 'no such column: CustomerID'.'". I can use DB...
  11. Ben711Gaming

    SQLite "No such column" When there clearly is... [VB.net]

    I am new to SQLite and am trying to make a program that creates a database (if it doesn't already exist) then allow the user to input data. When I go to press 'input data' it gives the error "Microsoft.Data.Sqlite.SqliteException: 'SQLite Error 1: 'no such column: CustomerID'.'". I can use DB...
  12. Squidward1411

    C# I want to build a kind of database for my family business.

    So I have an idea. My father owns a meat storage business and his current system is old and outdated so I came up with an idea. The point is when the products come in in the enterence there would be a barcode printer that prints out bracodes or smth like that then the workers when they weight it...
  13. @pearljy22

    Age calculate

    Please help me. I have a problem, I can't get the day/s old. 2 MONTHS AND 14 DAYS DECLARE n_yr INT(11); DECLARE n_mon INT(4); DECLARE n_day INT(4); SELECT TIMESTAMPDIFF( YEAR, prev_dte, cur_dte ) INTO n_yr; SELECT TIMESTAMPDIFF( MONTH, prev_dte, cur_dte ) % 12 INTO...
  14. CrimsonKing

    Node.JS Recreating My Arcade Bot In JavaScript And Would Like Some Assistance In It's Development.

    Hello I am currently recreating my arcade bot that was in C# into node.js, and i'd like some help with it. I recently posted on it's C# thread that i'd like help with its main features including the database. If you have any experience with databases and node.js, and would like to help me out...
Back
Top Bottom