Viewing 4 posts - 1 through 4 (of 4 total)
Thank you all for your quick response
I will try first to download the SP2 for SQL 2005 as suggested by Mr Wilson and see if it solves the problem because...
November 6, 2007 at 9:22 am
hi paul,
try this code
dim sql as string
sql = "{call ProcedureName(?)}"
Set qdf = SQLLink.CreateQueryDef("", sql)
With qdf
.Parameters("@Variable") = TxtVariable
.Execute
.Close
End With
where Procedure name is...
November 5, 2004 at 10:16 am
Hi Mr Mitchell,
I tried what you have told me but I got the following error: "Invalid operation." on ".RefreshLink". However, I added to my code the following:
.Attributes =...
October 29, 2004 at 2:50 am
Hi
First I want to thank you Mr Mitchel for replying to my posted problem. I think you are right regarding the saving of the password inside the attachement. But,...
October 26, 2004 at 8:13 am
Viewing 4 posts - 1 through 4 (of 4 total)