If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Pervasive.SQL > encyption database access

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-17-04, 12:07
jeffs jeffs is offline
Registered User
 
Join Date: Mar 2004
Posts: 2
encyption database access

I am trying to use odbc to connect to an encrypted database. I have the key, but I do not know how to use it to get in. Any help would be appreciated.

Thanks
Reply With Quote
  #2 (permalink)  
Old 03-17-04, 12:39
mirtheil mirtheil is offline
Registered User
 
Join Date: Dec 2001
Posts: 1,026
What version of Pervasive are you using? You might try the SET OWNER statement:
SET OWNER="ownername"
__________________
Mirtheil Software
Certified Pervasive Developer
Certified Pervasive Technician
Custom Btrieve/VB development
http://www.mirtheil.com
I do not answer questions by email. Please post on the forum.
Reply With Quote
  #3 (permalink)  
Old 03-17-04, 12:56
jeffs jeffs is offline
Registered User
 
Join Date: Mar 2004
Posts: 2
I am using 2000I.
Reply With Quote
  #4 (permalink)  
Old 03-17-04, 14:40
mirtheil mirtheil is offline
Registered User
 
Join Date: Dec 2001
Posts: 1,026
I tried with SP4 2000i and using the PCC, was able to do the following:
SET OWNER="owner"#
select * from encryptedtable
Once I ran the Set Owner, I was able to read the table.
__________________
Mirtheil Software
Certified Pervasive Developer
Certified Pervasive Technician
Custom Btrieve/VB development
http://www.mirtheil.com
I do not answer questions by email. Please post on the forum.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On