• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ODBC not available

 
Ranch Hand
Posts: 172
Netbeans IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all, am trying to develop a swing application and for that I need a database and unfortunately am not able to find any database system/software for my windows 7 64 bit. What database system can I use?
 
Ranch Hand
Posts: 177
Hibernate Python Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by database system.
You need to decide if you want a full database backend or if something like sqlite/derby is sufficient.
If you meant the jdbc driver than you need to know which database you are running and get the jdbc driver from the vendor.
 
Sheriff
Posts: 3837
66
Netbeans IDE Oracle Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've moved your question to our JDBC forum, which is better suited for it.

There are plenty of databases for Windows x64. I know for sure both MS SQL Server and Oracle support it (and both offer free, limited "starter" editions you could certainly use), and cursory search reveals that majority of important open-source databases supports 64bit editions of Windows too.

Setting up ODBC in Windows 7 x64 can be challenging, but I'd suggest not to use ODBC. Use the "native" (type 4) JDBC driver instead, most of important databases certainly have one. The JDBC-OBDC bridge is not well supported and may impose severe restrictions, it should be only used when no native JDBC driver is available.
 
If I'd had more time, I would have written a shorter letter. -T.S. Eliot such a short, tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic