Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Node content from MySQL query

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
peterbanik

Node content from MySQL query

Post by peterbanik » 27 Feb 2012, 12:51

Hello all,

I am trying to pull content from a MySQL database in order to populate a text node. I've come across the below old post that has some examples but as these are from way back in 2005 the current Ventuz PLE can no longer open them. Is there perhaps an updated example on how to accomplish this?

http://forum-archive.ventuz.com/forums/ ... wPost.aspx

Any help/hints/pointers would be much appreciated.

Many thanks,

Peter

User avatar
ErikB
Posts: 212
Joined: 10 Jan 2012, 12:52

Re: Node content from MySQL query

Post by ErikB » 27 Feb 2012, 13:29

peterbanik wrote:Hello all,

I am trying to pull content from a MySQL database in order to populate a text node. I've come across the below old post that has some examples but as these are from way back in 2005 the current Ventuz PLE can no longer open them. Is there perhaps an updated example on how to accomplish this?

http://forum-archive.ventuz.com/forums/ ... wPost.aspx

Any help/hints/pointers would be much appreciated.

Many thanks,

Peter
Hover over the database node in the toolbox and press F1, then open the example scene!

peterbanik

Re: Node content from MySQL query

Post by peterbanik » 27 Feb 2012, 14:25

Thanks for the hint Erik.

Peter

Kobbi
Posts: 24
Joined: 12 Feb 2012, 15:19

Re: Node content from MySQL query

Post by Kobbi » 25 Mar 2013, 16:23

Hi Ventuz,
i'm not shure what is wrong but i'm unable to connect to my localhost MySQL database. I'm using DataBase node with Type value set to MySQL and connection string:
Server=127.0.0.1;Port=3307;Database=ventuztest;Uid=kobbi;Pwd=password;

The interactive example uses oleDB connection and its type of connection string.

I'm using V3 x86. The DB server is running and i have no problems to connect with db viewer. DataBase nod is connected to Query with simple sql command:
select * from vt1

Is there something wrong? Am I using not correct connection string?

Best regards,
Kobbi

Post Reply