Page 1 of 1

Using .qry files in VB.NET 2008

Posted: Tue 19 Aug 2008 12:28
by Zero-G.
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

Posted: Thu 21 Aug 2008 09:11
by Duke
Qry files are not integrated with .NET project. You can use them to store diagrams of complex queries.

Posted: Thu 21 Aug 2008 09:24
by Zero-G.
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