• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

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.
 
Stinging nettles are edible. But I really want to see you try to eat this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic