Home All Groups Group Topic Archive Search About

Exposing DataAdapter functionality

Author
22 May 2006 8:51 PM
zdrakec
Hello everyone:

My boss has posed this question to me, and I, not knowing, pose it to
whomever may know the answer. :)

When I have a blank form in my IDE, and I drag a DataAdapter onto it,
the IDE opens up a sort of ad-hoc query builder for me to construct my
SELECT, UPDATE, INSERT, and DELETE queries.

Is there a way to expose that exact functionality to my end users,
given that I specify a table and a connection string?

Thanks much,

zdrakec

Author
23 May 2006 3:53 AM
+Vice
I don't know why you would want to provide that functionality to an end user
because not knowing what they're doing they can jeopardize your data.
Anyway, look up command builder.

Show quoteHide quote
"zdrakec" <zdra***@yahoo.com> wrote in message
news:1148331080.532557.173340@i40g2000cwc.googlegroups.com...
> Hello everyone:
>
> My boss has posed this question to me, and I, not knowing, pose it to
> whomever may know the answer. :)
>
> When I have a blank form in my IDE, and I drag a DataAdapter onto it,
> the IDE opens up a sort of ad-hoc query builder for me to construct my
> SELECT, UPDATE, INSERT, and DELETE queries.
>
> Is there a way to expose that exact functionality to my end users,
> given that I specify a table and a connection string?
>
> Thanks much,
>
> zdrakec
>
Author
23 May 2006 1:59 PM
zdrakec
Thank you Vice:

Well, of course I would establish some limits on my end-users :)

Thank you for the suggestion re: command builder!

Cheers,
zdrakec