index > .NET Framework Data Access and Storage > got a form, got a database, the two don't talk

got a form, got a database, the two don't talk

Hi everyone~

Sorry for another basic ??dd to a database??question, I tried to follow some other examples, but have had no luck.

I am using VB.net 2005 express and MS Access 2000.

I am attempting to create a form that can add info and delete info from an Access database.

I have created the form that displays a datagrid. I have made a connection to a simple database (one table, two fields). I have added a button to the bottom of the form, ??dd client path?? This button launches two input boxes (one at a time obviously) and feeds two variables ClientName and ClientPath.

By connecting the database, VB.net has written a little bit of code, and I am sure it is telling me what I need to know to finish the code to have the variables feed the database, but I?? not sure what to do.

--------------------------------------------------

This is what VB made for me??

Public

M. Nicholas
Have you databound the adapter to the Datagrid?
Have you called Me
kbradl1

> Have you databound the adapter to the Datagrid?

M. Nicholas

Have you checked to see if the information in this thread will help:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=427451&SiteID=1




MSDN Technical Forums Moderator - Happy Coding :)
DMan1
reply 4

You can use google to search for other answers

 

More Articles

• SQLConnection.GetSchema and ForeignKeys
• insert, delete, update in a datagrid and the permanent table? thr...
• OleDbCommand.Update method bug - parameter values overlap
• There is already an open DataReader associated with this Command ...
• Enterprise Library problem with oracle 10g installed on Sun Solar...
• Test if a MDB is Corrupted
• database connections string and getting data
• Trying to insert non-latin characters into sql-server through ADO...
• analysis services 2005 tutorial
• Build connection string like COM?
Bookmark and Share
Welcome to Bokebb   New Update  
 

New Articles

• SQLDataSource
• Could not find stored procedure 'dbo.asp
• How to create a web services for retriev
• Where to store SQL server connection str
• Time Zone Problem in Web Service
• What is the List<OdbcParameter>.En
• Problem with Transactions C# and Sql Exp
• Suppressing display of duplicate values
• Lightweight Transaction Manager SQL Serv
• Warehouse Managment System
• How can I save textbox with value in the
• Data Access Page
• Control.DoDragDrop and Exceptions
• ASP.NET/SQL Server/IIS - Not preserving
• How to Insert the records from DBF into

Hot Articles

• So Many ADO Data Providers Which Should
• How to retrieve value from UDT column wr
• Can't connect to database from web servi
• Dataset Update
• How to validate data against schema and
• Visual Studio 2003.net Databases Connect
• System.Security.AccessControl Namespace
• Access and Sql Connectivity for Software
• Adding column to a dbf file
• Pulling Data From Two Different Databases
• System.Data.OleDb.DBBindings.Get_DBTIMES
• How do I change the location of "|D
• Problem with SqlBulkCopy when destinatio
• OraOLEDB.Oracle.1 provider is not regist
• how to modify and upadate the data in da

Recommend Articles

• SqlConnection object and garbage collect
• edit/update on detailsview throws except
• VB.NET Front end for small amount of XML
• What is the best way to handle null valu
• Can I open an Access database from vb .n
• Compare datasets using hash values or po
• delete row is not updating in dataAdapter
• is it possible to interrupt fill method
• DataGridView Detail Row Saving
• using vs.net2005 dataset
• catcha sqlexception and column
• Updating SQL Server using DataSet
• cannot get web application service
• ms exchange alldayevent error
• Optimizing data transfer and storage whe