mcerk Posted November 1, 2004 Posted November 1, 2004 I'm connecting to database (.mdb) with datagrid, table adapter, dataset and data connector. The data is displayed in the datagrid. How can I read the data from the current row and display them into a message box? (in vb6 I would do it like this: msgbox "recordset!field1 " & recordset!field1 & _ " recordset!field1 " & recordset!field1 etc... Quote
Administrators PlausiblyDamp Posted November 1, 2004 Administrators Posted November 1, 2004 http://www.xtremedotnettalk.com/showthread.php?t=69746&highlight=database+tutorial may be worth a look. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
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.