Using .qry files in VB.NET 2008

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Using .qry files in VB.NET 2008

Post by Zero-G. » Tue 19 Aug 2008 12:28

Hey

I have downloaded the new Professional version from dbForge for MySQL.

I have created a Query in the designer. - Now I want to use the created Query in my project like:
Dim Query as new Query1
Query.SelectStatement....

But this does not work. - Is this anyhow possible to include the created query in my project?

Please help

THX

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

Post by Duke » Thu 21 Aug 2008 09:11

Qry files are not integrated with .NET project. You can use them to store diagrams of complex queries.

Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Post by Zero-G. » Thu 21 Aug 2008 09:24

Hey
Thanks for your response

Wouldn't that be a nice feature, if there would be a possibility to get access through the IDE.

THX

Post Reply