![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Vista Administration, Accounts and Passwords Queries, comments and issues relating to the administration of Windows Vista. (microsoft.public.windows.vista.administration_accounts_passwords) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello,
I don't know if this is the right place to post this question but if not may someone could advise me where would be a better place. I have a VB6 application that creates an ODBC System datasource on the fly. However, with UAC enabled it will not create the ODBC datasource. I believe the problem may be associated with the fact that it thinks I am not an Administrator (with UAC on) but I am! I added some code to test using the funtion "IsUserAnAdmin" and it returns no when UAC is enabled and yes when UAC is turned off. I'm thinking if I could find out why it says I'm not an administrator (and I could get it elevated), that I would be able to programmatically add a data source. Any ideas? Thanks, Vic |
|
|||
|
"Vic" wrote in message news ![]() Hello, I don't know if this is the right place to post this question but if not may someone could advise me where would be a better place. I have a VB6 application that creates an ODBC System datasource on the fly. However, with UAC enabled it will not create the ODBC datasource. I believe the problem may be associated with the fact that it thinks I am not an Administrator (with UAC on) but I am! I added some code to test using the funtion "IsUserAnAdmin" and it returns no when UAC is enabled and yes when UAC is turned off. I'm thinking if I could find out why it says I'm not an administrator (and I could get it elevated), that I would be able to programmatically add a data source. Any ideas? Thanks, Vic I was able to resolve this by adding a User DSN programmatically instead of a System DSN |
|
|||
|
"Vic" wrote in message news ![]() Hello, I don't know if this is the right place to post this question but if not may someone could advise me where would be a better place. I have a VB6 application that creates an ODBC System datasource on the fly. However, with UAC enabled it will not create the ODBC datasource. I believe the problem may be associated with the fact that it thinks I am not an Administrator (with UAC on) but I am! I added some code to test using the funtion "IsUserAnAdmin" and it returns no when UAC is enabled and yes when UAC is turned off. I'm thinking if I could find out why it says I'm not an administrator (and I could get it elevated), that I would be able to programmatically add a data source. Any ideas? Thanks, Vic I was able to resolve this by adding a User DSN programmatically instead of a System DSN |