database tag

146 questions


2 answers
63 views
0
[Android] When you click the button, save the value of EditText to DB and import it into ListView

button_insert.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { input_name = (EditText) findViewById(R.id.input_Name); input_phoneno = (EditText) findViewB...


1 answers
113 views
0
Python sqlite3 Table Name Search Questions

I didn't know how to make db differently, so I made it in json format, and the people who answered recommended me to make db. I'm working on the sauce while studying the db I succeeded in saving the v...


1 answers
35 views
0
php DB connection

I want to do PHP using Bitnami.By the way, I'm trying to connect the DBAccess denied for user 'root'@'localhost' (using password: YES)This is the only error I see.cmd and phpMyAdmin connect DBThe pass...

2 years ago

1 answers
41 views
0
Is there a tip when you want to collect only noun word data?

We are planning to collect only noun words in the database. But in online dictionaries like Naver and Google, I'm trying to crawl noun words and collect them in a database The amount is too large and ...

2 years ago

1 answers
64 views
0
Database to Chatbot (Danbi Chatbot)

I want to connect mysql database to a chatbot (Danbi Chatbot/Chatbot Platform)I confirmed that Danbi Chatbot can get an api.But how can you connect a database to a Danbi chatbot, and is this possible?...

2 years ago

1 answers
54 views
0
Error question creating view.

CREATE VIEW C_R ASSELECT LICENSEPLATE, CARNAME, CARMODEL, CARCOM, CONDITION, FUEL, RENT, PASSENGER, DISTANCEFROM CAR_RELATIONS CR, CAR CA, CARMODEL CM, CARCOM CO, PASSENGER PG, RENT RT, FUEL FL, CONDI...

2 years ago

1 answers
39 views
0
How to store data in DB

# model.pyfrom django.db import models# # Create your models here.class Weather(models.Model): Temperature = models.CharField(max_length=20) Humidity = models.CharField(max_length=20) Check_Time = mod...

2 years ago

1 answers
92 views
0
Is there a way to call and use the newly created column right away when selecting in mssql?

select T.test_col ,MAX(T.test_co) as max_test ,max_test as max2 -- I want to use the column information that I calculated earlier like this right away.from test_table TIs it completely impossible? O...

2 years ago

1 answers
77 views
0
I'm using DBeaver, how can I copy the database?

DBeaver is using this and that database.By the way, I want to copy the database that I use by accessing DBeaver from another remote computer.How should I do it?


1 answers
107 views
0
Error question 'no parent key' when inserting oracle sqlplus table data.

I am currently studying oracle sqlplus.I'm asking you a question because an error occurred when inserting data after creating a table in the beginning while looking at the book. DEPTNO DNAME LOC---...

2 years ago
« - 14 - »

© 2024 OneMinuteCode. All rights reserved.