Re: problem connecting to ADO programmatically (solved)



"Chris.Cheney" <Chris.CheneyXXNOSPAMXX@xxxxxxxxx> wrote in
news:Xns9A8EE43ED9B3DChrisCheneytesconet@xxxxxxxxxxxxx:

Problem resolution - in the line

target := 'DataSource=' + DBFile + ';';

there ought to be a blank between 'Data' and 'Source'.

(found by comparing new conn string with old)

Chris
.