Getting closer.

The following statement works with a postgressql database with the params fields
set.

Insert into messages (touserid, fromuserid, created, message, 
   replytomessageid) values ($1, $2, $3, $4, $5);

But this does not work with a mysql database.

Insert into messages (touserid, fromuserid, created, message, 
   replytomessageid) values (?, ?, ?, ?, ?);

I get an error of

mysqlDB: Paramtype ftUnknown not supported.

I use the same tmsesqlquery for both databases.  I just change the statement
depending on which database I use.


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to