We have a lagacy VB6 app that uses an ODBC connection to a Oracle 10g DB. We are upgrading to a 11g drivers on our SOE and parts of the app have issues. Works fine with a 9.2 driver.
My server use UDP. It sends 900bytes/1ms to my program automatically after being acquired. I\'m using socket API in Windows (VB6). I had made a test and I know that the message processing time (about
I have a C# dll that when the main method is called, it opens a windows form.This dll is currently accessed through VBA by a vendor application.The problem is that when the dll is called and the form
I know that there are already Questions about VB6 migration, but the code base of my project brings some new questions here.
did you know that using Crystal Reports 8.5 + VB 6.0 for a project, what .Dlls we need to include while preparing a setup file for the project?
we have an application written in Java which reads some text generated by a VB6 application. The problem is: this VB6 application generate this output using some spe开发者_如何学Ccial characters, like
H开发者_如何转开发ow to list all the instances of SQL Server 2005 Express Edition using vb6 application?This will list all SQL Server instances using SQL-DMO. You will need to filter for Express insta
(Excuse for My english it\'s freak i´m from LA) I\'m trying to fin开发者_运维知识库ish a trascoding process in VB6.0 , i\'m working with ffmpeg , its a very good transcoder , to finish the project i
Im writing a C# class library which is going to be used as a proxy between a VB6 application and WCF service.
I would like to ask some help on how to connect VB6 to MYSQL? Please provide references as well. M开发者_如何学JAVAany ThanksGoogle indicates you can use ADO and the MySQL ODBC drivers.