VisualdBSee

This forum is for general support of Xbase++
Post Reply
Message
Author
User avatar
rdonnay
Site Admin
Posts: 4864
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

VisualdBSee

#1 Post by rdonnay »

Does anyone know anything about VisualDbSee?

Alaska Software has asked me to contact a customer who is using the product, with ADS, and wants to convert to PGDBE.

What is the purpose of VisualDBSee in an Xbase++ application?

The customer wants to convert the application without source code changes.
I don't know how to respond to the customer.
The eXpress train is coming - and it has more cars.

Wolfgang Ciriack
Posts: 494
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: VisualdBSee

#2 Post by Wolfgang Ciriack »

The customer wants to convert the application without source code changes.
That is a good joke :D
_______________________
Best Regards
Wolfgang

User avatar
Tom
Posts: 1296
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: VisualdBSee

#3 Post by Tom »

Without any code changes is really a good joke. "I want to drive a Ferrari instead of a BMW, but I don't want to change the car."
This is impossible without code changes. It may be possible with a handful of code changes. We deliver a service tool with our application to deal with the database and the tables belongig to our app (independent of the data model), change structures, find errors and so on (something like DBU, but better), and it took one and a half days to migrate this to use the PGDBE as an option. Besides the basics (File() -> Table() ...), the worst thing was the replacement of methods dealing with structure changes. Instead of creating and copying a table, ALTER TABLE is used there.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
rdonnay
Site Admin
Posts: 4864
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: VisualdBSee

#4 Post by rdonnay »

They sent me their source code today.

It's obvious that they don't have a programmer.
The app doesn't use ADS, just DBFNTX and they failed to give me any .LIBs that are referenced in the .XPJ file.

It's a very small application, but this has all the marks of a boondoggle.

There are only a few times, in the past 25 years, that I have worked on apps that had no programmers on staff.
I'm not doing that anymore.
The eXpress train is coming - and it has more cars.

User avatar
PedroAlex
Posts: 239
Joined: Tue Feb 09, 2010 3:06 am

Re: VisualdBSee

#5 Post by PedroAlex »

And what is this application for?

Obviously, the client doesn't know anything about programming.
That's why they say they don't want changes to the source code.

In this case, there's only one solution.
Develop a new application in PGDBE and convert the DBF/NTX files.
Pedro Alexandre

User avatar
rdonnay
Site Admin
Posts: 4864
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: VisualdBSee

#6 Post by rdonnay »

n this case, there's only one solution.
Develop a new application in PGDBE and convert the DBF/NTX files.
That would be actually very simple, technically, but only if I am working with a programmer.
The eXpress train is coming - and it has more cars.

Post Reply