Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Online database help

  1. #1
    Junior Member
    Join Date
    Nov 2011
    Location
    Greece
    Posts
    14
    My Mood
    Cheerful
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Online database help

    Well, I would like to make a site just for keeping a database(derby probably) with passwords and names.

    So, I would like to ask you
    1)if it is possibly and if so is it easy?
    2)What i would need to buy and make fro the site
    3)is it cheap(total cost)?
    4)What I would need to check if a password is in the database?

    Thanks in advance,
    Souperk


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Online database help

    This is a pretty vague question, so you probably aren't going to get a very exact answer.

    1- It's possible. And how easy it is depends on your definition of easy.
    2- Initially, nothing. Get it working on your local machine, then worry about putting it online later.
    3- Again, depends what you mean by cheap, and it depends what exactly you want.
    4- It depends how you store it in the database in the first place. And it depends on what exactly you're asking- how to get the password in the first place? How to retrieve something form the database? How to properly store passwords (don't)?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Nov 2011
    Location
    Greece
    Posts
    14
    My Mood
    Cheerful
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Online database help

    Well, I have made a bot(with mouse controlling) and I am thinking of selling

    1)Well I have been learning java for 7-8 to months alone java. I don't know any other languages(programming) except from a little sql
    3) about 50 euros maximum
    4)I am thinking of having 2 variable (one for username and one for password). But, am not concerned for the database I worry about loading from online due i haven't work with anything online yet. Are there any differences between loading information from your machine and from online

    Thanks in advance,
    Souperk

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Online database help

    What does the bot do?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #5
    Junior Member
    Join Date
    Nov 2011
    Location
    Greece
    Posts
    14
    My Mood
    Cheerful
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Online database help

    It is for a browser game i used to play 3 - 4 years ago. It simple moves the mouse throw some locations on the screen(x,y) and then clicks. The locations are my defaults that works on my screen and also you can enter them manually. Also I will update as soon I will find anything to add because I don't remember the game now.
    I need the online database because I will upload it free for a start and if I see that people use it I will make it with charge. If so i will use the database for that reason.
    For now I only search it to see if it is worth the trouble.

Similar Threads

  1. newbie now online !
    By mnemonik2001 in forum Member Introductions
    Replies: 1
    Last Post: September 23rd, 2011, 03:26 AM
  2. Appending to online documents
    By aussiemcgr in forum Java Theory & Questions
    Replies: 3
    Last Post: August 2nd, 2011, 08:44 AM
  3. online system on java
    By u-khan1 in forum Paid Java Projects
    Replies: 0
    Last Post: March 8th, 2011, 06:02 AM
  4. Checking an online MySQL Database
    By Aaron in forum Java Theory & Questions
    Replies: 1
    Last Post: November 25th, 2010, 04:32 PM
  5. need programmer for my online call center
    By erinbasim in forum Paid Java Projects
    Replies: 6
    Last Post: March 30th, 2010, 01:45 AM