A
aboutjav.com
Hi,
I am new with ADO.net and MSDE. I work with SQL server, but our project
requires an export to MSDE. Currently, my connection string is
DbConn = new OleDbConnection("Provider=SQLOLEDB.1;Data
Source="+strSqlServerName+"; Initial Catalog="+strSqlServerDbName+";
uid="+m_strDbUserName+";pwd="+m_strDbPassword);
How do I modify this to find my MSDE database and connect to it? Also,
how do I find the name of the MSDE database server on my PC?
Thanks,
AJ
I am new with ADO.net and MSDE. I work with SQL server, but our project
requires an export to MSDE. Currently, my connection string is
DbConn = new OleDbConnection("Provider=SQLOLEDB.1;Data
Source="+strSqlServerName+"; Initial Catalog="+strSqlServerDbName+";
uid="+m_strDbUserName+";pwd="+m_strDbPassword);
How do I modify this to find my MSDE database and connect to it? Also,
how do I find the name of the MSDE database server on my PC?
Thanks,
AJ