bpayne111 Posted October 19, 2003 Posted October 19, 2003 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? Quote i'm not lazy i'm just resting before i get tired.
wyrd Posted October 21, 2003 Posted October 21, 2003 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/ Quote Gamer extraordinaire. Programmer wannabe.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.