Page 1 of 1

Project to develop a template console db application

Posted: Wed 23 Apr 2008 07:29
by lgojer
My personal method for handling this development problem is to make a console db application that I can spin off into whatever application that I need. Being a console application, it can be invisible to the user and still be a module in a Windows application.

The problem that I have is that I don't know where to start with this system.
I am used to the terminology of Microsoft ADO database programming, but this is more advanced.

Is there anyone who can help me to get started on this project? Perhaps with a sample piece of code that I can work with?

Sincerely,
Leonard Gojer

Possible Solution but it's not so easy to do

Posted: Fri 25 Apr 2008 04:03
by lgojer
One method that I might get what I want is to create a BDE database,
and then use the BDE MyDAC Migration Wizard to convert it into a finished
application. But this is not so easy to do. Can anybody help?