Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I am making a program in Visual Studio 2008 which is connected with access database (*.accdb). In project properties --> settings is the dataConnectionString with
value = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\odex.accdb;Persist Security Info=True".

I made a button in my form that changes the source, but the error massage says "This is a read only value".
How can I disable the read only?

Kind regards
Posted

1 solution

vn.net = ?

In VC++, you simply change a string that you pass an ADO/LINQ function.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900