Visual Basic中的SQL Server安装程序 [英] SQL Server Setup Within Visual Basic

查看:88
本文介绍了Visual Basic中的SQL Server安装程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我大学的第二年,我希望为我的项目创建一个数据库。我喜欢在工作之上,我想创建自己的数据库,我可以用它来玩。



我对这个编程领域并不熟悉我已经喜欢它,虽然我最初的想法中有一些楼层。





创建数据库似乎是一个问题,我不能看到互联网上的许多教学帖子,他们总是告诉我如何连接到现有的数据库。





我理想的是在raspberry pi上托管服务器并使用visual basic连接到它。





虽然看起来我不能这样做?或者我错过了什么?



或者在我的桌面上创建一个主机。



(通过某种程序或使用VMWare并创建虚拟机)

另一个问题是,当你通过visual basic连接时,他们有机会创建表格。





感谢您的时间,Trevor Boultwood

Its my second year in college and I hope to create a database for my project. I like to be on top of the work and I wanted to create my own database I could use for playing around.

I am completely new to this area of programming and I love it already, though I have some floors in my initial ideas.


Creating a database seems to be a problem, I cant see many instructional posts out in the internet, they always tell me how to connect to an existing database.


What I ideally want is to host a server on a raspberry pi and connect to it with visual basic.


Though It looks like I cant do that? OR have I missed something?

Or either create one to host on my desktop.

(Through some sort of program or by using VMWare and creating a virtual machine)
Another question, is their a chance of creating tables while your connected through visual basic.


Thank you for your time, Trevor Boultwood

推荐答案

Raspberry Pi非常好(我有2个),但是你不能在它们上运行SQL Server。您可以运行像MySQL这样的基于Linux的数据库。



是的,您可以使用VB以编程方式创建表,具体取决于您选择的数据库。



如果你想在RPi上运行VB.Net代码,你需要在它上面安装Mono,并且要注意,Mono没有很棒的VB支持所以你可能想学习C#。
Raspberry Pi's are pretty nice (I have 2), but you can't run SQL Server on them. You may be able to run a Linux based database like MySQL.

Yes, you can create tables programmatically with VB, how exactly you do it depends on the database you select.

If you want to run VB.Net code on the RPi, you'll need to install Mono on it, and be aware, Mono doesn't have great VB support so you may want to try to learn C#.


这篇关于Visual Basic中的SQL Server安装程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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