C
Chris Holmes
Hi,
I'd like to do some brain-picking. I was tasked with updating an
existing Access database. I'm to move the data to MSSQL, keep forms
and reports in Access, and expose some of the functionality through
ASP. My background is almost exclusively in MSSQL w/front end in
VB/ASP/C# - I've only worked with Access by tweaking existing projects
(data always stored in MDB, never outside).
Since I'll have two front ends, my first instinct is to keep
funcionality away from GUI. In this case I thought about writing
stored procedures, and have them handle both data issues and security.
Question 1: How would I go about creating a form in Access based on
stored procedures? The same way it's done in VB for example - writing
code in event handlers and use ADO or DAO to reach the database? Or
can forms be somehow bound to SPs?
Question 2: Can Access forms be bound to views? As you can see I'm
trying to not to have to grant users right directly to tables.
Question 3: What are opinions on how to get from Access to MSSQL?
Using forms bound to linked tables, SPs, views, combination of those?
This project is relatively small, so I'm not too concerned about
performance; I'd rather be able to do it quickly and have an easy way
of moving UI completely to ASP in the future, if the need be.
Sorry if this has been discussed in the past, pointers to such
discussion will be appreciated.
TIA,
Chris
I'd like to do some brain-picking. I was tasked with updating an
existing Access database. I'm to move the data to MSSQL, keep forms
and reports in Access, and expose some of the functionality through
ASP. My background is almost exclusively in MSSQL w/front end in
VB/ASP/C# - I've only worked with Access by tweaking existing projects
(data always stored in MDB, never outside).
Since I'll have two front ends, my first instinct is to keep
funcionality away from GUI. In this case I thought about writing
stored procedures, and have them handle both data issues and security.
Question 1: How would I go about creating a form in Access based on
stored procedures? The same way it's done in VB for example - writing
code in event handlers and use ADO or DAO to reach the database? Or
can forms be somehow bound to SPs?
Question 2: Can Access forms be bound to views? As you can see I'm
trying to not to have to grant users right directly to tables.
Question 3: What are opinions on how to get from Access to MSSQL?
Using forms bound to linked tables, SPs, views, combination of those?
This project is relatively small, so I'm not too concerned about
performance; I'd rather be able to do it quickly and have an easy way
of moving UI completely to ASP in the future, if the need be.
Sorry if this has been discussed in the past, pointers to such
discussion will be appreciated.
TIA,
Chris