• 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

Concurrency Issue Need Information

 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everyone,
I have a question in my mind i am very new developer. I am developing a Java Swing Application. I have question regarding database that if some one trying to reach same data simultaneously so that data is available for both client at the same or first come first serve basis. I am using JDBC ODBC bridge and database i am using is SyBase.

Thanks alot in advance.
Looking forward some feed back, if this is not good question excuse me for this but as i said i am very new developer.
If not then what is the simple solution for that i almost develop my application..
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ghazanfar,
While I have never used SyBase, I believe it can handle multiple, simultaneous requests for the same data. Therefore I believe that you should not need to handle this in your code, as it is usually handled by both the database itself, and (sometimes) the JDBC driver you are using. So I suggest you locate a JDBC driver which specifically works with a SyBase database as the JDBC-ODBC bridge driver is very limited.

Good Luck,
Avi.
 
ghazanfar khan
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks Avi
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic