M
Matt Baker
Guest
Hi, I'm going to make a couple of assumptions here. There are two things in play here The ABL and PDSOE itself (I assume that is what you mean by studio). ( I assume) It sounds like you connected to the database through the data dictionary. When connecting this way, the ABL knows about the database connection, but you didn't setup PDSOE itself. They are separate things. Code completion handled by PDSOE, compilation is handled by the AVM running in the background and associated with your project. Normally when you setup a database connection you set this up in project properties so that PDSOE knows about it. Select project->properties->openedge->databases. If your database is not listed there, you won't get code completion, but stuff will compile. Add your database connection here. Note that PDSOE assumes a database server (don't use single-user connections). You can optionally have PDSOE start the database and also setup a SQL connection of you care to use the SQL explorer plugins to PDSOE as well.
Continue reading...
Continue reading...