代码搜索:Connection

找到约 10,000 项符合「Connection」的源代码

代码结果 10,000
www.eeworm.com/read/349668/10806292

txt 不需odbc可由ip地址与端口号建立与sqlserver的连接.txt

作者:jspfuns 日期:2000-8-9 11:30:11 package jsp; import java.sql.*; // JDBC package public class sql_data { String url = "jdbc:inetdae:192.168.2.70?sql7=true"; // use your hostname and port numbe
www.eeworm.com/read/349658/10807590

asp connectdb.asp

www.eeworm.com/read/275529/10812786

cpp step3.cpp

#include // for printf #include // main SQLAPI++ header int main(int argc, char* argv[]) { SAConnection con; // connection object SACommand cmd; // command obje
www.eeworm.com/read/275529/10812788

cpp step2.cpp

#include // for printf #include // main SQLAPI++ header int main(int argc, char* argv[]) { SAConnection con; // connection object SACommand cmd; // create comma
www.eeworm.com/read/420146/10814282

html globals_enum.html

BlueLab: Globals - Enumerations
www.eeworm.com/read/420146/10814344

html globals_eval.html

BlueLab: Globals - Enumeration values
www.eeworm.com/read/420146/10814589

html globals_func.html

BlueLab: Globals - Functions
www.eeworm.com/read/420146/10815071

html energy_8h.html

BlueLab: energy.h File Reference
www.eeworm.com/read/420117/10816142

dfm dm.dfm

object fdm: Tfdm OldCreateOrder = False OnCreate = DataModuleCreate Left = 492 Top = 164 Height = 455 Width = 532 object conn: TADOConnection Left = 32 Top = 10 end
www.eeworm.com/read/349471/10825543

asp conndb.asp