Skip to main content
0 votes
0 answers
44 views

dao @Query(''' SELECT c.cartId AS cartId, c.userId AS userId, c.productId AS productId, c.quantity AS quantity, p.title AS title, p.price AS price, p.thumbnail AS ...
Isha Bhutto's user avatar
0 votes
1 answer
158 views

today i try to add database SQFlite to my flutter project and run it on web it gives error the Ui is good according to the implementation but when i click on insert button what i define in my project ...
Harsh Mishra's user avatar
0 votes
1 answer
84 views

Is there anyone give me any hint or guide me what algorithm should i use for search query function in large database (music or songs almost 1000x10) what i have tried so far is Linear search(time O(n) ...
ronark's user avatar
  • 1
1 vote
0 answers
138 views

The following code is for fetching student data using get API and I am using hive package link is below: <https://pub.dev/packages/hive> static Future<void> fetchStudentData() async { var ...
Mian Samiullah's user avatar
0 votes
0 answers
56 views

I have one query regarding the local database. As my system works, when the user logs in for the first time in the application that time in the dashboard we get an API call for getting data. But in ...
Shreyas Balar's user avatar
0 votes
0 answers
33 views

I'm trying to connect to my site's database but I get this error, Fatal error: Uncaught PDOException: SQLSTATE[HY000] [1045] Access denied for user 'garage_paraut'@'localhost' (using password: YES) ...
rudo_passion_code72's user avatar
1 vote
1 answer
2k views

question from beginner in Airflow: I can't query my local mongodb database from a task in a DAG airflow. the dag is correctly imported in Airflow but when i start it the task fail because of timeout ...
vlagou's user avatar
  • 13
0 votes
0 answers
71 views

I'm currently learning by myself how to develop apps with flutter and dart. So far, I have created a mobile (android) app for bank accounts, just for my wife and I. The apps on both phones communicate ...
Crapul's user avatar
  • 15
0 votes
0 answers
667 views

I want my ESP32 to write data via an HTTP POST Request to my local database. For this I downloaded XAMPP and wrote a PHP script that inserts the data into the database. Moreover I have ESP32 Code that ...
Nicole's user avatar
  • 13
0 votes
1 answer
465 views

I am using the latest versions of Mongodb (And Mongoose), Angular, Express, And Nodejs for my application. I downloaded the installable .msi file to install it on my WINDOWS machine. I have followed ...
Mahmoud Mirzaei's user avatar
0 votes
1 answer
3k views

Problem When I tried to turn on Postgres 15 database via Postgres.app on Port 5432 specifically, it doesn't work and won't turn on. I've tried everything in my power to resolve this but I can't seem ...
Vikram Nithyanandam's user avatar
0 votes
1 answer
819 views

StreamBuilder( stream: _trip.snapshots(), builder: (context, AsyncSnapshot<QuerySnapshot> streamSnapshot) { if (streamSnapshot.hasData) { return ListView.builder( itemCount:...
Farhana Akter's user avatar
0 votes
1 answer
404 views

I have a simple Winforms app (C#) in development it works perfectly on my laptop, and I am just trying to test to see if I can publish it for others to use. It uses a local Microsoft SQL Server ...
Flanc's user avatar
  • 3
1 vote
1 answer
2k views

i want to create a desktop application that will take an input (email and password) and store it for later use in my tkinter app. How can i store this data in a secure way on the user's end so on ...
Abed Al Ghani Mosbah Shaaban's user avatar
2 votes
1 answer
2k views

I heard about hive ,shared preferences and sqflite but which is safe ,or alternative package and data want to store securely and which is most of them using
Deva's user avatar
  • 122

15 30 50 per page
1
2 3 4 5
17