[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Counting Dataserver users

  • Thread starter Thread starter Paul Koufalis
  • Start date Start date
Status
Not open for further replies.
P

Paul Koufalis

Guest
You can change the table and column names in the SQL DB and the SH and the r-code compiled under the previous table/column names still works? I.e. your code says "for each customer: displ customer.name" and you change the customer table name in SQL to cust and the name field to custName, and the r-code still works as long as you update the SH!?! The DB name and schema name are provided in the ODBC DSN IIRC. The connection string points to the name of the DSN to be used by the DataServer. Weird.

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