Kare,

Use TADO components (TADOQuery is most advisable 
over TADOTable) and a TADOConnection.  As for the 
data storage, it depend on how things like much 
data and whether you are networking the 
application.  You can set up a SQL Server 2005 
Express database and access it via TADO 
components.  Not only is the BDE depricated but 
Paradox was never a safe data storage for 
anything other than a single user situation . . . 
it has a classic habit of getting things locked 
up and locking everyone out of tables (not all 
tables, usually just certain key tables ;-).

At 03:37 AM 3/26/2007, you wrote:
>Hello!
>
>What kind of databasesoftware are you using, if you don't use BDE any more??
>
>TIA
>Kåre!
>
>----- Original Message -----
>From: <[EMAIL PROTECTED]>
>To: <delphi-db@elists.org>
>Sent: Sunday, March 25, 2007 6:53 PM
>Subject: [!! SPAM] Re: Handling BDE Keyviolations in Delphi forms
>
>
> > Use try...on error...finally (look at the Help) to trap it. I would
> > suggest you seriously consider using something other than paradox and the
> > BDE since the BDE is no longer supported. I used to love Paradox but have
> > moved on.
> >
> > George
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > To: delphi-db@elists.org
> > Sent: Sun, 25 Mar 2007 1:28 AM
> > Subject: Handling BDE Keyviolations in Delphi forms
> >
> >
> > Hi there,
> >
> >
> >
> > A beginner's question!  It's about handling key violation messages in
> > Delphi
> > forms.  I have a form based on a paradox table.  When data that violates
> > the
> > referential integrity key is entered the form collapses.  What should I do
> > to
> > trap the error message and deal with it?
> >
> >
> >
> > Thank you
> >
> > Hanna
> >
> >
> >
> > _______________________________________________
> > Delphi-DB mailing list
> > Delphi-DB@elists.org
> > http://www.elists.org/mailman/listinfo/delphi-db
> > ________________________________________________________________________
> > AOL now offers free email to everyone.  Find out more about what's free
> > from AOL at AOL.com.
> > _______________________________________________
> > Delphi-DB mailing list
> > Delphi-DB@elists.org
> > http://www.elists.org/mailman/listinfo/delphi-db
>
>_______________________________________________
>Delphi-DB mailing list
>Delphi-DB@elists.org
>http://www.elists.org/mailman/listinfo/delphi-db

Ralph D. Wilson II
Systems Analyst

Home: (210) 497-2643
Cell:    (210) 387-7744
Fax:    (210) 497-5726

[EMAIL PROTECTED]
[EMAIL PROTECTED]


_______________________________________________
Delphi-DB mailing list
Delphi-DB@elists.org
http://www.elists.org/mailman/listinfo/delphi-db

Reply via email to