Results 1 to 6 of 6
- 02-15-2012, 11:12 PM #1
Member
- Join Date
- Jan 2011
- Posts
- 7
- Rep Power
- 0
database using jdbc for graphics - if my idea is possible/viable
Hello, i have been looking for some software to manage stocks for my fathers company that is simple.. and then thought of trying to make one myself (naturally, something simple).
my question would be if its possible to do and if i could assume its viable for me to try, taking into consideration what i do know of sql/java.
idea: making tables in microsoft sql
using java to make a visable window with menus/savings for backup/..
somehow make this into a "runnable" java file by double-clcking
what i know: creat tables/delete/insers/updates on microsoft sql and how to use them with jdbc, i can make the graphic part of the program (well, made a game with java before)
sry if my post aint rly specific/explanatory about either idea/knowledge.
thank you and cumps
- 02-16-2012, 03:54 AM #2
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,619
- Rep Power
- 5
Re: database using jdbc for graphics - if my idea is possible/viable
I am not sure what you expect in a reply. Are you seeking for advice on whether you should take the plunge and try to develop the app? Why not give it a try?
- 02-16-2012, 09:51 AM #3
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Re: database using jdbc for graphics - if my idea is possible/viable
Well, if you know Swing and you know JDBC then that's the two main technologies you'll need (Java-wise) out of the way.
By "microsoft sql" I do hope you mean SQLServer and not Access. If you mean Access then I would suggest picking another database to build on, as it's got little JDBC support.
- 02-16-2012, 09:57 AM #4
Re: database using jdbc for graphics - if my idea is possible/viable
I shouldn't have to point this out, but it's bad manners to ask a new question here after not bothering to reply to the response on your earlier thread.
Problem with Keylistener, some help pls
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 02-16-2012, 02:00 PM #5
Member
- Join Date
- Jan 2011
- Posts
- 7
- Rep Power
- 0
Re: database using jdbc for graphics - if my idea is possible/viable
ty for the replyes.
@Tolls - yes, i meant sql server (thought what i know doesnt go much further then what i mentioned above... but still learning)
@doWhile - i asked this becouse there could have been some obvius problem (ex: need other program to do something decent, have some big problem in use) that i was missing due to this being the first thing i would be trying to do by myself without any "pointers".
@DarrylBurke - i think i was able to fix my problem meanwhile, so i ended up not checking the thread. You are indeed correct, i should have said i got it working when it was me that started the thread
- 02-16-2012, 02:18 PM #6
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Similar Threads
-
Any idea on how to connect to database from client side?
By jing-yi in forum New To JavaReplies: 1Last Post: 07-01-2011, 04:59 PM -
JDBC and mySQL database trouble
By ichwar in forum JDBCReplies: 17Last Post: 08-16-2010, 11:21 PM -
how to connect to database using jdbc in servelets
By sureshmca08 in forum Java ServletReplies: 2Last Post: 05-28-2010, 09:06 AM -
JDBC DataBase Connection
By sh4dyPT in forum New To JavaReplies: 1Last Post: 04-06-2010, 02:13 AM -
load graphics in html page using jsp and database
By charu in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 03-04-2009, 07:12 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks