代码搜索:sql2
找到约 235 项符合「sql2」的源代码
代码结果 235
www.eeworm.com/read/456863/7338156
txt record.txt
Option Explicit
Private Sub Command1_Click()
Dim sql1, sql2 As String
Dim num As Integer
'检测用户名及书号正确否
sql1 = "select * from worker where [工号]=?"
sql2 = "select * from book where [图书编码]=?"
Dim
www.eeworm.com/read/280668/4124313
txt records.txt
10
sql
6600
happyboy
5740
sql
3900
happyDay
3000
sql2
2300
ft2
2200
sql
1600
happyfighter
1300
sql
1000
hunt1000
1000
happydog
900
www.eeworm.com/read/280665/4124386
txt records.txt
10
sql
6600
happyboy
5740
sql
3900
happyDay
3000
sql2
2300
ft2
2200
sql
1600
happyfighter
1300
sql
1000
hunt1000
1000
happydog
900
www.eeworm.com/read/391855/8375151
java sql2.java
package test;
import java.sql.*;
public class sql2 {int n;
public int execsql(String query){
String dbURL="jdbc:odbc:student";
Statement stmt = null;
String userName = "sa";
St