473,394 Members | 1,746 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Access DB to internal website

164 100+
So I have been reading up on this, and I could sure use some advice...

I have sharepoint services 3.0 running on a server... I have a database I would like to be accessed via Web interface so my team and I can simply log on to check things in real time and edit forms in real time. Right now the access database is on my computer and nobody else has access to it.

would the actual share point server accomplish this? becuase as of right now I can log into sharepoint services website and it is under shared documents, but then I have to save or open on a local machine and then publish it back to the server. There has got to be a way to do all of this in the web interface???

I can get what ever it takes to make this happen I just dont know what it is!

Someone please help!
Oct 4 '07 #1
9 2004
NeoPa
32,556 Expert Mod 16PB
This is probably not the best place to be asking this as the expertise required here is web-based rather than Access based. It's also quite specific to sharepoint so that also narrows down the number of people who may be able to help.
I'm happy to move this to the HTML / CSS forum if you'd like. Otherwise feel free to leave it here but don't hold your breath.

Good luck whatever.
Oct 5 '07 #2
mbatestblrock
164 100+
This is probably not the best place to be asking this as the expertise required here is web-based rather than Access based. It's also quite specific to sharepoint so that also narrows down the number of people who may be able to help.
I'm happy to move this to the HTML / CSS forum if you'd like. Otherwise feel free to leave it here but don't hold your breath.

Good luck whatever.

Please by all means move it somewhere would I may be able to get some help. Thank you very much!
Oct 5 '07 #3
NeoPa
32,556 Expert Mod 16PB
Please by all means move it somewhere would I may be able to get some help. Thank you very much!
I can't promise how much help you'll get as it's quite a specific question but there are two things in their favour
  1. There are fewer questions to get lost in
  2. Their expertise is at least more to do with this side of things.
Let's see how it goes anyway.
Oct 5 '07 #4
Any luck on your problem yet as I have a similar problem, and would like to know how your making out with it

Thanks
Nate
Oct 21 '07 #5
NeoPa
32,556 Expert Mod 16PB
Nothing as yet Nate. We like to keep answers in the thread so anyone can find them.
However, I've asked a couple of experts to look at this thread specifically so hopefully they may know something.
Oct 21 '07 #6
drhowarddrfine
7,435 Expert 4TB
This question is specific to a program or technology. I'm not sure this question has anything to do with html or css because neither can do what you want. If anything, you need a programming language of your choice. Personally, I know nothing of Sitepoint.
Oct 22 '07 #7
jhardman
3,406 Expert 2GB
This question is specific to a program or technology. I'm not sure this question has anything to do with html or css because neither can do what you want. If anything, you need a programming language of your choice. Personally, I know nothing of Sitepoint.
I don't know anything about it either, but I do have experience connecting db's to web interfaces. There are several ways to do this depending mostly on your server. Do you know what kind of server you are using?

Jared
Oct 22 '07 #8
mbatestblrock
164 100+
Hey guys. just a little update sorry it took nine years!

any who, I was kind of trying to find an easy way to do this, and it turns out there is no easy way, and your right in saying it doesnt really belong in an html/css thread. but Ill keep her going anyways.

as far as the server I am running, currently it is IIS 6 but could be changed to anything. It is just running in our office so it really would not matter if apache was put on it. Soooo, With that being said. I have been reading up on a bit of this, and I am no programmer but I am sooo interested in the things that can be done ASP, mysql, php etc. I am getting into it slowly but surely.

So far to accomplish a bit of what I needed (which is I have an access database and in it there is an inventory table and I wanted this to be easily accessible on our network for me and my coworkers to see, so I wanted it on the web) I wanted the entire deal on the server though. Really what I wanted was to log into the page and more or less see what I saw when I started up my access database.


Turns out they have software that will convert your access database into a php and mysql page, but I didnt like it at all!

So I duh around a bit more and ended up getting Microsoft Expression Web and Microsoft Visual Studio 2005.

Now EW and VS will accomplish this task that I did, for some reason I did it in EW because it seemed a little easier than learning VS at the time.

anyways, in EW you can connect to an access database source and tell it what queries or table you want to pull.

and that was the end to my first problem. It was very easy to do.

I do want to get into much heavier databasing though, and have this inventory database be dealt with via web interface. So well see what further adventures bring.


It is late, and I am tired but I hope this brought some help to anyone???
Oct 23 '07 #9
NeoPa
32,556 Expert Mod 16PB
It seems like you've been busy and thanks for the update :)
We'll consider this one resolved then and you can post further problems as and when you find them.
Oct 23 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: paul calvert | last post by:
I hope somewhere here has encountered and solved a similar problem in the past. 1) on a new Win2000 PC: installed Visual C++ 6.0 download & install single file Service Pack 5.0 2) try to...
1
by: WC Justice | last post by:
I have a SQL Server-driven website with public and secure areas. Anonymous connection is via IUSR and authentication for the secure area is done via asp. Several pages first authenticate with asp...
9
by: CMan | last post by:
Hi , We have a internal database application which we now need to update from a website hosted at an external site. We want users to be able to come to the website and see their very latest...
11
by: scorpion53061 | last post by:
I have been asked to come up with a way to make a instant message program that will allow our outside customers by clicking on a name in a drop down menu can IM who they want. THe application I...
12
by: dennist685 | last post by:
How to get an Access database on the web from my own computer I have an Access database project in inetpub/wwwroot/Access2 . I build it, and then press cntrl-F5. - I still get the development...
3
by: phil cunningham | last post by:
I am using Access to run a database within the company and also have a website that makes some of the information available to the general public And so far everything is working very well q....
2
by: phil cunningham | last post by:
I am using Access to run a database within the company and also have a website that makes some of the information available to the general public And so far everything is working very well q....
9
by: JT | last post by:
Here is the overall structure I will be referring to: End-program ProvideWorkFlow.dll Forms and methods that properly manipulate calls to methods in AccessUtils AccessUtils (a web service)...
1
by: Richard Coltrane | last post by:
Hi there, The docs say that default access modifier is internal. My own experience has been that it is internal. And yet almost every website Ive seen on the web tries to tell me its public?? Am...
1
by: Hang | last post by:
Hi, We publish our pages in a 3rd party web server, so they host our website. but behind scence data is stored in our internal SQL server, all outside traffic needs go through our router before...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.