本文介绍了保存并从SQL检索数据而无需定义连接字符串的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好..朋友在vb.net中是可能的,我们可以保存sql或从中检索数据,而无需在单个表中定义连接字符串(如果可以的话),然后告诉我如何做,请您的帮助.

在此先感谢

Parveen Rathi

Hi.. friends is that possible in vb.net that we can save or retrieve data from sql without define the connection string only in single table if it is possible then tell me how, please I need the help of you.

Thanks in advance

Parveen Rathi

推荐答案

Dim sqlCon as New SqlConnection("server='servername';Initial Catalog='databasename';user id='username';password='password'")



这篇关于保存并从SQL检索数据而无需定义连接字符串的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-12 04:53