Tomasz
I need your help to write a VB Procedure to update
my database.
I have the following code:
Dim oAB as Object
Set oAB =
CreateObject("Broker.Application"
Dim oStock as Object
oStock = oAB.Stocks.Add( "1248")
What is the correct use of the function Add
?
Bernard Bourée<A
href="">bernard@xxxx
|