使用vb.net创建服务器客户端应用程序 [英] Creating a server client application using vb.net

查看:202
本文介绍了使用vb.net创建服务器客户端应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尊敬的专家,

首先,如果这不是一个正确的论坛,我想对不起.

First of all, I want to say sorry if this is not a correct forum.

到目前为止,我已经构建了几个独立的应用程序.但是现在我需要创建一个服务器客户端应用程序,唯一的数据库在服务器上.该应用程序本身已安装在所有客户端计算机上,但并非所有客户端计算机都被授予相同的权限 数据库访问级别.

I have built several standalone applications up until now. But now I need to create a server client application, the only database is on the server. The application itself is installed on all the client computers but not all of them are granted the same level of access to the database.

这样的应用程序的代码与独立应用程序的代码几乎一样吗?

Is the code for an app like this almost the same as for a standalone app?

什么是连接字符串?客户端和服务器端的连接字符串之间有什么区别吗?

What's the connection string? Is there any difference between the connection string of the client side and the server side?

我完全不确定从哪里开始.我正在使用Visual Studio 2008和SQL Server 2008 Express Edition.

I'm totally unsure of where to start. I'm using visual studio 2008 and sql server 2008 express edition.

提前谢谢大家.

推荐答案

这很容易.许多刚开始学习此操作的人都是通过查看教程视频开始的,这些视频位于: http://msdn.microsoft.com/en-us/vbasic/ff718212

It's easy.  Many folks just learning to do this start by going through the tutorial vids, found at: http://msdn.microsoft.com/en-us/vbasic/ff718212

有些人不喜欢使用这些视频中使用的数据集设计器和强类型数据集.作为其中之一,我在代码中使用了基础ADO.Net对象.如果您选择,我将能够帮助您开始这样做 到.

Some people don't like to use the dataset designers and strongly typed datasets, which are used in those videos.  As one of those, I use the underlying ADO.Net objects in code.  I would be able to help you get started doing that, if you choose to.


这篇关于使用vb.net创建服务器客户端应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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