Click here to Skip to main content
16,018,949 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In my project i have to build a web based application.This application will have to work on on-line.we can able to do all data manipulation operation on the data base.i Don't know how to do.please help me.

front end is VB.NET 2005
Back end is MS access 2003

Thank u freinds
Posted
Comments
Dave Kreskowiak 14-Jan-12 18:14pm    
You'll have to refine your question. What exactly do you mean by "on line"? Are you using this in a LAN or acrossed the internet??

What don't you know how to do?
man_udt 15-Jan-12 1:37am    
across Internet..! The db is server. the client application get data from server db.
Sergey Alexandrovich Kryukov 15-Jan-12 0:33am    
"On-line db"? Hm.
--SA
man_udt 15-Jan-12 1:40am    
Do u have any idea..?
man_udt 15-Jan-12 23:07pm    
I need more clear explanation friends

1 solution

Well, you've not going to use an Access database directly acrossed the Internet. Access is a file-based database and you cannot expose a share to the Internet without inviting everyone on this earth to destroy your data and upload everything they want to your share.

The ONLY way you're going to use Access for this is to write a web service front-end to your database. The database then doesn't have to be shared out to the Internet in order for remote clients to get at it. This web service will take requests from your clients and do all the database work for them.

I highly suggest reading up on web services before you even attempt to write a line of code for this.

It would have been easier to use SQL Server...
 
Share this answer
 
Comments
Jαved 16-Jan-12 2:06am    
Completely agreed.
thatraja 17-Jan-12 23:17pm    
5!

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