本文介绍了在服务器上连接SQL Server数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好.

我需要在C#中创建项目(Windows应用程序),该项目必须安装在7台计算机上
并且所有这些项目必须连接到服务器中的数据库文件才能进行工作(读取和写入),
我知道如何在一台计算机上使用mdf数据库,但这对我来说是新的.

所以首先
-必须使用哪种数据库类型以及如何在服务器中安装它
-在计算机中如何从表中读取和写入

这个项目对我来说还很新,所以如果有任何人可以从beginnig中帮助我
我会非常感激

谢谢大家.

hi every one.

i need to make project(windows application) in C# this project must be installed on 7 computers
and all these project must connect to database file in server to do there work (reading & writting) ,
i know how to use mdf database on one computer but this is new to me.

so first
-what database type must be used and how to install it in server
-in the computers how to read and write from table

this project very new to me so if any one can help me from beginnig
i will be very thankfull

thank to u all.

推荐答案


这篇关于在服务器上连接SQL Server数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-11 10:17