Forum Post: RE: SQLite and SQLCode
How you interface to the ADO.NET APi's is really a matter of personal preference. If you are comfortable coding using object-oriented COBOL and accessing the ADO.NET classes directly then this is...
View ArticleForum Post: RE: documentation
That is why we have chosen a third party program working well with Visual Cobol under Eclipse : PolyFX. The interface is designed with Adobe Flash builder and the Polyedre provides the glue between MF...
View ArticleForum Post: RE: Calling stored procedures
I tested this here using Visual COBOL 2.2 for Visual Studio 2012 in both a native application using ODBC and a managed application using ADO.NET and it worked fine for me. What product version and...
View ArticleForum Post: RE: Button_Click method - Determine what the mouse button was...
Thank you very much, Mr. Chris. It´s easy, when you know.
View ArticleForum Post: RE: Calling stored procedures
Hi Chris This is my directives, do I have something not correct? DBMAN = ADO BEHAVIOR=ANSI TARGETDB = MSSQLSERVER System.Data.SqlClient.SqlClientFactory, System.Data, Version=4.0.0.0, Culture=neutral,...
View ArticleForum Post: RE: Calling stored procedures
It is the BEHAVIOR=ANSI that is causing this. I just changed on my system and I can now reproduce the error. Try setting BEHAVIOR=MAINFRAME and that should work.
View ArticleForum Post: License Manager w/ NAT Firewall
We have a NAT'ed firewall between two networks on our campus - the license manager sits on a server that is in the untrusted side along with most the clients that use the software. We have a few...
View ArticleForum Post: RE: License Manager w/ NAT Firewall
Can you open a support ticket on this and ask it to be assigned to me PPimental and we can interact with our Development and Third Party Vendor on this.
View ArticleForum Post: RE: License Manager w/ NAT Firewall
Incident #2676933 has been opened and references back to this thread on my issue.
View ArticleForum Post: Rebuild.exe
Hello all, I've managed to use rebuild.exe from visual cobol to reindex some files, but I'd like to use it on another machine. I tried copying the executable and the dll's to a new machine, but it...
View ArticleForum Post: RE: SQLite and SQLCode
You might also want to take a look at the new recordings that were just posted out on Youtube that cover topics such as OpenESQL with Visual COBOL.. In particular you might find this one useful:...
View ArticleForum Post: Wpf Listview Multi Select w/checkbox
Would like to build Listview(listbox) containing a checkbox with the ability to select as many checkbox's desired, and then update DB (codebehind) with data from the screen. I'll just read thru...
View ArticleForum Post: can't download COBOL
don't have any message in my in box even I’m already register in this page https://www.microfocus.com/product-trials/visual-cobol/vc22/index.aspx?success
View ArticleForum Post: RE: can't download COBOL
I just tested this link here and it successfully sent me an e-mail to the address that I specified. Please double-check the address that you used and also check your e-mail filter to ensure that the...
View ArticleForum Post: RE: can't download COBOL
very very thank you sir. it's not show in my in box or any junk , I must search by Distribution@microfocus.com. Thank you.
View ArticleForum Post: Wich Eclipse Version for Visual Cobol?
Hi! What is the right/best Version for Eclipse and Visual Cobol 2.2 ? Link? Best Regards Bernd
View ArticleForum Post: RE: Wich Eclipse Version for Visual Cobol?
Visual COBOL for Eclipse is delivered with an integrated Eclipse installation. VC 2.2 runs on Eclipse 3.8.1
View ArticleForum Post: RE: Wich Eclipse Version for Visual Cobol?
What is the best Version? Standard / Developer / C++ - / Java- Developer ?
View Article