Search:

Type: Posts; User: Issuee

Search: Search took 0.08 seconds.

  1. Problem with CRUD connection to database, help? :S

    MedlemsApp

    package databasuppgift;

    public class MedlemsApp {

    public static void main(String[] args) {

    Medlemmar medlemsRegister = new Medlemmar();
  2. Thread: CRUD problem

    by Issuee
    Replies
    1
    Views
    822

    CRUD problem

    I can "Create, Read and Delete but not update. Is there anyone who knows how to make update in my CRUD program ? or where I can read more about CRUD ..


    package medlemmar;


    public class...
  3. Replies
    3
    Views
    926

    Re: Trouble with my URL

    Hmm ok I will see =) but thanks anyway.
  4. Replies
    3
    Views
    926

    Trouble with my URL

    The Test


    public class URLTester {
    public static void main(String[] args) {
    String basurl = "webbadress";
    String[] rubriker = {
    "Nu Kommer Vintern till Åland",
    "Önskningar är något man vill...
Results 1 to 4 of 4