Re: VB6 ADO Sql2000 Extended Stored Procedure
From: Val Mazur (group51a_at_hotmail.com)
Date: 02/25/04
- Previous message: Val Mazur: "Re: save data to slow"
- In reply to: AndyDunning: "VB6 ADO Sql2000 Extended Stored Procedure"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Feb 2004 22:13:26 -0500
Hi,
Could you post your code?
-- Val Mazur Microsoft MVP "AndyDunning" <andy.dunning@fmg.co.uk> wrote in message news:4039f71d$0$7065$ed9e5944@reading.news.pipex.net... > Folks > > I have a SQL 2000 Stored Procedure that uses xp_aes_encrypt and decrypt to > Insert and return data from a table. > > I now wish to call this Stored Procedure from my Vb 6 Client. > > I can successfully pass data from my client via an ADODB Connection, > append > the parameters and executes the stored procedure. > > However the moment I reference some UDF's and Extended Stored procedures > to > do the encryption the only data that is correctly inserted into my table > are > the fields that are not encrypted. The encrypted fields show all Null > values. > > As far as I can tell no error messages are returned as the insert is > infact > successful. > > If I pass in the same data string from Query Analyzer the insert and > encryption works just fine. > > It appears that ADO can't handle calls to extended Stored Procedures. Has > any one else experienced a similar proble? > > Comments /Suggestions welcome > > Thanks > >
- Previous message: Val Mazur: "Re: save data to slow"
- In reply to: AndyDunning: "VB6 ADO Sql2000 Extended Stored Procedure"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading