Forum Post: Db And Appservers

  • Thread starter Thread starter gryphon
  • Start date Start date
Status
Not open for further replies.
G

gryphon

Guest
OE 11.3 Our database has a openedge auto connect listing of at least 1 other DB. I have a webclient application with an appserver (stateless) that points to the main DB, for some reason when running the .r that contains tables from both db's it fails with the following errors. Unknown database name . (855) Unknown or ambiguous table . (725) Ive tried prefixing the tables and still the same result. If I put this in some other programs appserver code that does not use the second DB it only always displays the main DB. DEFINE VARIABLE ix AS INTEGER NO-UNDO. REPEAT ix = 1 TO NUM-DBS: MESSAGE "db name" LDBNAME(ix) "|" DBRESTRICTIONS(ix). END. Then above code for a CHUI session shows the 2 DB's connected. Is there someone that can point me in the correct direction as to how to solve this. It is obvious that the appserver is not getting the second DB how do I go about getting it? TIA

Continue reading...
 
Status
Not open for further replies.
Back
Top