Learncado
Learncado

Learncado brings together a vast collection of questions and answers. Expand your knowledge, learn new skills, and find solutions to your queries effortlessly. Enhance your learning experience and save valuable time by exploring our website today.

Resources

  • Questions
  • Question By Tags

Help and support

  • Contact
  • About

  • Geniecourse
  • Jetsodeals
  • Rentcado
  • Dealcado
© 2021-2023 Learncado All Rights Reserved.

Search Results (707)

Results for database

December 2nd, 2023
"No qualifying bean of type 'com.genecab.bank.AccountRepository' available" when converting to spring-data-jpa from in-memory database

I'm almost there on persisting my H2 database using JPA in the application for the first time, but I'm running into the error message No qualifying be...

javagradlespring-boothibernatespring-data-jpa
Read more
December 2nd, 2023
What database should I use for a Flutter Application?

I am making an application in Flutter which is like an online market where users can login and post things to sell. The users can add photos to their ...

flutterdartdatabasebackend
Read more
November 28th, 2023
Why can't my server connect MYSQL database when I can access and ssh it?

I'm setting up my server and I can connect to the DB using `mysql -u root -p` and by ssh from outside the server. But I am getting `SQLSTATE[HY000...

phpmysqlserver
Read more
December 2nd, 2023
Problem connecting to a postgresql database

I'm trying to read sheets and insert them into postgresql to make the staging tables in my etl_table. The function was working, but now I'm getting a ...

pythonpostgresqlpandas
Read more
November 27th, 2023
Using Jinja templates to display products from a database on a website

There is a function that takes data from the database and creates html code with the required number of buttons, This code needs to be embedded on the...

pythonhtmljinja2templatesfastapi
Read more
November 29th, 2023
how to move rows down or up in a datagridview bound to a database

I need to move the selected row up or down in the datagridview when the button is clicked, but the datagridview is bound to an sql database. At first ...

c#winformsdatagridview
Read more
November 26th, 2023
How to save data to database when the user request to leave?

What is the proper way to do that? My goal is to save in database the count of minutes of the video the user has watched until he closed the page and ...

javascriptreactjsnext.jsonbeforeunload
Read more
November 25th, 2023
Force instance of Database using all() in serial to update global variable

I am learning sqlite3 in Node.js and having problem with following code var sqlite3 = require('sqlite3').verbose(); var db = new sqlite3.Database('fir...

javascriptnode.jsconcurrencyserializationnode-sqlite3
Read more
November 27th, 2023
Need to convert An insert and a delete instruction in database into an update one

My issue is that we use Debezium to monitor the DB events and even when the is a simple update of the data present in the plugin table, the OCS invent...

sqldatabasemysqlperl
Read more
November 29th, 2023
The database operation was expected to affect 1 row(s), but actually affected 0 row(s); after _dbContext.SaveChanges();

This is my main class: public class Warehouse { public List WarehouseRelationList { get; private set; } = new List(); public void AddWarehous...

c#entity-framework-corelinq
Read more
November 25th, 2023
.net 8 aspire database issue

I experimenting with.net 8 aspire currently. I am following Microsoft documentation. I did a simple project with Backend api, frontend, and Redis cach...

.net.net-8.0dotnet-aspire
Read more
November 22nd, 2023
NullReferenceException after deleting item from database, then redirecting to page showing the list of remaining items

I am getting a System.NullReferenceException: Object reference not set to an instance of an object. when I delete an item from the SQLite database a...

c#.netasp.net-mvcrazorasp.net
Read more
November 22nd, 2023
Oracle Unable to read link attribute value which is remote database from previous page

I have an IG with the following query for PL/SQL returning function body: declare L_sql varchar2(4000); l_instead varchar2(100); begin l_sql := 'selec...

plsqloracle-apex
Read more
November 22nd, 2023
python mysql - can not delete row from database

I am trying to delete a row from my database but nothing worked. here is my code: import mysql.connector mydb = mysql.connector.connect(host="localhos...

python-3.xlinuxdatabasemysql
Read more
November 22nd, 2023
React JS Insert object into Firebase database

I have an object set initial data by useState like this const Price = () => { const [price, setPrice] = useState({ vehicleType: "", price: 0...

reactjsfirebasegoogle-cloud-firestore
Read more
November 23rd, 2023
Need Help Generating ID in Spring Boot JPA Entity Class Before Saving to Database

I have an entity class in my Spring Boot application where I've implemented a custom ID generator for the ID field. However, the ID isn't generated up...

spring-boothibernatejpaspring-data-jpa
Read more
November 30th, 2023
How to query MySQL database to get price for each night in a date range?

I have these three tables: hotel hotel_id hotel_name room room_id hotel_id room_price room_id date price I k...

sqlmysqlmysql-5.7
Read more
November 30th, 2023
How to query MySQL database for each day in a date range?

I have these three tables: hotel hotel_id hotel_name room room_id hotel_id room_price room_id date price I k...

sqlmysqlmysql-5.7
Read more
November 20th, 2023
Update Access Database Table using Excel VBA

I have a Time In and Time Out buttons in a form. And I have a VBA Module code that saves the last entered data/last row of an entry from an Excel Tabl...

excelvbams-accessinsert-update
Read more
November 19th, 2023
Representing collections of set partitions in a relational database

I have a set of elements. There are various ways I would like to partition the set, in the mathematical sense. A partition is defined as a collection ...

postgresqlsqlrdbmsset-theory
Read more
November 18th, 2023
Does creating and closing database connections each time I need them have any effect?

I recently faced an org.sqlite.SQLiteException: [SQLITE_BUSY] The database file is locked (database is locked) error on my desktop application becau...

javasqlitejdbc
Read more
November 17th, 2023
the convention for persisting fake data to the database

I want to create a bunch of fake data for my app for testing, I read this stackoverflow answer and it seems that factories are what people use for fak...

laraveleloquentlaravel-seeding
Read more
November 29th, 2023
Firestore database data lost problem(The caller does not have permission to execute the specified operation)

In the last 12 hours, I lost some data in Firestore Database. Did you encounter such a situation? What do you think? 2 days ago there was some problem...

firebasegoogle-cloud-firestore
Read more
November 17th, 2023
Storing array data in the database in Laravel

I was trying to store array data in the database, I didn't get the error message and it doesn't store it in the database. Here is my code in the blade...

phplaravelmysql
Read more
November 21st, 2023
Endpoint Design: Querying AWS Athena instead of a database

I have an endpoint that I'm building that will be used by 5k - 10k users, say: GET /magic/spells?spellIds=1,2,3 The underlying data source for 'spells...

spring-bootendpointamazon-athena
Read more

Hot Topic

  • 25881

    How do I undo the most recent local commits in Git?

  • 11618

    How can I remove a specific item from an array in JavaScript?

  • 20343

    How do I delete a Git branch locally and remotely?

  • 7387

    How can I find all files containing a specific text (string) on Linux?

  • 7330

    How to find all files containing specific text (string) on Linux?

  • 7611

    How do I revert a Git repository to a previous commit?

  • 2671

    How do I create an HTML button that acts like a link?

  • 8481

    How do I check out a remote Git branch?