Unless I misunderstand this question he's asking about how to create nodes in a mysql database using MS access as the development tool. The nodes he's asking to create are CCK crafted nodes in drupal.
Dave
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Earnie Boyd Sent: Thursday, June 07, 2012 6:35 AM To: support@drupal.org Subject: Re: [support] Create and manage content directly from the database.
Standard stuff, see http://drupal.org/documentation for a good bit of information.
You just need to create a hook_menu implementation that gives a page callback to a custom form displays the data and whose submit action modifies the data.
Earnie.
On Thu, Jun 7, 2012 at 4:46 AM, Wipe_Out wipe_out@users.sourceforge.net wrote:
Hi,
I am creating a booking management application and the bookings are
largely
generated and managed from a MS Access front end working directly on a
MySQL
database.. Now we need to integrate these bookings into the Drupal
website
so that users can add or update bookings for themselves..
I have created a content type with the required fields and now need to
work
out how to create content directly with SQL from MS Access..
Has anyone ever created content this way or have any idea which tables
need
records created/updated??
Unfortunately the system needs to be able to be updated from the
Drupal site
and from the MS Access application so imports and feeds won't work..
Thanks for any ideas or help..
-- [ Drupal support list | http://lists.drupal.org/ ]