someone how to do this in javascript???

Connection connection;
Statement statement;
ResultSet resultSet;
String url = "jdbc:odbc:Books";
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
connection= DriverManager.getConnection(url, "neni",
"neni");
statement = connection.createStatement();
String query= "Select imagen from imagenes where
codigo=1";
resultSet=statement.executeQuery(query);

thanks



=====

Viviana Angel

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to