1楼:欢乐的尼美
3、程序开始加:using mysql.data.mysqlclient;
4、连接数据库:
2楼:匿名用户
提供参考的
**public class studentservice", stuid);
// 定义***mand对象
sql***mand ***mand = new sql***mand(sql, connection);
trycatch (exception ex)finally
return result;
}#endregion}
3楼:匿名用户
usingsystem;
usingsystem.collections.generic;
usingsystem.***ponentmodel;
usingsystem.data;
usingsystem.data.odbc;
usingsystem.drawing;
usingsystem.linq;
usingsystem.text;
usingsystem.windows.forms;
usingmysqldrivercs;
namespacemysql
privatevoidform1_load(objectsender,eventargse)
} }
把你的数据库名称修改下就行了(18行处),另,个人做法,把连接**保存在一个文件中备用,随用随拷。
4楼:匿名用户
引用mysql.data.dll库连接mysql
关于mysql数据库连接问题,如何轻松解决MYSQL数据库连接过多的错误
1楼 匿名用户 如果报错的话把错误贴出来,还有就是你倒没倒连接jar包 3个jar加在程序里了吗? import java sql connection conn null try catch classnotfoundexception e catch sqlexception e 这样可以么? ...
c和mysql数据库写用户登录界面不会检索数据库
1楼 菜菇娘的小魔姑 连接字符串 data source initial catalog 数据库名 user id 登录名 pwd 登录密码 没有登录密码请将登录名后面的去掉 登录查询语句一般是这样的 select count from 表名 where user id txtuser text a...
C数据库连接登陆失败用的VS2019,sql serv
1楼 匿名用户 检查网络连接是否正常 sql server 2008 服务管理器 先停止运行,再启动 重启数据库服务器 2楼 匿名用户 先把数据库打开 看能用904登陆不 然后把连接字符串 sqlconnection mycon new sqlconnection integrated securi...