问题描述
你好,
我正在开发一个连接到数据库服务器(不是本地数据库)的Win移动应用程序,我需要获取连接到数据库所需字段的用户输入,例如服务器,数据库,用户ID和pass.首先,我必须连接到我在保存用户输入的地方创建的一些本地数据库!我已经完成了到本地数据库的连接,我在其中保存了输入,但是我不知道如何获得与外部服务器的新连接的那些输入!
我需要一个解决方案的帮助,您认为该解决方案更适合这种情况,并且有些代码会很棒.
问题是,什么是最好的方法?
我正在使用C#.NET Framework 3.5,sqlce,Windows移动应用程序!!!
Hello,
I''m developing a win mobile app that connect to a db server(not local db),and i need to get the user inputs of the fields needed to connect to the db,as server,database,user id and pass.But first i have to connect to some local db that i have created where i save the user inputs!!
I have done the connection to the local db where i save the inputs but i dont know how to get those inputs for the new connection to the outside server!!
I need help for a solution you think it will be more appropriate for this case,and some code it will be great.
The question is,whats the best way to do this??
Im using C# .NET framework 3.5 ,sqlce,windows mobile application!!!!
推荐答案
这篇关于帮助.Net连接到数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!