Forum Post: RE: SQL in Tutorial
Open up the OpenESQL Assistant from under either the Tools-- Micro Focus menu or the View-- Micro Focus SQL tools menu, depending on the VC version you are using. Does your Library DSN show up in the...
View ArticleForum Post: RE: Visual Cobol 2.3 Update 2
Thank you Chris. There isn't anything that I require. It just would be nice for Personal Edition developers to be able to run the latest and greatest. I have the PE because I can't see spending...
View ArticleForum Post: RE: SQL in Tutorial
Only the name Library shows up not Library.mdb. When I click on it it goes to the select data source screen and Library shows up there, too,with a description of Patron/ Book DB that I think is...
View ArticleForum Post: RE: SQL in Tutorial
The DSN name is Library so that is what should show up in the list. Library.mdb is the database file that it should point to. If it is prompting for a data source then the Library.mdb file is not set...
View ArticleForum Post: Visual Cobol 2.3 Update 2 Bug
Hi! I found a Bug in Visual Cobol 2.3 Update 2: Open a Project, then right Mouse and Properties.. Klick on in German "Einstellungen" (The last Point...) There you can unpdate insert etc. your own...
View ArticleForum Post: RE: Visual Cobol 2.3 Update 2
You shouldn't need to use Eclipse in order to compile for JVM. You just need Visual COBOL for Eclipse installed. You can compile on the command line with the JVMGEN directive (and possibly others). It...
View ArticleForum Post: RE: Visual Cobol 2.3 Update 2 Bug
Hi Bernd, I can reproduce the problem but I get a different message about operation not implemented when I try to change the name of a string under settings but Visual Studio does not crash. Can you...
View ArticleForum Post: RE: Invoke a URL from NetExpress cobol
Also see the simple example in the kb article here :
View ArticleForum Post: RE: Visual Cobol 2.3 Update 2 Bug
Hi Chris, I open an incident about that...
View ArticleForum Post: RE: SQL in Tutorial
Using the openesql asst I now show book and patron underneath Library, but when I do a query on book and go to results tab it doesn't come out with anything. I don't see a submit button.
View ArticleForum Post: RE: SQL in Tutorial
Sorry I found the run query button and it comes back with requested fields. However, when I try to run the program simpleaccessagain it comes back with cannot make connection.
View ArticleForum Post: RE: SQL in Tutorial
From the OpenESQL Assistant with the query open please use the Auxiliary Code tab select Connect statement and copy and paste this into your program as a replacement of the connect statement that is...
View ArticleForum Post: RE: SQL in Tutorial
I still get the same error, but i noticed something,the connect sql statement has the connect word in green and the to word is in blue as are other sql statement words, perform, exec sql, cursor,etc....
View ArticleForum Post: RE: SQL in Tutorial
What is the actual error message that is returned in the MFSQLMESSAGETEXT variable after the connect? The coloring you describe is correct. COBOL reserved words are displayed in blue and non-reserved...
View ArticleForum Post: RE: SQL in Tutorial
i get the error - Could not make connection. i am using VC PE v2.3
View ArticleForum Post: RE: SQL in Tutorial
I tested this with VC2.3 PE and it also worked for me. Since the OpenESQL Assistant can connect using this DSN it makes no sense that you cannot connect using the application. I would like you to turn...
View ArticleForum Post: Expired Visual COBOL personal edition
I have Visual COBOL Personal edition, but it ran out this week. As the other posting about that, I re-registered and tried to install it, but I couldn't do it. As the error message, I uninstalled...
View ArticleForum Post: RE: SQL in Tutorial
Is there a way to get this to you in a formatted form? SQLProject 3e58-3cd4 ENTER SQLAllocEnv HENV * 0x0073FCD8 SQLProject 3e58-3cd4 EXIT SQLAllocEnv with return code 0...
View ArticleForum Post: RE: SQL in Tutorial
This format is fine. I see in the trace file that it is finding a DSN name of "Library " where there is a space after "Library". I am not sure if this is causing the problem or not. Can you please...
View Article