Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Can anybody tell me whether RDS support strored procedures..

 
   Database Help (Home) -> Visual Basic -> ADO RSS
Next:  Why can't I pass a db link into a constructor?  
Author Message
prashantshrivas

External


Since: Feb 18, 2005
Posts: 2



(Msg. 1) Posted: Fri Feb 18, 2005 9:40 am
Post subject: Can anybody tell me whether RDS support strored procedures ?
Archived from groups: microsoft>public>vb>database>ado (more info?)

Hi,

My requirement is to build 3-tier architecture.

I am using ADO 2.7, and able to execute single SQL and stored procedure. But
when i am trying doing the same with the RDS feature of ADO It suporrts
single SQL execution but not the stored procedure. whenever i am trying to
use execute method of command it gives 'unknown error' basically its an
automation error.

Can any body suggest any solution for that

I am using Oracle.

Regards
Prashant shrivas

 >> Stay informed about: Can anybody tell me whether RDS support strored procedures.. 
Back to top
Login to vote
Master Dev

External


Since: Feb 16, 2005
Posts: 2



(Msg. 2) Posted: Tue Feb 22, 2005 12:35 am
Post subject: RE: Can anybody tell me whether RDS support strored procedur [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi!

Why use RDS??? As far as I can see, it's a little outdated. ADO 207 has
indeed more features. I think that this answers your question ;o)

Master Dev
(unless I am missing the point here, but I dont even use DAO anylore, all
ADO for Me)

"prashantshrivas" wrote:

 > Hi,
 >
 > My requirement is to build 3-tier architecture.
 >
 > I am using ADO 2.7, and able to execute single SQL and stored procedure. But
 > when i am trying doing the same with the RDS feature of ADO It suporrts
 > single SQL execution but not the stored procedure. whenever i am trying to
 > use execute method of command it gives 'unknown error' basically its an
 > automation error.
 >
 > Can any body suggest any solution for that
 >
 > I am using Oracle.
 >
 > Regards
 > Prashant shrivas
 >
 >
 >
 >
 >
 >
 >
 >

 >> Stay informed about: Can anybody tell me whether RDS support strored procedures.. 
Back to top
Login to vote
prashantshrivas

External


Since: Feb 18, 2005
Posts: 2



(Msg. 3) Posted: Tue Feb 22, 2005 5:40 am
Post subject: Re: Can anybody tell me whether RDS support strored procedur [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi there,
Thankx for response.

Please go through my problem once again. I am using ADO 2.7 only but to make
3 - tier architecture it is required to use RDS feature of ADO

Here is sample code for that

con1.Open "Provider=MS Remote;Remote Provider=MSDAORA;Data
Source=tech;Remote Server=http://prashant;User
Id=prashant;Password=password"

With cmd
Set .ActiveConnection = con1
.CommandText = "select * from Accounts"
.CommandType = adCmdText
Set rs = .Execute
End With

This works fine.

But it wont work for stored procedure .

Regards
Prashant



"Master Dev" wrote in message

 > Hi!
 >
 > Why use RDS??? As far as I can see, it's a little outdated. ADO 207 has
 > indeed more features. I think that this answers your question ;o)
 >
 > Master Dev
 > (unless I am missing the point here, but I dont even use DAO anylore, all
 > ADO for Me)
 >
 > "prashantshrivas" wrote:
 >
  >> Hi,
  >>
  >> My requirement is to build 3-tier architecture.
  >>
  >> I am using ADO 2.7, and able to execute single SQL and stored procedure.
  >> But
  >> when i am trying doing the same with the RDS feature of ADO It suporrts
  >> single SQL execution but not the stored procedure. whenever i am trying
  >> to
  >> use execute method of command it gives 'unknown error' basically its an
  >> automation error.
  >>
  >> Can any body suggest any solution for that
  >>
  >> I am using Oracle.
  >>
  >> Regards
  >> Prashant shrivas
  >>
  >>
  >>
  >>
  >>
  >>
  >>
  >>
 >> Stay informed about: Can anybody tell me whether RDS support strored procedures.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
runtime error 3021 and user permissions - I have a VB6 application that uses ADO 2.7 to access an Access2000 database. I have found on Windows XP and 2000, that if the user is not part of the administrators group, they receive: "runtime error 3021. Either BOF or EOF is true, or the current ...

updatable ado-recordset - Hi, In the code below i have an updatable ado-recordset. However it is not working how i thought it would be. Maybe someone can help me out here? The global connection (Thanks to Brendan): Option Compare Database Option Explicit Public mconn As..

ADO Connection Access Database VB - I have been accessing a database on a local drive thru an ADO connection. The following is the code that I have been using. cnCejco.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Y:\Cejco.mdb;Persist Security Info=False" The problem is n...

DataReport PageBreak - Hi everyone, I would like to know how to force pagebreak in a datareport for example after 5 records printed. Thank you all

Recordset-adding to a Listview - I've got a weird problem - - - it must be something simple, but for the life of me, I must be missing it... I've got a recordset - and I'm trying to add the results into a listview, but, instead of adding each successive record after the first line of....
   Database Help (Home) -> Visual Basic -> ADO All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]