Location:
Search - java DBAccess
Search list
Description: 本系统使用纯java语言编写,其中使用的数据库为SQL server 2000,包括三张表:IC表、ATM表、bank表。使用JDBC对数据库进行连接,在连接数据库之前,必须给SQL server 2000打上指示SP4补丁包,然后按装JDBC并进行环境变量的设置,把JDBC中lib下面的三个文件copy到JDK中的jre->lib->ext下面
Platform: |
Size: 5673 |
Author: 一起影视吧 |
Hits:
Description: 本系统使用纯java语言编写,其中使用的数据库为SQL server 2000,包括三张表:IC表、ATM表、bank表。使用JDBC对数据库进行连接,在连接数据库之前,必须给SQL server 2000打上指示SP4补丁包,然后按装JDBC并进行环境变量的设置,把JDBC中lib下面的三个文件copy到JDK中的jre->lib->ext下面-The system uses pure java language, in which the use of the database for SQL server 2000, including Table 3: IC table, ATM table, bank table. The use of JDBC database connection, database connection, you must apply to the SQL server 2000 service pack SP4 instructions, and then click JDBC installed and environment variable settings, and JDBC in the lib the following three documents copy to the JDK in the jre- > lib-> ext below
Platform: |
Size: 6144 |
Author: 一起影视吧 |
Hits:
Description: java实现银行ATM机器业务 直接可以运行
可以实现取款、存款、转账、修改密码等业务
java 银行ATM系统-java realization of bank ATM machines can run a business can be achieved directly withdrawals, deposits, transfers, modify passwords java business bank ATM system
Platform: |
Size: 5120 |
Author: 张建 |
Hits:
Description: 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>()
try{
ResultSet rs= DBAccess.getInstance().select(sum_sql)
while(rs!=null)
{
ht.put(rs.getString(1),rs.getInt(2))
rs.next()
}
}
catch (Exception e)
{
Logs.printError(e)
}
}
}
-HashTable
Platform: |
Size: 67584 |
Author: 黄杰贞 |
Hits:
Description: java 连接数据库,并进行数据库操作,有查询,建表等,利用了连接池-java to connect to the database and database operations, queries, build tables using the connection pool
Platform: |
Size: 13312 |
Author: wangxinzhong |
Hits:
Description: Java对Access数据库的简单操作,包括增删改查,界面程序-Java simple operation, including the Access database CRUD interface program
Platform: |
Size: 679936 |
Author: vicky |
Hits: