将Access 2k转换为Web

编程入门 行业动态 更新时间:2024-10-28 13:18:07
本文介绍了将Access 2k转换为Web的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

嘿伙计们 - 不知道这篇文章在哪里适合,所以我很少见其他几个小组,因为 很好 - 希望你不介意...... 我有人在Access 2000中为我创建了一个数据库(或者它被称为 XP?)。当它完成后,我希望它通过网络在线。最终 我想要一个通过ASP,PHP,CGI等访问的在线数据库 - (无所谓)但是各个员工可以访问的地方来自 的任何地方并做他们的工作。这已经有一段时间了,因为我已经编程, 而我的程序员不知道如何在网上访问它。 这个过程容易/困难怎么样?除了表格和一些表格之外,它还将设置NUMBER个查询。这是一个过程,还是相当简单?它是否可能是,或者,我是否需要找另一位开发人员来处理它并且只需要 在线创建它? 这里还有一件事 - 我看到一个好友做同样的事情 - 他的工作 周围只是做虚拟/桌面共享的事情。他在他的电脑上设置了一个迷你的b $ b服务器,所以你可以通过网络登录。然后自动 允许您通过桌面共享使用Access数据库。这可以工作, 但是我知道这不是最好的设置。你的想法? 谢谢 D

Hey guys- not sure where this post fits in, so I cc''d a few other groups as well- hope you dont mind... I have someone creating a database for me in Access 2000 (or is it called XP?). When it''s all done, I''d like it to be online via the web. Ultimately I''d like just an online database accessed via ASP, PHP, CGI, etc- something (doesn''t matter) but where various employees can access the thing from anywhere and do their work. It''s been quite a while since I''ve programmed, and my programmer doesn''t know how to make it accessible on the web. How easy/hard is this process? Beyond just the tables and a few forms, it will have a NUMBER of queries setup. Is this a process, or fairly simple? Is it even possible, or, do I need to find another developer to handle it and just create it online to begin with? Here''s one more thing- I have seen a buddy do the same thing- his work around was just doing the virtual/desktop sharing thing. He setup a mini ''server'' on his pc, so you log in via the web. Then that automatically allows you to use the Access database via desktop sharing. This COULD work, but I get how it''s not the best setup to go with. Your thoughts? Thanks D

推荐答案

你基本上有两种选择, 硬方式:ASP 如果您使用ASP,则需要使用ASP创建所有表单ASP / HTML 基本上你所能做的就是使用Access数据库中的表和一些 查询。 你将需要一个支持ASP的Web服务器来托管数据库和网页。 这是一个非常艰巨的任务,我已经从经典访问转换为asp 过去2几年。 你的应用程序将通过网络更快,没有ms办公室开销。 你可以在这里寻找一些方向: asp101/ www.bullschmidt/DevTip.asp www.w3schools/ www.webf1/ScriptDoc/ msdn.microsoft/library/ de ... ifunctions.asp http://www.aspin。 com / www.connectionstrings/ www.iisfaq/ aspfaq/default.asp D < d@d>在消息新闻中写道:oCord.80250 You have basically two options, Easy Way: Terminal Services/Remote Desktop Connections Hard Way: ASP If you use ASP, all of you forms will need to be created using ASP/HTML Basically all you will be able to do is use the tables and some of the queries from the Access Database. You will need an ASP capable web server to host the database and web pages. It is a pretty daunting task, I have switched from classic access to asp over the last 2 years. You apps will be faster over the web, no ms office overhead. You can look here for some direction: asp101/ www.bullschmidt/DevTip.asp www.w3schools/ www.webf1/ScriptDoc/ msdn.microsoft/library/de...ifunctions.asp www.aspin/ www.connectionstrings/ www.iisfaq/ aspfaq/default.asp "D" <d@d> wrote in message news:oCord.80250

EZ.70402@okepread07 ... EZ.70402@okepread07... 嘿伙计们 - 不知道这篇文章适合哪里,所以我cc' '其他几个小组以及 - 希望你不介意...... 我有人在Access 2000中为我创建一个数据库(或者它被称为 XP?) 。当它完成后,我希望它通过网络在线。最终我想要一个通过ASP,PHP,CGI等访问的在线数据库 - 东西(没关系)但是各个员工可以从任何地方访问这个东西并做他们的工作。自从我编程以来已经有一段时间了,我的程序员不知道如何在网上访问它。这个过程如何简单/困难?除了表格和一些表格之外,将设置NUMBER个查询。这是一个过程,还是相当简单?是它甚至是可能的,或者,我是否需要找到另一个开发人员来处理它并且只是在网上开始创建它? 这里还有一件事 - 我见过一个好友做同样的事情 - 他的工作就是做虚拟/桌面共享的事情。他在他的电脑上设置了一个迷你的服务器,所以你通过网络登录。然后自动允许您通过桌面共享使用Access数据库。这可以工作,但我知道这不是最好的设置。你的想法?谢谢 Hey guys- not sure where this post fits in, so I cc''d a few other groups as well- hope you dont mind... I have someone creating a database for me in Access 2000 (or is it called XP?). When it''s all done, I''d like it to be online via the web. Ultimately I''d like just an online database accessed via ASP, PHP, CGI, etc- something (doesn''t matter) but where various employees can access the thing from anywhere and do their work. It''s been quite a while since I''ve programmed, and my programmer doesn''t know how to make it accessible on the web. How easy/hard is this process? Beyond just the tables and a few forms, it will have a NUMBER of queries setup. Is this a process, or fairly simple? Is it even possible, or, do I need to find another developer to handle it and just create it online to begin with? Here''s one more thing- I have seen a buddy do the same thing- his work around was just doing the virtual/desktop sharing thing. He setup a mini ''server'' on his pc, so you log in via the web. Then that automatically allows you to use the Access database via desktop sharing. This COULD work, but I get how it''s not the best setup to go with. Your thoughts? Thanks D

哦,jeez-我很害怕。嗯......你能解释一下终端 服务交易是如何运作的吗?员工可以从家里登录,将一些文件从他们的机器本地上传到Access虚拟数据库,然后输入 数据吗?如果有超过1个人同时使用 数据库,那该怎么办?可能是一个选择... 感谢您的回复和链接 - 我也会检查这些。我的问题是 我的程序员不知道ASP和诸如此类的东西,所以......我坚持使用他,或者, 为其他人提供工作。我愿意接受,我只需要这样做 尽快。 再次感谢! D shar0n82 < SH ****** @ nospam.hotpop>在消息中写道 新闻:eO **************** @ TK2MSFTNGP14.phx.gbl ... Oh jeez- I was afraid of that. Hmmmm... can you explain how the Terminal Services deal works? Can an employee login from home, upload some files from their machine locally to the Access virtual database, and then enter data as well? How does that work if there''s more than 1 person using the database at the same time? That MIGHT be an option... Thanks for the reply and links- I''ll check those out as well. My problem is my programmer doesnt know ASP and whatnot, soo... Im stuck using him, or, fidning someone else for the job. I''m open to either, I just need this done asap. Thanks again! D "shar0n82" <sh******@nospam.hotpop> wrote in message news:eO****************@TK2MSFTNGP14.phx.gbl... 你基本上有两个选项,简单方法:终端服务/远程桌面连接硬盘方式:ASP 如果你使用ASP,你需要使用ASP / HTML创建所有表单基本上你所能做的就是使用Access数据库中的表和一些查询。你需要一个支持ASP的Web服务器来托管数据库和web页面。 这是一项非常艰巨的任务,在过去的两年里,我已经从经典访问切换到了asp 。你的应用程序在网络上会更快,没有办公室开销。您可以在这里寻找方向: asp101/ www.bullschmidt/DevTip。 asp www.w3schools/ www.webf1/ScriptDoc/ msdn.microsoft/library/de...ifunctions.asp www.aspin/ www.connectionstrings/ www.iisfaq/ aspfaq/default.asp D < d@d>在消息新闻中写道:oCord.80250 You have basically two options, Easy Way: Terminal Services/Remote Desktop Connections Hard Way: ASP If you use ASP, all of you forms will need to be created using ASP/HTML Basically all you will be able to do is use the tables and some of the queries from the Access Database. You will need an ASP capable web server to host the database and web pages. It is a pretty daunting task, I have switched from classic access to asp over the last 2 years. You apps will be faster over the web, no ms office overhead. You can look here for some direction: asp101/ www.bullschmidt/DevTip.asp www.w3schools/ www.webf1/ScriptDoc/ msdn.microsoft/library/de...ifunctions.asp www.aspin/ www.connectionstrings/ www.iisfaq/ aspfaq/default.asp "D" <d@d> wrote in message news:oCord.80250

更多推荐

将Access 2k转换为Web

本文发布于:2023-10-16 15:46:20,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1498017.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:转换为   Access   Web

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!