This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - IOMCredentials for db name

dhenning - Friday, June 29, 2007 9:06 AM:

I want to write a server side method to return the database name.

It looks like IOMCredentials has the information, but I haven't been able to write a method to successfully get the data.

 Can you give me an example of VB code that gets the database name.
 



PeterSchroer - Friday, June 29, 2007 9:40 AM:

The Database name is available from the IOMCredentials...  but there is a good shortcut that I normally use,  the CCO. 


Dim MyDatabase as String
MyDatabase = CCO.DB.DatabaseName