Re: Open an access.mdb ReadWrite and ReadOnly at the same time



I have not put the Mode in the connection string
What I need put in the AdoConnection1.Mode ?
I test all but I not know how make this work

Thank you
>
> >I set to open tables readonly but the problem is similar
> >Table1.ReadOnly := True;
> >
> >need I put some other code ?
>
> That is enough to make a table readonly but it won't work unless you
remove the
> Mode settings from your connection string.
>
>
> --
> Brian Bushay (TeamB)
> Bbushay@xxxxxxxxx


.



Relevant Pages