Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
G

gaurav raghu

@gaurav raghu
About
Posts
3
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • foxpro database
    G gaurav raghu

    i'm using java awt in front end and microsoft visual foxpro 6.0 as the back end the project is completely working but the problem is that anyone can click on the table and can edit the table contents what shall i do to stop the modification in the database??

    Java java database help question

  • connectivity of MySQL with java
    G gaurav raghu

    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Connection cn=DriverManager.getConnection("jdbc:odbc:gaurav","",""); String sql="SELECT * FROM optrdata WHERE name=? ANd password=?"; PreparedStatement pst=cn.prepareStatement(sql); pst.setString(1,t2.getText().trim()); pst.setString(2,t3.getText().trim()); THE ABOVE LINE OF CODE CONNECTS JAVA WITH FORXPRO NOW I WANT TO USE THE SAME CODE CONNECTED TO MY SQL PLEASE GIVE ME THE CODE FOR THE CONNECTIVITY OF MYSQL WITH JAVA....

    Java java database mysql question

  • connectivity of SQL server 2000 with java
    G gaurav raghu

    Front end of my project is JSP and i'm suppose to use SQl Server as the database for the project so please provide my the code for the connectivity of java with sql server...

    Java java database sql-server sysadmin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups