JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1617
|
Re: How can VB use system account? Archived to Disk
It's not a answer to you're question, but some possible tips/ideas:
1) you can always schedule a program to run in the system accound (AT command), but then you don't have ANY network access.
2a) offhand I don't think a system account running a program has any network rights, so if it requires the network it won't work.
2b) I don't think part of the program running in the system will work any differently.
as far as being able to view, but not change the database...
3) make sure the database is setup on a shared folder that allows (all users needed) to make changes to the folder and files. If they can't, (can't remember if it's write, full or what for the rights) NT will block the updates, reguardless of how the program's designed (making it a IT problem).
4) make sure the connections allow updates (dynamic, lock optimistic) from the program.
5) if you have security setup in the database itself, make sure it allows updates.
offhand given what you've said it seems like point 3 may apply more than the others.
|