<div dir="ltr">If you&#39;re new to Drupal, you might want to let Drupal handle not just the CRUD, but the actual database layout as well.<div><br></div><div>Go to structure-&gt;content types, create a new content type and go to &#39;manage field&#39;. This is where you create the schematics of your information. Once you&#39;ve populated this content type with fields a default drupal install will let you easily create, read, update, and delete the content you create using it.</div>
<div><br></div><div style>If you are working in a premade non drupal database you&#39;ll either need to convert the data to drupal&#39;s tables, or you&#39;ll need to write a custom module and make all of the CRUD scaffolding yourself (effectively bypassing anything useful about Drupal)</div>
<div style><br></div><div style>Hope it helps,</div><div style>Patrick</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Feb 7, 2013 at 1:37 PM, Román <span dir="ltr">&lt;<a href="mailto:roman@mailoo.org" target="_blank">roman@mailoo.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everybody,<br>
<br>
I am beginner with Drupal and I would like to create a simple CRUD<br>
(Create Read Update Delete) application. What is the easiest way to do<br>
that? I have database with several tables and I like to create some<br>
forms to create, read, update and delete from there.<br>
<br>
In the other side, I have installed Form Build CRUD and so on but I do<br>
not know how this module is use.<br>
<br>
Thank and sorry for my easy question.<br>
<span class="HOEnZb"><font color="#888888">--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></span></blockquote></div><br></div>