|
We use an IBM database known as Universe that holds all of our user id's, passwords, and profile information in a table called USERINFO.
Can I use the Membership Provider to connect to this database and authenticate the user?
The database access is actually...
Started by Mike Roosa on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Logging in, Selecting files, reading, writing, deleteing, creating new.
It has complete access to all database functions.
The UniObjects interface? It comes with Universe, but needs to be installed.
|
|
I have a question taken from pg 16 of IBM's Nested Relational Database White Paper , I'm confused why in the below CREATE command they use MV/MS/MS rather than MV/MV/MS, when both ORDER_# , and PART_# are one-to-many relationships.. I don't understand...
Started by Evan Carroll on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Generally, it doesI'll go ahead and answer my own question, while pursuing IBM's UniVerse SQL Administration for DBAs it (the term MV) in the....
UniVerse is a Multivalue Database.
Essentially, all data is stored in a tree of sorts .
|
|
Database Update: Marvel Universe Avengers with light up stands Wave 2
Started by The Wire on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at marvelousnews):
|
Ask your Facebook Friends
|
Hi,
Do not have access to designer in test enviornment and need to check the database name and user name for universe. I m using BO XI R3 and oracle database. Have access to INFOview webi. I can open universe and access the universe objects from infoview...
Started by techi_BO on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at forumtopics):
I do not have access to CMM and want to check the universe connection details?
How to check.
Regards,
Anush Thanks Anush for quick reply.
Of the connection to which the universe is pointing to.
|
|
I have been googling a lot and I couldn't find if this even exists or I'm asking for some magic =P
Ok, so here's the deal.
I need to have a way to create a "master-structured" database which will only contain the schemas, structures, tables, store procedures...
Started by emzero on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
You could....
Tables, you can put them in model and new databases will get them when you create a new database from a template database, and there are also commercial tools which can help discover differences between databases.
|
|
I would like to find a universe that is created that includes any or all of the following BOBJ databases:
1-BOBJ Metadata Manager database
2-BOBJ CMS database
3-BOBJ Audit database
Immediate need is to do impact analyses: Given a changing table/column...
Started by rhema on
, 9 posts
by 3 people.
Answer Snippets (Read the full thread at forumtopics):
: : 3-BOBJ Audit database Check for the Activity universe in your BO repository.
|
|
I know just enough about databasing to get by - it's not normally within the scope of my job, but I think it's good for everyone to know a little bit. I'm trying to access some of the data in our DB here at work, which would be perfectly quick and easy...
Started by NoCatharsis on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
UniData, UniVerse and associated tools.
I've never accessed it via ODBC or OLE DB tools for connecting to it via .Net, Java, OBDC, etc, etc .
Valued database; I believe it is owned by IBM now.
|
|
Author: Dwayne Hoffpauir, EDS
Notes: The attached utility uses Excel and the Designer SDK to document a universe. Usage is rather straightforward. Click the "Document a Universe" button on the Control Sheet, log in, and select the specific universe. Information...
Started by Dwayne Hoffpauir, EDS on
, 15 posts
by 1 people.
Answer Snippets (Read the full thread at forumtopics):
Hi,
When....
For the documentation add-in.
List objects used in a series ...
For universe objects, try this ...
Hi Dwayne,
I have be used to document a report.
It, I may have to ask you to send me a copy of the universe causing the problem.
|
|
I am planning to build a database for a school application. I have designed a database to hold time tables for all the classes. It should also relate to the teachers taking the subject for the class. Also should be able to handle a public holidays mentioned...
Started by Vinodtiru on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
There are many help :
http://www.hsc.csu.edu.au/ipt/info_systems/2-3/database_design.htm
There are numerous examples of database design ....
universe (in this case the school) you care about in order to build a good database.
|
|
I have to write an ASP.NET application that connects to our legacy IBM Universe Database and we are using a product called mv.net which allows us to connect, read, write, select, run server side programs, etc.
I want as little code repetition as possible...
Started by Mike Roosa on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
See: http://www-01.ibm.com/software.
This is what we are using to connect to Universe.
Connection.
|