Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Was wondering.

Suppose I define my dataAdapter as "Select * From mytable" with the data adapter wizard, is there a way to modify the SQL query so that my data adapter returns a new result set at RUNTIME ?

 

thx

What I don't know keeps me excited...
Posted

Thanx guys.

Suppose my dataadapter is referring to tblStuff in an access database.

If I use DisposeCommand, can I refer to another table with the same dataadapter ?

 

thx !

What I don't know keeps me excited...
  • Leaders
Posted
I'm not sure what DisposeCommand is but there's nothing about a dataadapter that prevents you from modifying it at runtime (ie. redefining it's selectcommand).
--tim

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...