Query with subqueries in vb.net

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
MavRik
Posts: 3
Joined: Wed 14 Oct 2009 06:24

Query with subqueries in vb.net

Post by MavRik » Wed 14 Oct 2009 06:31

I am getting an error for a query that works in MySql,
I am using Navicat, it runs when I open a query,
but I can't seem to save the query,
and Views don't allow subqueries,
and Stored Procedure won't run it either,

any help would be appreciated,
Mav

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Wed 14 Oct 2009 06:52

This forum is dedicated to Devart dbForge Studio for MySQL product. If you have problems using Navicat please contact its support team.

MavRik
Posts: 3
Joined: Wed 14 Oct 2009 06:24

RE:

Post by MavRik » Wed 14 Oct 2009 06:58

Am I in the wrong forum?,

I am using script created by "dbForge Query Builder",
I only stated that I am using Navicat to execute script,
and that the script works in a MySql query,

My problem is that I can get script to work in VB.Net,

I have no problems in Navicat, it's a great product !

thanks,

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Wed 14 Oct 2009 08:44

My problem is that I can get script to work in VB.Net,
What component do you use to execute created script?

MavRik
Posts: 3
Joined: Wed 14 Oct 2009 06:24

Post by MavRik » Wed 14 Oct 2009 19:09

Working in vb.net, using standard connect and getData procedure,
on loadForm...

thanks

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Thu 15 Oct 2009 08:32

MavRik wrote:Working in vb.net, using standard connect and getData procedure, on loadForm...
Standard connect means MySQL Connector.NET?

Post Reply