在运行时更改数据连接字符串 [英] Changing dataset connection string at runtime

查看:134
本文介绍了在运行时更改数据连接字符串的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个C#生成的数据集。如何更改连接字符串,这样我就可以使用的数据集与另一个(结构相同但不同的人口)的数据库?这有在运行时,因为我不知道在编译时的服务器或数据库的名称出现。我使用C#2.0。

I have a c# generated dataset. How can I change the connection string so I can use the dataset with another (identically structured yet differently populated) database? This has to occur at runtime as I do not know the server or database name at compile time. I am using c# 2.0.

推荐答案

您可以修改表适配器的单个实例。

You can modify a single instance of the table adapter.

_myAdapter.Connection.ConnectionString = connectionString;

这篇关于在运行时更改数据连接字符串的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆