dbTalk Databases Forums  

SQL as RPC protocol?

comp.databases comp.databases


Discuss SQL as RPC protocol? in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Igor Bukanov
 
Posts: n/a

Default SQL as RPC protocol? - 07-05-2004 , 06:45 AM






I would like to use SQL over some secure transport link as RPC
protocol. It seems it would be simpler to use for client in our setup
compared with SOAP or even XML-RPC implementation.

Typically clients read internal databases to submit data and it is
much simpler to copy the data to some remote table available through
ODBC and query the table later to get the results then to prepare
proper SOAP etc. requests.

Are there any problems with such setup?

Regards, Igor

Reply With Quote
  #2  
Old   
Ed prochak
 
Posts: n/a

Default Re: SQL as RPC protocol? - 07-06-2004 , 01:28 PM






igor (AT) fastmail (DOT) fm (Igor Bukanov) wrote in message news:<7f487643.0407050345.2014800a (AT) posting (DOT) google.com>...
Quote:
I would like to use SQL over some secure transport link as RPC
protocol. It seems it would be simpler to use for client in our setup
compared with SOAP or even XML-RPC implementation.

Typically clients read internal databases to submit data and it is
much simpler to copy the data to some remote table available through
ODBC and query the table later to get the results then to prepare
proper SOAP etc. requests.

Are there any problems with such setup?

Regards, Igor
I don't recall RPC being a secure protocol. If that's a requirement,
I'd say you may need to look elsewhere.

HTH.
Ed


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.