Win a copy of Getting started with Java on the Raspberry Pi this week in the Raspberry Pi forum!
  • 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

Establishing a remote database

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I�m a student who has taken several Java courses but am still relatively new to Java. I�ve been able to connect and query a local database on my machine via JDBC. Now I would like to establish a remote database so I can develop some JSP files for my web site that would be able to query and retrieve information.
My question is how do I go about setting up a database that can be accessed via the internet? Are there database service providers that provide Oracle or SQL Server services for you? Or do you have to buy your own database software, install it and maintain it yourself? Basically I�m looking for a relatively inexpensive way to establish a database that can be accessed via the internet. ANY thoughts, comments, or suggestions would be greatly appreciated.
Thanks in advance.
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some ISPs will provide a database (usually MySQL) with an account.
 
Kevin Todd
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the response. Unfortunatley my ISP doesn't provide database services. I'll have to shop around and see if I can find someone who does. If anyone has any suggestions, please let me know.
 
reply
    Bookmark Topic Watch Topic
  • New Topic