hey all...
i have the following problem:
i wrote a samll CMS-system. there's a section where users can define how the page will look like.
for this they can store main HTML-code and the HTML-code for the navigation.
both are stored in the access-file in the table "designs", as so called "MEMO"-fields (no LOngVarCHar in access-files).
table: designs
cols: designId, designHtml, designNavigation
user insert the code by using a simple "textarea"-field.
it runs perfectly if i just save one filed: if i only store data all the time for the main HTML-part no prob here. i can recall it and save it againa nd againa and again, no prob.
as soon as i store the navigation-code too (using UPDATE-command) i get the following error-msg:
"Could not save; currently locked by user 'admin' on machine 'GANAG-OG2I04NUN'."
you can see the code of the two files (really simple ones) here:
would be really really cool if anyone could help me, i can't get it working for mroe than a week now
cya
Michael 'Smoerble' Stock
i have the following problem:
i wrote a samll CMS-system. there's a section where users can define how the page will look like.
for this they can store main HTML-code and the HTML-code for the navigation.
both are stored in the access-file in the table "designs", as so called "MEMO"-fields (no LOngVarCHar in access-files).
table: designs
cols: designId, designHtml, designNavigation
user insert the code by using a simple "textarea"-field.
it runs perfectly if i just save one filed: if i only store data all the time for the main HTML-part no prob here. i can recall it and save it againa nd againa and again, no prob.
as soon as i store the navigation-code too (using UPDATE-command) i get the following error-msg:
"Could not save; currently locked by user 'admin' on machine 'GANAG-OG2I04NUN'."
you can see the code of the two files (really simple ones) here:
would be really really cool if anyone could help me, i can't get it working for mroe than a week now
cya
Michael 'Smoerble' Stock