Search:

Type: Posts; User: Hurricane

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    2,765

    Re: Insert+Update+Delete in one connections?

    Tnx.Maybe something like this?


    static void connect() {

    try {

    Class.forName("com.mysql.jdbc.Driver").newInstance();
    conn = DriverManager.getConnection("jdbc:mysql://localhost/prodaja",...
  2. Replies
    5
    Views
    2,765

    Re: Insert+Update+Delete in one connections?

    Example:i have a database name base1,with one table(product) and data inside her:productid,name,price. How to create a class for that table product? Tnx in advance.

    Maybe something like this?
    ...
  3. Replies
    5
    Views
    2,765

    Re: Insert+Update+Delete in one connections?

    Yes.Does it work?Can i use methods like is shown in code?
  4. Replies
    5
    Views
    2,765

    Insert+Update+Delete in one connections?

    Hello.I'm new to Java,and i have one question:is this code good?


    import java.sql.*;



    public class Proizvod {
    public static void main(String[] args) {
  5. Thread: Hello!

    by Hurricane
    Replies
    1
    Views
    786

    Hello!

    Hello from rookie to all good people's!
Results 1 to 5 of 5