Search:

Type: Posts; User: mija

Page 1 of 2 1 2

Search: Search took 0.22 seconds; generated 30 minute(s) ago.

  1. Merge 20+ xml files with 7000+nodes into one using java

    im trying to merge more than 20 xml files into one, any of them contains more than 7000 nodes code that im using for that is like this


    private void createFile(String month, String year) throws...
  2. Replies
    3
    Views
    1,785

    Re: Help - Java and Update Query

    I Solve the problem using INTERSOLV 3.11 32-BIT ParadoxFile (*.db) driver
  3. Replies
    3
    Views
    1,785

    Re: Help - Java and Update Query

    That the jdbc-odbc driver for paraodx don't support update, i found paradox driver from corel PdxJdbc.jar but i don't conw how to use it
  4. Replies
    3
    Views
    1,785

    Help - Java and Update Query

    I'm using a Button for update an Parodox db file
    my code is


    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
    try {
    ...
  5. Thread: SQL Query

    by mija
    Replies
    13
    Views
    1,518

    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...
  6. Thread: SQL Query

    by mija
    Replies
    13
    Views
    1,518

    Re: SQL Query

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

    by mija
    Replies
    13
    Views
    1,518

    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...
  8. Thread: SQL Query

    by mija
    Replies
    13
    Views
    1,518

    Re: SQL Query

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

    by mija
    Replies
    13
    Views
    1,518

    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
  10. Thread: SQL Query

    by mija
    Replies
    13
    Views
    1,518

    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
  11. Thread: SQL Query

    by mija
    Replies
    13
    Views
    1,518

    SQL Query

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


    package sqlClasses;

    import java.sql.*;

    public class Paradox {
  12. Thread: Paradox database

    by mija
    Replies
    5
    Views
    3,314

    Re: Paradox database

    i search for that and i don't find nothing similar
  13. Thread: Paradox database

    by mija
    Replies
    5
    Views
    3,314

    Re: Paradox database

    I have Delphi program who use this database and i like to create Java Program for the database i can't find any solution.
  14. Thread: Paradox database

    by mija
    Replies
    5
    Views
    3,314

    Paradox database

    Can i connect to Borland Paradox database from java ?
    Please help i need to know if there are way to create this connection
    Thanks
  15. Replies
    0
    Views
    1,072

    Web Service for translate

    How to create a simple Web Service for translate with SOAP and WSDL, to translate few words. I need example without any API's
  16. Thread: Java Table

    by mija
    Replies
    4
    Views
    1,565

    Re: Java Table

    I know how to make it with JTable, but the point is to make it with AWT Components, is there other way to display data from database in AWT ?
  17. Thread: Java Table

    by mija
    Replies
    4
    Views
    1,565

    Re: Java Table

    I like to delete this post in AWT / Java Swing but i didn't find how to do that
  18. Thread: Java Table

    by mija
    Replies
    1
    Views
    1,165

    Java Table

    Hello
    Is There way to create Table in Java AWT?
    Please help
    I need to create simple Java AWT program for insert, edit, delete and read users from database.
  19. Thread: Java Table

    by mija
    Replies
    4
    Views
    1,565

    Java Table

    Hello
    Is There way to create Table in Java AWT?
    Please help
    I need to create simple Java AWT program for insert, edit, delete and read users from database.
  20. Replies
    0
    Views
    2,017

    Creating an Excel file using apache poi

    I have a class that create an Excel file using apache poi, the class getting files from JTable and creating Excel file.
    My Question is how to set all string values in excel file to be UPPERCASE, is...
  21. Replies
    2
    Views
    1,224

    Re: Problem with JTable and MySQL

    I SOLVED this i move

    pstm.executeUpdate();
    before

    index++;
  22. Replies
    2
    Views
    1,224

    Problem with JTable and MySQL

    I have a problem when updating MySQL database with values from JTable
    when i run this code


    package rd;

    import java.sql.Connection;
    import java.sql.PreparedStatement;
    import javax.swing.*;
  23. Replies
    7
    Views
    2,413

    Re: ShutDown from JButton

    I SOLVED this problem by moving the class into the package
    Thanks
  24. Replies
    7
    Views
    2,413

    Re: ShutDown from JButton

    I have two packages one is "rd" where is my "loginform.java" and the other is "classes" where is "sdown.java"
    I run it from the cmd with this command java -jar "C:\Documents and Settings\Daniel...
  25. Replies
    7
    Views
    2,413

    Re: ShutDown from JButton

    this is the exception
    1312
Results 1 to 25 of 26
Page 1 of 2 1 2