I have a problem with connecting my db in the client(computer which on that my program will install), I found a way, from here, but when I try to go to my db file I'll see nothing occurs! it's strange because when I run the program once more, I see changes! help me on this plz!
Asked
Active
Viewed 99 times
1 Answers
0
I hope you are not checking the file while your application is actively connected to the database.
Probably your connection stays open till when the application closes. Open and close your connection for each database access.

David Jiboye
- 511
- 8
- 19
-
thank you David, but i check it after closing my db, i found the problem, when I run the program as administrator, it works! – Rasoul Ashiri Jul 29 '12 at 09:24
-
That means you didn't have enough priviledge to edit the file initially. – David Jiboye Jul 29 '12 at 21:26