Forum: VB.NET Dec 15th, 2006 |
| Replies: 6 Views: 3,383 Hi,
Thanks vbismee....but when I take out ds.Acceptchanges .......an error shows up........to the da.Update(ds, "HostingDB")....
Error: Syntax ERROR in INSERT INTO Statement.... |
Forum: VB.NET Dec 14th, 2006 |
| Replies: 6 Views: 3,383 |
Forum: VB.NET Dec 14th, 2006 |
| Replies: 6 Views: 3,383 I checkd everything...
I tried creating another version of this as a "TEST" (less columns) it worked on it...SAME CODING and stuff..
but this one seems to be not working.
-maybe its the... |
Forum: VB.NET Dec 13th, 2006 |
| Replies: 2 Views: 1,629 try this
http://www.devx.com/dotnet/Article/28083/0/page/1 |
Forum: VB.NET Dec 13th, 2006 |
| Replies: 6 Views: 3,383 Hi.
Im doing a program that connects a form to access database.
Problem: I have a button that saves all the new information entered in the text boxes I have. When I click SAVE it shows a message... |
Forum: ASP.NET Dec 7th, 2006 |
| Replies: 8 Views: 7,448 If the users want to search for a certain keyword....they must type a keyword in a textbox.....then it will show the record that matches that keyword.
- so that if you have a lot of records in a... |
Forum: ASP.NET Dec 6th, 2006 |
| Replies: 8 Views: 7,448 Hi,
I am creating a program that is connected to a database (Jet. OLEDB). I would like to know how can you search a record in the program.
Thanks |
Forum: ASP.NET Dec 6th, 2006 |
| Replies: 1 Views: 5,649 :eek: Hi,
Im having problems in adding new records in a database connected to .net. The data type of ID in access is NUMBER. When I click SAVE it shows this error message: "Column 'ID' is... |