[progress Communities] [progress Openedge Abl] Forum Post: Database Abl - Why I Didn't Can...

  • Thread starter Thread starter miha56155136
  • Start date Start date
Status
Not open for further replies.
M

miha56155136

Guest
Hello! I created the simple database using Data Dictionary. Start to fill it using Developer Studio, connection is created. But I didn't see in left corner my database structure and PUB - all is empty. From localhost admin console I can see database schema, tables, but not table fields...My is so happened? I start to add record in my database - I create method: CLASS Data: METHOD PUBLIC VOID Data_Entry( ): CREATE User. ASSIGN User.Name="Mike". User.Surname="Smith". User.Telefon=323348622. User.E_mail="mike.swith@gmail.com". RETURN. END METHOD. END CLASS. But Dev. Studio answered what table User is unknown. Why I can`t see my batabase in Dev. Studio and why I can't to add any record? How to exactry right to bind and use database what was created with Data Dictionary in project. I use Windows 8.1 OC if it neccesary to check connection with database from comand console.

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