发布网友 发布时间:2024-10-21 12:06
共4个回答
热心网友 时间:2024-10-21 12:11
如果你需要连接到其他机子的数据库的话就需要用到网路
如果只是在自己本地机子做连接就不需要网络
String strConnection="server=localhost;userid=sa;password=1;database=XXXX";
在localhost这个位置就是写你要连接数据库的名称或者IP地址
从以上可以看出
有时候是需要用网络的!
热心网友 时间:2024-10-21 12:08
要看你用的什么数据库了,不过根据你的情况肯定是不用的,就是连本机的数据库嘛
热心网友 时间:2024-10-21 12:09
不用。
和我刚开始学的时候顾虑的一样……
热心网友 时间:2024-10-21 12:10
不需要!
热心网友 时间:2024-10-21 12:09
如果你需要连接到其他机子的数据库的话就需要用到网路
如果只是在自己本地机子做连接就不需要网络
String strConnection="server=localhost;userid=sa;password=1;database=XXXX";
在localhost这个位置就是写你要连接数据库的名称或者IP地址
从以上可以看出
有时候是需要用网络的!
热心网友 时间:2024-10-21 12:10
要看你用的什么数据库了,不过根据你的情况肯定是不用的,就是连本机的数据库嘛
热心网友 时间:2024-10-21 12:10
不用。
和我刚开始学的时候顾虑的一样……
热心网友 时间:2024-10-21 12:12
不需要!