Click here to Skip to main content
15,898,940 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi Everyone,
I have a alredy hosted website and i want to fetch local database of an organisation .In this organisation every day thousand of records are updating ,And i want to fetch all data through website . what to do any body can help me? THANKS IN ADVANCE
Posted
Updated 11-May-12 21:38pm
v3
Comments
Sandeep Mewara 12-May-12 3:35am    
What for? Why? Are you allowed?
kunalkumarsingh 12-May-12 3:41am    
what do u mean by what?why? allowed?
Sandeep Mewara 12-May-12 5:32am    
What your question says is you want to fetch data of an organization through your website. Why you want to do that? Is the organization aware of it?
kunalkumarsingh 12-May-12 6:05am    
sir,
its single organisation,
curreently i am working in copper production company and has more than 9 department and all departments are connected to the organisation server and every day thousands of records are updating on this.this company has own website and i want to fetch some departments data to the website.can u help me please .
Thanks in advance

Seriously?
I wouldn't recommend that at all - use MsSql or MySql to access the database instead of direct access to an Acess DB - Access is pretty poor in multiuser, and that is exactly what happens in a website. SQL is designed to handle it, and will give you a lot less odd problems.
 
Share this answer
 
Comments
Maciej Los 12-May-12 4:55am    
OriginalGriff, I think OP want to fetch data from MS SQL 2005 local server, not from MS Access database...
OriginalGriff 12-May-12 6:03am    
Yes. Good.
What's the problem with doing that? What part of that is giving you difficulties?
kunalkumarsingh 16-May-12 1:20am    
sir OriginalGriff will you tell me in details.I have problem in this task and i want a solution for this.According to you how to perform this task can you explain me in details with code.

Thanks a lot in advance.
Hi !
if you use sql for your database. You can connect to database throught sql server program. You need ip of server and account to access that database.
Goodluck!
 
Share this answer
 
Comments
kunalkumarsingh 15-May-12 4:21am    
sir can you tell me that sql programme .I have IP & ACCOUNT of server .Please..,its seems very difficult for me.Thanks a lot in advaance

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900