JimmyCrackedCorn
Posts: 583
|
| Posted: 07/29/2006, 9:54 PM |
|
I am hopeful that CodeCharge will be the right code generator for us. Someone else recommended it highly.
However, I just spent a couple of hours trying to get it to work with my simple Access database and had no luck.
Then, I resorted to reading the manual which suggested that I open and run the examples.
I tried that and had trouble there too!
First, the examples use a connection string that assumes a different folder name than the default installation. No biggie once you figure it out.
Then, when I try to view live pages in the IDE, I see lots of broken images.
Then, I figured out that you get better results by using a browser to view the pages and at a glance they look pretty good.
But, as soon as I try to submit changes to a record I get an error - "Operation must use an updateable query. (Microsoft JET Database Engine)"
Anyone else have these kinds of problems?
_________________
Walter Kempees...you are dearly missed. |
 |
 |
Boogieman
|
| Posted: 07/29/2006, 10:45 PM |
|
Yup.
What you need to do now is right click the folder where your database is and set the permissions to full access.
Then you need to add the IUSR_(computername) to your security profile of the folder and give it full read/write access.
Right click your folder with the database in it, and go to Security. ADD. Advanced. Find Now. Give IUSR and IWAM full permissions and save the file. Do this to your project folder as well.
This is for WINXP btw.
|
|
|
 |
JimmyCrackedCorn
Posts: 583
|
| Posted: 07/30/2006, 2:51 AM |
|
Thanks for your response.
I was just coming back to post that I had figured that one out (again by reading the documentation).
Now I'm able to get all the examples working. And, I used the examples to get a simple program of my own working.
So far so good! Now I'll try to do something serious!
_________________
Walter Kempees...you are dearly missed. |
 |
 |
|