How to Find the RepositoryId of a CORBA Server?
Answer / rahul
Open up the _TLB.PAS file that got generated for your
server's type library and go to the end of it. You'll see the
RepositoryId as the first parameter to the call to
CorbaFactoryCreateStub in the CreateInstance class function
for your CORBA factory.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the procedure to access the database from delphi?
Is Turbo Pascal still available?
Can we create stored procedures via Delphi or C++ Builder?
How to move a string into a TMemoryStream or TFileStream?
How to retrieve a list of assigned properties ?
How to get DLL function parameter listings ?
How to print an HTML document from inside of your application?
How to Get a list of valid time zones from windows?
How to Embede a page break in the Rich Edit control ?
How to Manually uninstall Delphi?
How to connect to an InterBase database using the BDE API?
what are the different Dataset event handlers?