0
search system with database (sql)
how is the command to search in a msql(sql) database. i want to create a system with search but i don't know the command to it
3 odpowiedzi
+ 2
See this documentation
https://docs.oracle.com/javase/tutorial/jdbc/basics/index.html
0
You will have to use JDBC I think. It's been long since I stopped using Java