Query builder 
Author Message
 Query builder

I am building a query builder and Im trying to find a way to evaluate
the selection criteria that the user enters for the where clause.

I need to be able to check the datatype of the selection criteria
entered by the user matches that of the field being queried upon, and
if the datatype  does not match, if it can be coerced in to the
datatype of the field.

What Im trying to do is duplicate the querybuilder that comes bundled
with SQL enterprise manager using VB6.

Also does anybody know if the diagram pane in the enterprise manager
query builder is available as a reusable component, or if there are
any OCX's available out there that mimic the diagram pane?

Anybody have any thoughts on any of this?

thanks in Advance
Vikram



Wed, 08 Sep 2004 04:50:23 GMT  
 Query builder
Before you do it...

There is a couple of OCX for sale that do this for you. It mght be easier to
just buy one.


Quote:
> I am building a query builder and Im trying to find a way to evaluate
> the selection criteria that the user enters for the where clause.

> I need to be able to check the datatype of the selection criteria
> entered by the user matches that of the field being queried upon, and
> if the datatype  does not match, if it can be coerced in to the
> datatype of the field.

> What Im trying to do is duplicate the querybuilder that comes bundled
> with SQL enterprise manager using VB6.

> Also does anybody know if the diagram pane in the enterprise manager
> query builder is available as a reusable component, or if there are
> any OCX's available out there that mimic the diagram pane?

> Anybody have any thoughts on any of this?

> thanks in Advance
> Vikram



Wed, 08 Sep 2004 05:03:07 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Query Builder or SQL Builder

2. Ad hoc query/query builder

3. Custom Query Builder Form (from a Newbie!)

4. Query Builder

5. Invoking Query Builder From Code?

6. Query Builder

7. SQL Query Builder - reg.

8. Query Builder: Join table from different MDB?

9. SQL expression problem in Dataevvironment query builder

10. Criteria in Query Builder / Data Environment

11. Access Query builder

12. Need a query builder

 

 
Powered by phpBB® Forum Software