搜索结果

找到约 8 项符合 ResultSet 的查询结果

Java编程 package news import java.sql.ResultSet import java.util.Vector public class News {

package news import java.sql.ResultSet import java.util.Vector public class News {
https://www.eeworm.com/dl/633/215285.html
下载: 128
查看: 1061

MySQL数据库 为MySql的数据库读取文件

为MySql的数据库读取文件,可设数据库用户名及密码,默认为用户:root,密码:sa.可从ResultSet或statment开始读取
https://www.eeworm.com/dl/688/154743.html
下载: 64
查看: 1071

Oracle数据库 Connection的代理类

Connection的代理类,Statement的代理类,ResultSet的代理类.
https://www.eeworm.com/dl/681/163911.html
下载: 37
查看: 1056

金融证券系统 //JDBC驱动器名称(JDBC-ODBC桥) private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" //数据库的URL地址

//JDBC驱动器名称(JDBC-ODBC桥) private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" //数据库的URL地址 private String strUrl = "jdbc:odbc:atm1" //指定要访问的数据库名称 private String strDBName = "atm1" //数据库用户名称 private String strUserName = "testUser" //数据库用户密码 pr ...
https://www.eeworm.com/dl/638/402010.html
下载: 72
查看: 1322

Windows CE wince环境下使用sqlce读取本地的sdf数据库文件

wince环境下使用sqlce读取本地的sdf数据库文件,使用的是resultset
https://www.eeworm.com/dl/674/413485.html
下载: 166
查看: 1242

FlashMX/Flex源码 This is a Flex UIComponent that can be used 谋n a FLEX 3 mxml application as component written in act

This is a Flex UIComponent that can be used 谋n a FLEX 3 mxml application as component written in action script 3.0, provides you to create items that cab be filled from an XML or Query ResultSet or etc. and is viewed in a container that can preview images and additional info like a store item and c ...
https://www.eeworm.com/dl/661/432775.html
下载: 118
查看: 1093

SQL Server HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select

HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum" Hashtable<String,Integer> ht = new Hashtable<String,Integer>() ...
https://www.eeworm.com/dl/689/436190.html
下载: 73
查看: 1554

Jsp/Servlet public class guestbook{   String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver"   String sConnStr = "

public class guestbook{   String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver"   String sConnStr = "jdbc:odbc:guestbook"   Connection conn = null   ResultSet rs = null
https://www.eeworm.com/dl/696/443834.html
下载: 85
查看: 1124