Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
I'd like to create a program that allows the user to query data in a jet 4.o db in a way similar access. is this a tough thing to do? i know how create an adapter during design time to do this but i need to do it during runtime. (i know enough sql to do what i need to do, i just don't know how to do it in code) are there any good examples on doing this anywhere around here?
i'm not lazy i'm just resting before i get tired.
Posted

Are you saying that you know how to use the Wizards or Controls (ie; drag and drop from server explorer), but not how to code it (ie; DataAdapter adapter = new DataAdapter())?

 

MSDN has plenty plenty of example code (just search for class you're looking for). In your case, look under the System.Data.OleDb namespace. Try searching for ADO.NET as well. Also, try here; http://www.dotnetjunkies.com/quickstart/howto/

Gamer extraordinaire. Programmer wannabe.

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...