Hi John
Thanks for your interest. When I built it in VB6 I used a simple
Access database. If there is simple prototype which demonstrates data
input-output to the form screen from a database table that will be
good way go I guess.
Regards
Anu Rang
http://totallyfreeenergy.freehoxt.com
--- In delphi-en%40yahoogroups.com">delphi-en
yahoogroups.com, John <jcaresma
...> wrote:
>
> hi,
>
> I'm quite interested in your project and would like to help in
anyway i can.
> btw i have previously developed speech software having sql
integration using
> Delphi 7 and firebird.
>
> regards,
> john
>
>
> On 3/22/08, Steve Riley <stevenriley
...> wrote:
> >
> > Hi Anu
> > As you can see form the screen dump, my program saves and loads
lessons
> > into the MS SQL database
> > a user can add,edit or delete a line in a lesson, each line holds
the
> > information for the MS Agents that they select,
> >
> > "Line Number" is the positions in the Lesson
> > "What you want the Agent to say" is what the agent will say when
their
> > line is reached
> > The "Agent Name" looks at where the agents are stored in
> > c:windowsmsagentchars
> > "Agent Commands" looks at the selected Agent and loads their
commands into
> > the Combo Box
> > "Wizard position Top and Left" are where the agent will appear
when the
> > line is reached
> > "Wizard Delay" is how the agent stays until the next line is
reached
> >
> > This program I have made is part of a large database which has
over 300
> > tables and over 145 views
> > I do use some extra components like DeerSoft for the ADO bits,
FlatStyle
> > for a lot of the components
> > if I sent you my Delphi 5 files then you may have problems
running it,
> > also with the Database etc.
> >
> > How can I help you?
> > Steve
> >
> > ----- Original Message -----
> > From: Anu Rang
> > To: delphi-en%40yahoogroups.com">delphi-en
yahoogroups.com <delphi-en%40yahoogroups.com>
> > Sent: Saturday, March 22, 2008 3:48 PM
> > Subject: [delphi-en] Re: Would anyone be interested in helping
with speech
> > therapy software?
> >
> > I have not decided on the IDE. I have Delphi5 and also the express
> > edition of MS Visual Studio 2005 with MS Sql Server express. I
would
> > prefer to build it with the visual studio. Still not very
comfortable
> > with the sql data access. I able to have the data connection by
> > embedding the data object and using connection string.
> > If it is easier to achieve the same with Delphi5 I would go that.
The
> > end product I am trying to achieve is a installable program with
> > inbuilt customizable database.
> >
> > Thanx
> > Anu
> >
> > --- In delphi-en%40yahoogroups.com">delphi-en
yahoogroups.com <delphi-en%
40yahoogroups.com>, "Steve
> > Riley" <stevenriley
>
> > wrote:
> > >
> > > Hi Anu
> > >
> > > I am using Delphi 5 in your email you say you were using Vb
> > >
> > > What part of the database integration are you looking for and
will
> > you be
> > > using Delphi?
> > >
> > > Steve
> > >
> > >
> > >
> > > From: delphi-en%40yahoogroups.com">delphi-en
yahoogroups.com <delphi-en%40yahoogroups.com>
[mailto:
> > delphi-en%40yahoogroups.com">delphi-en
yahoogroups.com <delphi-en%40yahoogroups.com>]
> > On Behalf
> > > Of Anu Rang
> > > Sent: 22 March 2008 10:26
> > > To: delphi-en%40yahoogroups.com">delphi-en
yahoogroups.com <delphi-en%40yahoogroups.com>
> > > Subject: [delphi-en] Re: Would anyone be interested in helping
with
> > speech
> > > therapy software?
> > >
> > >
> > >
> > > Hi Steve:
> > > Thanks for your input. It looks like that's the sort of thing I
am
> > > looking for. My maximum difficulties is with database
integration.
> > > Even a look at a sample software-code would be great help.
> > > Regards
> > > Anu Rang
> > > http://totallyfreeenergy.freehoxt.com
> > >
> > > --- In delphi-en%40yahoogroups.com">delphi-en
yahoogroups.com <delphi-en%40yahoogroups.com>
<mailto:
> > delphi-en% <delphi-en%25>
> > 40yahoogroups.com> ,
> > > "Steve Riley" <stevenriley
>
> > > wrote:
> > > >
> > > > Hi Anu
> > > > I have made something like this in Delphi 5 and using MS SQL
but
> > > using the MS Agents,
> > > > i have collected over 70 different Agents, all free, i have
some
> > > other with copyright in the displays (20)
> > > >
> > > > Steve
> > > >
> > > > ----- Original Message -----
> > > > From: Anu Rang
> > > > To: delphi-en%40yahoogroups.com">delphi-en
yahoogroups.com <delphi-en%40yahoogroups.com>
<mailto:
> > delphi-en% <delphi-en%25>
> > 40yahoogroups.com>
> > > > Sent: Friday, March 21, 2008 8:26 PM
> > > > Subject: [delphi-en] Would anyone be interested in helping
with
> > > speech therapy software?
> > > >
> > > >
> > > > I have a functioning version 1 built on VB6 and Access. I am
> > > trying to
> > > > revamp the program to OOP model with in-built database. I have
> > > been
> > > > trying with both VB.net and VC++.net using microsofts