Search:

Type: Posts; User: temlehdrol

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,636

    Re: Problem with ODBC...

    Ok, combo of hatred of M$ and Java here.... apparently when I installed Visual Studio Web edition or IIS it put a copy of SQL Server 2008 Express and Java was nice enough to grab that one vs the 2012...
  2. Replies
    2
    Views
    1,673

    Re: absolute beginner needs direction

    First off you should probably learn Java first, get a book or two (Head First and Wrox Press are usually decent). Once you get the basics down figuring the database portion isn't too hard (well with...
  3. Replies
    2
    Views
    1,636

    Re: Problem with ODBC...

    I added:
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    in the connection class and still nothing...

    --- Update ---

    Ok we have some progress... changed the connection type to JTDS, this is...
  4. Replies
    2
    Views
    1,636

    Problem with ODBC...

    This is my first Java ODBC application so I'm sure this is me, but this is geting aggrivating. I'm using NetBeans 7.3 and connecting a SQL Server Express 2012 Database.

    I have the following code...
Results 1 to 4 of 4