Hi all,<br><br>we are building a module in drupal, we
<br> wrote .module, .info and .install files in that module folder. the
<br> problem is that, the tables we wrote in .install file are not getting
<br> created in phpmyadmin.
<br> A .install file is run the first time, a module is enabled, and is
<br> used to run setup procedures as required by the module. The most
<br> common task is creating database tables and fields.
<br><br><br>Now we get the following warnings:<br><p># user warning: Table &#39;drupal.demoinvoice_invoice&#39; doesn&#39;t exist
<br> query: select max(invoice_no) from demoinvoice_invoice in /opt/lampp/
<br> htdocs/drupal56/includes/database.mysql.inc on line 172.
<br> </p><p>user warning: Table &#39;drupal.demoinvoice_client&#39; doesn&#39;t exist query:
<br> select short_name from demoinvoice_client in /opt/lampp/htdocs/
<br> drupal56/includes/database.mysql.inc on line 172.
<br> </p><p>user warning: Table &#39;drupal.demoinvoice_bankacc&#39; doesn&#39;t exist
<br> query: select description from demoinvoice_bankacc in /opt/lampp/
<br> htdocs/drupal56/includes/database.mysql.inc on line 172. <br></p><br><p><br></p><p>Regards</p><p>Kalyani Waychal<br> </p><br>