Project to develop a template console db application

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
lgojer
Posts: 2
Joined: Fri 12 Nov 2004 17:05

Project to develop a template console db application

Post by lgojer » Wed 23 Apr 2008 07:29

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

lgojer
Posts: 2
Joined: Fri 12 Nov 2004 17:05

Possible Solution but it's not so easy to do

Post by lgojer » Fri 25 Apr 2008 04:03

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?

Post Reply