Board index » delphi » Help !!! How can I read a Access Table

Help !!! How can I read a Access Table

Hi

I need an urgent help !!!

What is the way to read an access table ? (D6)

I had a program that use ADO components, it was working Ok, every month I
run it several times,  but now I try to run it and I have many errors
(sometimes ask me a username and a password, sometimes I get something lke
interface error, etc) Ive tried to run my program on 6 PCs and nothing, Ive
tried to run a copy of the program and nothing, Ive tried to recompile the
program and nothing

Is there another way and components to read the Access Tables ? (Please
detail me step by step)

I have to run an end of year proccess and is very urgent

Thanks in advance and surely youre going to save my life.

--
Alejandro Castro
www.alfra.info
alejan...@alfra.info

 

Re:Help !!! How can I read a Access Table


If you need to get going urgently without ADO try searching for KADAO components.  They need JET / DAO installed but are easy to use and free.

Have you built a new connection string on the machines you've deployed your application on?  You can pop up the connection string editor in an application with:

if editconnectionstring(adoconnection) then etc.

This might give a clue...

Andrew

Quote
"Alejandro Castro" <alejan...@alfra.info> wrote:
>Hi

>I need an urgent help !!!

>What is the way to read an access table ? (D6)

>I had a program that use ADO components, it was working Ok, every month I
>run it several times,  but now I try to run it and I have many errors
>(sometimes ask me a username and a password, sometimes I get something lke
>interface error, etc) Ive tried to run my program on 6 PCs and nothing, Ive
>tried to run a copy of the program and nothing, Ive tried to recompile the
>program and nothing

>Is there another way and components to read the Access Tables ? (Please
>detail me step by step)

>I have to run an end of year proccess and is very urgent

>Thanks in advance and surely youre going to save my life.

>--
>Alejandro Castro
>www.alfra.info
>alejan...@alfra.info

Other Threads