Search:

Type: Posts; User: mija

Search: Search took 0.20 seconds.

  1. Thread: SQL Query

    by mija
    Replies
    13
    Views
    1,523

    Re: SQL Query

    TableModels is a class where I have Different Models of tables witch i use in my code, in this method i use Table Model with 3 columns and i fill table created with that table model with result set...
  2. Thread: SQL Query

    by mija
    Replies
    13
    Views
    1,523

    Re: SQL Query

    public void roundTable() {
    TableModles tm = new TableModles();
    tm.roundTable();
    try {
    Connection con = Paradox.createConnection();
    Statement s =...
  3. Thread: SQL Query

    by mija
    Replies
    13
    Views
    1,523

    Re: SQL Query

    Im trying to get data from Paradox Database (table with columns Kolo, Od_datuma, Do_datuma) and i like to fill JTable with this values
    for ex. one row of JTable to contain data from one row of...
  4. Thread: SQL Query

    by mija
    Replies
    13
    Views
    1,523

    Re: SQL Query

    ok, and how to fill JTable with that results, i need Kolo, Od_datuma, Do_datuma in one table row
  5. Thread: SQL Query

    by mija
    Replies
    13
    Views
    1,523

    Re: SQL Query

    I have read on microsoft site that Paradox Data type can't be converted with operation cast or convert, so im looking for another solution
  6. Thread: SQL Query

    by mija
    Replies
    13
    Views
    1,523

    Re: SQL Query

    I need values from 3 columns from the table, "Kolo", "Od_datuma" and "Do_datuma", in the table columns Od_datuma and Do_datuma hold datetime values, I only need DATE values from this two columns
  7. Thread: SQL Query

    by mija
    Replies
    13
    Views
    1,523

    SQL Query

    I have Paradox database
    for connecting to db i use this class


    package sqlClasses;

    import java.sql.*;

    public class Paradox {
Results 1 to 7 of 7