Tony 

RedBack 4.1 is not compliant with .net I have had limited success, see sample
code : 


Dim oRead As New REDPAGESLib.RedObject 
Try 
oRead.Open2("ACCOUNT", "MODULE:OBJECT") 
oRead.Property("PROPERTY").Value = "" 
oRead.CallMethod("METHOD") 
Catch 
Dim theErr = Err.Description 
End Try 
Dim b = oRead.Property("PROPERTY").Value 


New version of RedBack out end of this month which is compliant with .net 
Regards 

Graham 


Can anyone share any experience they've had calling a RedBack RBO from .NET? 

I've tried the following methods: 

1. OleDbConnection to the RedPages OLE DB Provider: results in an error when 
trying to call the RBO's .Create() method. 

2. ADODB Connection (via COM Interop) to the RedPages OLE DB Provider: 
retrieves the schema (all the property names), but no data, and does not 
return any error messages. 

3. RedObject (via COM Interop to RedPages.dll): I can't set any property 
values for method calls, so this doesn't work at all. 

Does anyone have any other ideas? 

Any help would be greatly appreciated. 






********************************************************************

This email may contain information which is privileged or confidential. If you are not 
the intended recipient of this email, please notify the sender immediately and delete 
it without reading, copying, storing, forwarding or disclosing its contents to any 
other person
Thank you

Check us out at http://www.btsyntegra.com

********************************************************************

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to