dbTalk Databases Forums  

Client / server data retrieval

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss Client / server data retrieval in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Hans Munkwitz
 
Posts: n/a

Default Client / server data retrieval - 12-06-2006 , 12:17 PM






I have a Client/Server application where the Client is MS-ACCESS 2000 and
the Server is SQL SERVER 2000. The two entities reside on separate
platforms(Machines). The server contains tables in which some
columns(fields) are encrypted and must therefore be decrypted to view them.
This works great when using UDF procedures to do the encrypting/decrypting.

My question is: How can I access the data either encrypted or decrypted from
the MS-ACCESS client using SQL via an ODBC connection. The normal data
transfer between the Client/Server is achieved using a Linked Database. The
normal SQL's utilizing the UDF's on SQL server do not seem to be accessible
using the normal MS-ACCESS Sql's.

Thanks in advance for any helpful suggestions....



--
Hans Munkwitz
Pace Data Systems, Inc.



Reply With Quote
  #2  
Old   
Arnie Rowland
 
Posts: n/a

Default Re: Client / server data retrieval - 12-06-2006 , 01:23 PM






Hans,

You 'should' still be able to use the UDF to encrypt/decrypt the data. You
may need to create views that allow the decryption -but if the security
isn't done correctly, then any protection provided by encrypting the data
could be lost.

Please post the entire SELECT query, table definitions (DDL), and some
sample data.

See: http://www.aspfaq.com/5006

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous

You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf


"Hans Munkwitz" <msnews.microsoft.com> wrote

Quote:
I have a Client/Server application where the Client is MS-ACCESS 2000 and
the Server is SQL SERVER 2000. The two entities reside on separate
platforms(Machines). The server contains tables in which some
columns(fields) are encrypted and must therefore be decrypted to view
them.
This works great when using UDF procedures to do the
encrypting/decrypting.

My question is: How can I access the data either encrypted or decrypted
from
the MS-ACCESS client using SQL via an ODBC connection. The normal data
transfer between the Client/Server is achieved using a Linked Database.
The
normal SQL's utilizing the UDF's on SQL server do not seem to be
accessible
using the normal MS-ACCESS Sql's.

Thanks in advance for any helpful suggestions....



--
Hans Munkwitz
Pace Data Systems, Inc.





Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.