mysql

Come creare un cursore griglia java?

Sto avendo un po ' di problemi a creare un menu di griglia dinamico. voglio caricare gli articoli dal mio magazzino nel datab ... } Quando clicco a sinistra oa destra dovrebbe andare ai prossimi 12 elementi. c'è un modo per raggiungere il mio obiettivo?

Errore di runtime Java di MySQL Migration Toolkit

Quando provo a eseguire la GUI MySQL Migration Toolkit in Windows, ricevo un errore che afferma che Java non è installato. Java è installato, ma Migration Toolkit non lo riconosce. Qualcuno sa come risolvere questo problema?

Java.sql.SQLException: indice dei parametri fuori dall'intervallo 2> 1

Ho ricevuto questo errore e non so cosa lo stia causando. Questa è una semplice e-mail di risposta automatica java che mi è ... rt.JamesSpoolManager.run(JamesSpoolManager.java:309) at java.lang.Thread.run(Thread.java:745) SQL ERROR Here -- line 72`

Database connesso java controllato [chiuso]

Se ho un database in MySQL e lo collego a Java e voglio verificare se l'utente inserisce gli stessi dati nel database o meno come lo faccio ?

Come risolvere java.sql.BatchUpdateException: numero non valido

Quando provo a inserire il record nel database un errore che indica: Impossibile eseguire l'aggiornamento batch JDBC ... weblogic server e net.SF.ibernare i file. Si prega di indicare la possibilità di risolvere questo problema problema.

L'applicazione Java fornisce output casuali di un numero intero

Ho avuto un problema con la mia applicazione Java in cui do all'utente una certa quantità di "punti" nel database per ogni vo ... cation.run(SourceFile:628) Origine dati creazione di connessione rifiutata, messaggio dal server: "Troppe connessioni"

No connection to MySQL from java code written in IDEA

Installed MySQL on a laptop inserted several different codes written in java in IDEA tried to connect to MySQL does not conne ... 963) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:822) ... 6 more Process finished with exit code 0c

Connecting to a MySQL Java database

I can't connect to the database, which is stored on the hosting. An error appears: Error: com.mysql.jdbc.exceptions.jdbc ... 38416_asd", "asdasd"); } catch (Exception ex) { System.out.println("Error: " + ex); } } }

Why is data not output from a mysql table in java (JDBC)

1) I want to output data from the mybase(MySQL) database, the new_table table. Their attributes : int id, VARCHAR (45) word ... }//end finally try }//end try System.out.println("Goodbye!"); }//end main }//end JDBCExample

Create a MySQL java database

You need to make a database containing an array of numbers (x, y coordinates) and extract the numbers in the java class. How ... stem.out.println("connected"); return con; } catch (Exception e) {System.out.println(e);} return null; }

Getting MySQL data: "java.lang. ClassNotFoundException: com.mysql.cj.jdbc. Driver"

I have a code for getting data from MySQL. try { String baseName = "***"; String userName = ... us programs are disabled. There is probably some problem (/feature) in Studio. Anyone have you ever encountered it? Thanks.

JavaScript + MySql?

Hello! I wanted to ask, is it possible to work with a mysql database via javascript? That is, in php there are standard fun ... such a login is already in the database, then the inscription immediately appears that "Such a login is already registered."

Checking the connection to MySQL (Java)

I am developing my own mini-utility for working with MySQL. How can I check the connection to the specified host (by username ... stractions require a corresponding database to work (in particular, MysqlDataSource, in my case)... Thank you in advance)

resultSet.GetObject () returns an empty string

The program should display the data of registered users. There are no problems connecting to the database, but resultSet.getS ... ame, and the "working" database was displayed in my broken program. What kind problems may be with the krknutyun database?

Create a Java web application connection on Tomcat with MySQL

There is a simple Java application for tests on joining a MySQL database. What I did: In web.xml I added this: <?x ... ter.java:53) I've already tried everything I can. I reviewed all the documentation. I don't understand why it doesn't work?

Class for working with a database from Java

Good afternoon! I'm trying to localize all the functions related to working with the database in one class. For example, I'm ... n for reading from the database for each request. Maybe there is some standard class architecture for working with databases?

Why do I have to use Try - catch?

There is a Java program in which, for example, there is a function displaying a list of categories, which is taken from the d ... stem.out.println("Osibka podkliucenija k DB"); e.printStackTrace(); } return kategorijos; }