NeedVBHelp
Programmer
Hello I have a problem when try to use the "Remote Data Service (RDS)", error: "Internet server error".<br>I created a VB Script (ActiveX Control) the will connect to the store procedure and return the records:<br>'Sample Codes:<br>Dim Rds as Object<br>Dim ObjComm as Object<br>Dim Rcd as Object<br>Sub UserControl_Initialized()<br> Set Rds = CreateObject("Rds.DataSpace"
<br> Set ObjComm = rds.CreateObject("MyDll.Class1", "<A HREF=" TARGET="_new"> Rcd = ObjComm.ReturnRs("MyDB", "MyProcedure", "Parameters"<br>End Sub.<br>'End Of Sample Code Here.<br>When it trying to Connect ot the "Set ObjComm = rds.CreateObject("MyDll.Class1", "<A HREF=" TARGET="_new"> that when I got the error.<br>Any suggestion?<br>Thanks<br>