[EMAIL PROTECTED] wrote: > > Hi, > > is it possible on sapdb to use two different databases in one > select statement? > On oracle there is the 'database link' schema object, which > could be used for this. > But 'database link' is not supported by sapdb! > > Is there another solution?
With SAP DB it is not possible to use more than one database within one SQL-statement. With programs using C, the precompiler will allow to use different databases within one program. Perhaps it is possible to write an application which will do the join or union which you want to do with your single SQl-statement. Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
