1
vote
1answer
22 views
VB5 Application Conversion
Hi,
I have a VB5 application written in a foreign language (italian). It uses an access DB which is also in italian.
How can I convert this to english? I am possible going to por …
0
votes
1answer
17 views
how to pass a null value to a rdoQuery.rdoParameter in VisualBasic 5
I have a visual basic 5 project, using Microsfot Remote Data Object 2.0
I have the following code:
Set ps = grdoCon.CreateQuery("Resolucion_ValidaCorrelatividad", SQL)
ps(0).D …
0
votes
3answers
86 views
Is it possible to create an instance of a class in VB from a string containing the class’s definition?
Is it possible to create an instance of a class in VB 5 CCE from a string containing the class's definition?
Um... I'm actually using VB 5 CCE because I'm too cheap to get a versi …
2
votes
2answers
76 views
How does one distinguish between VB5 and VB6 projects?
I have to maintain a number of minor legacy apps and most of them have no or minimal documentation. There are a couple of these which were written either in VB5 or 6, but I can't …
