Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Does a application written with DBISAM need Administrator Rights?
Tue, May 20 2008 4:43 AMPermanent Link

Dave
If you write database application using DBISAM and install it
on an XP Pro computer with User Rights, will the program function?

I am simply curious as I write a simple database using DBISAM
but it always seems to need to be run as an administrator to function?

Thank you
Tue, May 20 2008 5:50 AMPermanent Link

Jan Ferguson

Data Software Solutions, Inc.

Team Elevate Team Elevate

Dave:

Yes, it will function, given that there will be no registry keys (i.e.,
HKLM), drivers which need to be registered or other items which require
administrative rights to install in the first place.

Will you be using local file access or client server? From your message
it appears that it might be a simple desktop type of application.

There is nothing in DBISAM which will prevent you from installing the
database you describe below with User Rights and accessing/running it
with User Rights. I have done the same thing on numerous occasions with
no problems.

--
Regards,
Jan Ferguson [Team Elevate]


Dave wrote:

<<If you write database application using DBISAM and install it
<<on an XP Pro computer with User Rights, will the program function?
<<
<<I am simply curious as I write a simple database using DBISAM
<<but it always seems to need to be run as an administrator to function?
Tue, May 20 2008 6:19 AMPermanent Link

Dave
Thank you Jan,
I think the problem these days is that IT administrators are going to town on Group Policy.
I have a program that doesnt use the Registry and puts the data files in
C:\Users\TheirName\AppData\Local\MyDatabase
This is the only place it writes and reads apart from its own directory, which only
contains the exe.
Of and I use the system temp path to store the DBISAM temp files.

It must be group policy that is blocking it.





"Jan Ferguson [Team Elevate]" <jbNOSPAMfergusonATgmailDOTcom> wrote:

Dave:

Yes, it will function, given that there will be no registry keys (i.e.,
HKLM), drivers which need to be registered or other items which require
administrative rights to install in the first place.

Will you be using local file access or client server? From your message
it appears that it might be a simple desktop type of application.

There is nothing in DBISAM which will prevent you from installing the
database you describe below with User Rights and accessing/running it
with User Rights. I have done the same thing on numerous occasions with
no problems.

--
Regards,
Jan Ferguson [Team Elevate]


Dave wrote:

<<If you write database application using DBISAM and install it
<<on an XP Pro computer with User Rights, will the program function?
<<
<<I am simply curious as I write a simple database using DBISAM
<<but it always seems to need to be run as an administrator to function?
Tue, May 20 2008 7:37 AMPermanent Link

"Rita"

"Dave" <david@itfx.com.au> wrote in message
news:EA1D9F61-47DA-4C6F-8CD5-F414C502C2D9@news.elevatesoft.com...
> Thank you Jan,
> I think the problem these days is that IT administrators are going to town
> on Group Policy.

Thats right they have all done the MS course, by them I mean spotty
teenagers
who didnt do to well at school but his granny thinks he is a whizz on
computers,
coz he is in his room all day. So she funds a course for an MS ticket to
wreak
havoc on someones network.

> I have a program that doesnt use the Registry and puts the data files in
> C:\Users\TheirName\AppData\Local\MyDatabase
> This is the only place it writes and reads apart from its own directory,
> which only
> contains the exe.
> Of and I use the system temp path to store the DBISAM temp files.
>
> It must be group policy that is blocking it.
>

I dont think you are far wrong there ;-(
Rita

Image