English 中文(简体)
出版《2010年Split Access》数据库以分享点
原标题:Publishing a Split Access 2010 Database to Sharepoint

我被指派在我的组织中承担一项任务,即收集一个目前分开的出入数据库,并将其出版给一个共享点服务器。 数据库目前与网络份额的后端(表、查询、报告等)和向最终用户分发的前端(格式、查询、报告等)相分离。

然而,由于网络问题,这已经变得效率低下,我们现在正在探索分享和获取服务。 我最初的想法是,将背面转换成与网络兼容的表格,单独出版背端,使之成为一个共享点服务器。 由于为前端设定的客户目标并非易转换(如果有的话),我认为,我将把前端物体与公布后台制作的股东名单一联系起来。 然而,我难以找到任何关于如何落实这一联系的文件。

是否有任何人在此之前处理过这个问题,或对我如何履行这一联系有任何不满意,或者我是否正在以这种错误的方式处理?

我选择了这条道路,因为我认为这是最容易的,因为考虑到目前建立的数据系统,但我也考虑了其他途径,例如把前端和后端结合起来,或简单地制造新的网络兼容目标。 我感到,简单地抛弃目前的前端并开始创造所有新的网络兼容形式、问询和报告,是浪费的。

Any help or feedback will be greatly appreciated!

谢谢。

问题回答




相关问题
what is wrong with this mysql code

$db_user="root"; $db_host="localhost"; $db_password="root"; $db_name = "fayer"; $conn = mysqli_connect($db_host,$db_user,$db_password,$db_name) or die ("couldn t connect to server"); // perform query ...

Users asking for denormalized database

I am in the early stages of developing a database-driven system and the largest part of the system revolves around an inheritance type of relationship. There is a parent entity with about 10 columns ...

Easiest way to deal with sample data in Java web apps?

I m writing a Java web app in my free time to learn more about development. I m using the Stripes framework and eventually intend to use hibernate and MySQL For the moment, whilst creating the pages ...

join across databases with nhibernate

I am trying to join two tables that reside in two different databases. Every time, I try to join I get the following error: An association from the table xxx refers to an unmapped class. If the ...

How can I know if such value exists in database? (ADO.NET)

For example, I have a table, and there is a column named Tags . I want to know if value programming exists in this column. How can I do this in ADO.NET? I did this: OleDbCommand cmd = new ...

Convert date to string upon saving a doctrine record

I m trying to migrate one of my PHP projects to Doctrine. I ve never used it before so there are a few things I don t understand. In my current code, I have a class similar to this: class ...

热门标签