代码搜索: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/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/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