Hi!,<br>Is there a way to access a table from another database while working in another database? If so could anyone help me to do it? Its urgent!!!
Drop a agcData on your form, and set load data to (from business object)..
Businnes object name : your path to the bso
(I have this com.exemple.dsos.dsoEditTableData)
Now jou kan loop trhu the agcData to see what you get.
I hope this is what you r looking 4..
Code for de DataBussinesObject...
package com.examples.dsos;
public class dsoEditTableData
implements AgiInitDatas,
AgiDataSourceListener
{
private Vector _ag_children = new Vector();
private Vector _ag_names = new Vector();
private String _ag_dbname = null;
public dsoEditTableData()
{
//==== Warning: SilverStream-generated method: do not edit. All changes will be lost ===
return;
}
public void ag_initDataStores(AgoBusinessObjectEvent e) throws Exception
{
//==== Warning: SilverStream-generated method: do not edit. All changes will be lost ===
return;
}
public void invokeQuery(AgoDataSourceEvent evt) throws Exception
{
AgiDatabase adb = evt.getServer().getDatabase(dbName);
if (adb==null)
throw new Exception ("DATABASE: " + dbName + " was not available!"
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.