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

问题描述

嘿,

我正在尝试开发一个实时访问数据的程序.当前,我有一个系统,该系统接收值,操纵它们以产生不同的值,然后将那些新值存储在"* .csv"文件中.一次可以访问的文件 程序完成.无论如何要创建一个数据库,该数据库可以同时存储操作值以及利用所有先前存储的数据来更新不同的程序(即,根据最新的值,它会更改针的位置) 速度计上基于先前计算出的数据点的平均值)?

I'm trying to develop a program which accesses data in real time. Currently I have a system which takes in values, manipulates them to produce different values, and those new values are then stored in a "*.csv" file which can be accessed once the program is finished. Is there anyway to create a database which can simultaneously store the manipulated values as well as utilize all previously stored data to update a different program (i.e. depending on the most recent value, it changes the needle location on the speedometer based on the average of previous calculated data points)?

本质上:我可以使用Visual Basic来存储数据,同时使用数据库中的值更新第二个程序吗?这是实时完成的.

Essentially: Using visual basic, can I store data while simultaneously use the values in the database to update a second program? This is to be done in real time.

如果您有任何想法,请告诉我.谢谢!

If you have any idea how to accomplish this let me know. THANKS!

推荐答案


这篇关于创建实时访问的数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 17:08
查看更多