how to link access database to asp dynamic web page

H

Haroon

hi

i would like to use access database for storing/retrieving data from my
website instead of oracle sql server database as it is quite basic and simple
data management.

is there a way of doing this?

many thanks in advance.
 
M

Mr. Arnold

Haroon said:
hi

i would like to use access database for storing/retrieving data from my
website instead of oracle sql server database as it is quite basic and simple
data management.

is there a way of doing this?

many thanks in advance.

Are you talking about an ASP.NET Dynamic Data Web page?
 
P

Pete Hurst

Haroon said:
i would like to use access database for storing/retrieving data from my
website instead of oracle sql server database as it is quite basic and
simple
data management.

You can use a connection string like this:
DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=path/to/database.mdb;

Pete
 
H

Haroon

yes i want to build asp web page to show data from ms access database.
also add/remove data from webpage when user clicks add/delete button/options
cheers.
 
M

Mr. Arnold

Haroon said:
yes i want to build asp web page to show data from ms access database.
also add/remove data from webpage when user clicks add/delete button/options
cheers.


Well, ASP.Net Dynamic Data Web site supports Linq-2-SQL MS SQL Server
and it supports ADO.NET Entity Framework an ORM solution. ADO.NET EF
supports MS SQL Server and several other databases, but it doesn't
support MS Access.

If I recall, should be able to upload Access data into SQL Server.
 
H

Haroon

thanks,
bascially i want to build a web page in asp to show data from ms access
database, also be able to add/delete data from the website, without going to
ms access database.

also want a search and sort options on the web page.

many thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top