skeeter23
$HASP OK
- Local time
- Today, 17:20
- Joined
- Apr 26, 2011
- Messages
- 19
I am currently developing a system that will eventually handle large portions of job control, tracking, and billing data. This system may be accessed simultaneously by 25 or more users at any given time.
So far the interface, subsequent code, and structure are built on a split access frontend/backend that has always been planned for backend SQL migration.
The latest word from the server DBA's now is almost a complete red light on letting me have proper rights to create the backend. Having to rely on them to make changes and updates for me is entirely unacceptable due to thier "normal" response times and service levels.
Do I fight this fight or simply continue to develop as is on an access backend doing as much as I can to be ready for a move to SQL if/when I can?
My biggest concerns are data integrity, availability, and speed.
So far the interface, subsequent code, and structure are built on a split access frontend/backend that has always been planned for backend SQL migration.
The latest word from the server DBA's now is almost a complete red light on letting me have proper rights to create the backend. Having to rely on them to make changes and updates for me is entirely unacceptable due to thier "normal" response times and service levels.
Do I fight this fight or simply continue to develop as is on an access backend doing as much as I can to be ready for a move to SQL if/when I can?
My biggest concerns are data integrity, availability, and speed.