<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>21 Apr 2015 16:45:00 Z</lastBuildDate><pubDate>21 Apr 2015 16:13:00 Z</pubDate><description>Is there a way to create an SQL import file for a set of tables i have created in Windev, they need to be converted/created into MySQL.&#13;
&#13;
its a create table query something like this below, just wondered if there was any way this query could be done within windev for each table?&#13;
&#13;
CREATE TABLE IF NOT EXISTS `my_comments` (&#13;
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,&#13;
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',&#13;
`comment_author` tinytext NOT NULL,&#13;
`comment_author_email` varchar(100) NOT NULL DEFAULT '',&#13;
`comment_author_url` varchar(200) NOT NULL DEFAULT '',&#13;
&#13;
PRIMARY KEY (`comment_ID`),&#13;
KEY `comment_post_ID` (`comment_post_ID`))&#13;
ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=25 ;&#13;
&#13;
thanks&#13;
&#13;
ISO</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51701-sql-import-file/read.awp</link><title>SQL import file</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51701-sql-import-file-51703/read.awp</comments><pubDate>21 Apr 2015 16:45:00 Z</pubDate><description>Found it, works great&#13;
&#13;
cheers&#13;
&#13;
iso</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51701-sql-import-file-51703/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51701-sql-import-file-51703/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51701-sql-import-file/read.awp">SQL import file</source><title>Re: SQL import file</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51701-sql-import-file-51702/read.awp</comments><pubDate>21 Apr 2015 16:30:00 Z</pubDate><description>Hi&#13;
&#13;
there is an option to generate the SQL creation script in the analysis editor menu&#13;
&#13;
Best regards</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51701-sql-import-file-51702/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51701-sql-import-file-51702/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51701-sql-import-file/read.awp">SQL import file</source><title>Re: SQL import file</title></item></channel></rss>
