C
Corey-g via AccessMonster.com
Hi all,
I have been reading through tons of posts, and many refer to poor design,
poor programming, etc... as the cause of the problems being addressed. I
would like to avoid being one of these people
What I'm trying to do is get opinions on the best way to build an application.
I need to develop a multi-faced app (order-entry / procurement / asset
management / shipping & receiving / rentals / and reporting on all of these)
that will be "used" by 5 - 7 users quite heavily and another 10 - 20 users
(occasionally) for various reporting & such. I HAVE to use Oracle as the
back-end, and Access for the front end. I have read many posts on this and
understand that it is not a trivial task, but also that it is do-able.
The users are required to log in, and each user will have a valid Oracle
account. The environment where this will be installed is quite locked down,
so the app front-end will be accessed using Citrix.
What is the smartest / best way to handle the database connection(s), and
queries? How can I have the users authenticate only once per session, and
can I keep the session open, or should it be closed each time? How do build
data entry forms - should I link the tables and build the queries, then
remove the links and save the SQL to use in code?
Any thoughts, tips, help, etc... will be greatly appreciated.
Corey
I have been reading through tons of posts, and many refer to poor design,
poor programming, etc... as the cause of the problems being addressed. I
would like to avoid being one of these people

What I'm trying to do is get opinions on the best way to build an application.
I need to develop a multi-faced app (order-entry / procurement / asset
management / shipping & receiving / rentals / and reporting on all of these)
that will be "used" by 5 - 7 users quite heavily and another 10 - 20 users
(occasionally) for various reporting & such. I HAVE to use Oracle as the
back-end, and Access for the front end. I have read many posts on this and
understand that it is not a trivial task, but also that it is do-able.
The users are required to log in, and each user will have a valid Oracle
account. The environment where this will be installed is quite locked down,
so the app front-end will be accessed using Citrix.
What is the smartest / best way to handle the database connection(s), and
queries? How can I have the users authenticate only once per session, and
can I keep the session open, or should it be closed each time? How do build
data entry forms - should I link the tables and build the queries, then
remove the links and save the SQL to use in code?
Any thoughts, tips, help, etc... will be greatly appreciated.
Corey