如何创建私人数据库? [英] How to create a private data base?

查看:163
本文介绍了如何创建私人数据库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在我的工作区有一台电脑,没有上网(也没有办法连接,即使是从手机上的热点,也没有网络。)



如何为我的私人计算机网站创建数据库文件/文件夹idk。?



我尝试过:



i刚刚发现有SQL要下载..我没有网,所以我无法下载它。 :C

i have at my workspace at single computer, with out internet(and there is no way to connect to, even from hotspot from the phone, shorty NO NET.)

how can i create a database file/folder idk for my private computer web.?

What I have tried:

i have just found that there is SQL to download.. and i have no net, so i can't download it. :C

推荐答案

如果你没有网络,那么显然你不能直接下载任何东西。



但是要使用多用户数据库(这是私人计算机网络所暗示的),你需要一个基于服务器的数据库 - 实际上这意味着SQL Server或MySql。

所以选择一个你想要,回家吧。使用家庭网络下载相应的包,并将其复制到USB记忆棒。拿起棍子工作,希望你可以从棍子上安装。如果你不是,请与你的老板交谈并解释你为什么不能做他想做的事情 - 解决他的问题!
If you have no internet then you can't directly download anything, obviously.

But to use a multiuser DB (and that's implied by the "private computer web"), you will need a server based DB - which in reality means SQL Server or MySql.
So pick the one you want, and go home. Use your home internet to download the appropriate package, and copy it to a USB stick. Take the stick to work and hope you are allowed to install from teh stick. If you aren't, talk to your boss and explain why you can't do what he wants - make it his problem to fix!


你安装了Office吗?如果是这样,它是否附带Microsoft Access?那里有一个数据库供你使用 - 对于多个用户来说这不是一个很好的选择,但对单个用户来说应该没问题。



你想要写一个桌面的应用程序应用程序或您可以使用本地网页吗?如果您可以使用本地网页,只需连接到IndexedDB - 这是一个基于浏览器的数据库。
Do you have Office installed? If so, does it come with Microsoft Access? There's a database right there for you - it's not a great choice for multiple users but should be okay for a single user.

Is the application you want to write a desktop application or could you use a local web page for it? If you can use a local web page, just connect to IndexedDB - this is a browser based database.


这篇关于如何创建私人数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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