Problem in Share-Level to User-Level, VB6,Jet4 
Author Message
 Problem in Share-Level to User-Level, VB6,Jet4

Hi - In the past I have run successfully with share-level security:

   cnn.Provider = "Microsoft.Jet.OLEDB.4.0"
   cnn.Properties("Jet OLEDB:Database Password") = strPassword
   cnn.Properties("Mode") = adModeReadWrite
   cnn.Properties("Data Source") = strURL

Now I have successfully converted the DB to user-level security using
Access, but I have been unable to find the commands for sending the DB
owner's name and password.  Help would be very much appreciated!

- Pete



Sat, 14 Aug 2004 11:04:08 GMT  
 Problem in Share-Level to User-Level, VB6,Jet4
Peter

See here

http://www.able-consulting.com/ADO_Conn.htm#OLEDBProviderForMicrosoftJet

regards

Ian Williams

** invalid reply address, change dk to denmark

Tips & Tricks - http://tips.kingsoft-denmark.com


Quote:
> Hi - In the past I have run successfully with share-level security:

>    cnn.Provider = "Microsoft.Jet.OLEDB.4.0"
>    cnn.Properties("Jet OLEDB:Database Password") = strPassword
>    cnn.Properties("Mode") = adModeReadWrite
>    cnn.Properties("Data Source") = strURL

> Now I have successfully converted the DB to user-level security using
> Access, but I have been unable to find the commands for sending the DB
> owner's name and password.  Help would be very much appreciated!

> - Pete



Sat, 14 Aug 2004 14:11:38 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. VB6 - Capture KeyUp at Form Level - Not FileListBox Control Level

2. VB6, ADO, and writing to an Access 2000 db with user level security

3. Remote Data Objects in combination with level 1 compliance level

4. Module Level Versus Subroutine Level

5. dim at procedure level or module level

6. How to cancel a large multiple level procedure from several levels in

7. User-Level Security problem

8. PROBLEM Connecting to User Level secured Access Database with ADO

9. SHOW ALL TOP LEVEL SHARES IN A NETWORK

10. OBTAINING TOP LEVEL SHARES ON A NETWORK

11. form-level keyboard handler problem (set problem = me?)

12. OpenDataSource name argument and user-level security

 

 
Powered by phpBB® Forum Software