Hi, do you have a primary key field at this table you are connecting to ?
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
yes,
list_id is the name of my primary key
Hi samoht,
That syntax works OK for me. If the error message is showing up around the %Y then the problem may be the quotes. Sometimes MySQL is very fussy about the type of quote. Try using back-ticks` ` or double quotes instead of single quotes.
Bob
Thanks BOB!
yes, double quotes worked - single quotes were a no go.
Anyway, any thoughts on the edit / delete capabilities??
Do I need to purchase the licensed version of chronoconnectivity to do this?
Hi samoht,
Glad that worked :-)
I'm not sure about licensing, Max knows all about that. I think that any version of ChronoConnectivity will let you edit tables in the backend. Click on View Data and you can do it all.
That is what it seems like, but if I try to delete an entry - nothing happens. If I try to edit an entry I don't edit the entry but add an entirely new entry?
Hi samoht,
to edit an entry you need to have this in your html:
<input type="hidden" name="list_id" value="">
I'm not sure why you can't delete though, wait for the coming release in the next 2 or 3 days.
Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Max,
I did have that in my "Record Edit Template: " in the Admin Config - is that what you mean by in the HTML?
or do I need this in another spot too??
yes I mean in the record edit template, at the code above you have only name="id" not name="list_id"
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
oh, your right... I changed that when I noticed the inconsistency - but still no dice
I have no idea why it doesnt edit then, wait for the coming release and retest, I have fixed somethings but it was editing fine before any fixes.
Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.