So "RTFrost" are you sying that in oracle we can use ServerSide Cursor, and then as "NewOra" questioned, we can see the records being updated dynamically ( id cursor is opened dynamically or keyset)??
Yes you can do something like this!
Dim objRS As ADODB.Recordset
Set objRS = New ADODB.Recordset
With objRS
.CursorLocation = adUseClient
.CursorType = adOpenStatic
.ActiveConnection = Nothing
.Fields.Append "EMPNO", adInteger, 6, adFldMayBeNull
.Fields.Append...
SOAP is a technology designed for communicating between one web-server to another server!So obviously you cannot expect to buid user interface application with SOAP..!
Let me give you an example.
If you need to display the stock prices in you own website..what are you going to do? The NY stock...
I don't think listbox comes with a HScroll bar..! If you have a string longer than the width of the box..then probably you need to increase the width ! Sorry !!
tjb2,
are you sure you have compile the VB Class with Binary compatibility checked ??
If not make sure you do that from
Project->project properties ->select the component tab ->under this make sure version compatibility is binary!!
fix the bug
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.