<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Inserting into Database"]]></title>
		<link>http://forums.visual-paradigm.com/posts/32.html</link>
		<description><![CDATA[Latest messages posted in the topic "Inserting into Database"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Inserting into Database</title>
				<description><![CDATA[ I get a nice little error here when trying to input into the database.<br> <br> Just testing some stuff to make sure I did it right. <br> <br> Either I didnt, or I have found a bug.<br> <br> here is the error produced.<br> <br> INSERT INTO temp_list (name, ) VALUES ('hahah', );<br> <br> Fatal error: Uncaught exception 'epExceptionDbAdodb' with message 'Cannot execute query: mysql error: [1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') VALUES ('hahah', )' at line 1] in EXECUTE("INSERT INTO temp_list (name, ) VALUES ('hahah', );") ' in /var/www/vhosts/myarcworld.com/httpdocs/arcg2/lib/phporm/src/db/epDbAdodb.php:194 Stack trace: #0 /var/www/vhosts/myarcworld.com/httpdocs/arcg2/lib/phporm/src/db/epDb.php(317): epDbAdodb->_execute('INSERT INTO tem...') #1 /var/www/vhosts/myarcworld.com/httpdocs/arcg2/lib/phporm/src/db/epDbObject.php(2283): epDb->execute('INSERT INTO tem...') #2 /var/www/vhosts/myarcworld.com/httpdocs/arcg2/lib/phporm/src/db/epDbObject.php(1548): epDbObject->_execute('INSERT INTO tem...') #3 /var/www/vhosts/myarcworld.com/httpdocs/arcg2/lib/phporm/src/runtime/epManager.php(992): epDbObject->insert(Object(epClassMap), Object(epObjectWrapper)) #4 /var/www/vhosts/myarcworld.com/httpdocs/arcg2/lib/phpor in /var/www/vhosts/myarcworld.com/httpdocs/arcg2/lib/phporm/src/db/epDbAdodb.php on line 194<br> <br> Any idea?]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2032#16321.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2032#16321.html</link>
				<pubDate><![CDATA[Fri, 23 Mar 2007 03:17:23]]></pubDate>
				<author><![CDATA[ nomspes@gmail.com]]></author>
			</item>
			<item>
				<title>Inserting into Database</title>
				<description><![CDATA[ &#36;lol = "hahah";<br> &#36;list = temp_listDAO::createTemp_list();<br> &#36;list->name = &#36;lol;<br> temp_listDAO::save(&#36;list);<br> <br> Thats my php code.]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2032#16322.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2032#16322.html</link>
				<pubDate><![CDATA[Fri, 23 Mar 2007 03:17:51]]></pubDate>
				<author><![CDATA[ nomspes@gmail.com]]></author>
			</item>
			<item>
				<title>Re:Inserting into Database</title>
				<description><![CDATA[ Hello nomspes,<br> <br> Thank you for your post. We are now working on a new version, which is likely to fix this problem. Would you mind sending me your project file so that we can confirm if the fix work with your project?<br> <br> Best regards,<br> Jick]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2032#16330.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2032#16330.html</link>
				<pubDate><![CDATA[Fri, 23 Mar 2007 13:37:09]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
	</channel>
</rss>