yes.Where clause is correct and when i wrote update statement on the access database, the data will be updated but the problem is the update statement in the vb code
shefa isied
Posts
-
Insert/Update statement -
Insert/Update statementHi, I have VB project with Access Database but when i use update statement with no errors but no changes occured in the database. connection string statement is "Provider=Microsoft.ACE.OLEDB.12.0;" & _ "Data Source=App_Data\TrainingDept.mdb" & _ ";Persist Security Info=True" why?
-
popcalendar vs menu [modified]hi, I'm using RJS.Web.WebControl.PopCalendar when I click on the popcalendar, menu items disappear(when i click on the menu, submenu not appear). why?how to retrieve menu items?
modified on Tuesday, October 27, 2009 7:22 AM
-
popcalendar [modified]I check javascript for pages, the pages are the same.what i can do? what may cause this problem?there is any idea to solve the problem
-
popcalendar [modified]hi, I'm using web control : I have the rjs popcalendar control in a multiview control within an update panel and it works correctly in some web pages and not correctly in other pages despite of all pages that contain popcalendar are the same why?how to solve this problem?
modified on Sunday, October 25, 2009 9:52 AM
-
autocomplete dropdownlistHi, I need to create a autocomplete dropdownlist in ASP.NET 2.0 using VB.NET 2005 platform for web application. I have 6000 customers. I need to filter records depnding on the intitial characters typed by user. For example, if user types ",Cha", the dropdownlist should show all records starting with "Cha". Can anybody giv me a clue how to do tis ???
-
dropdownlist filteringHi, I have a dropdownlist that contains items filled by a table. what i need is, when the user write any characters in the dropdownlist, only items that contains that characters must be appear.How i can do this?
-
crystal reportNo, I didn't mean DrillDown.
-
crystal reportHi, How i can generate crystal report in a tree viewer format? In other words, how i can show data in a tree view format in crystal report
-
direct mapHi, How can i programming direct map using c++?
-
current files opennedhi, how i can get all current files openned by each running process using c#?
-
thread cpu usageI got CPU usage of each process using API but i can't do it with threads. How can i get cpu usage of each thread using API and c#?
-
paint is slowHi, In my application, i used a theme. and when i carry one form over another form, this process is too slow. how can i solve this problem?
-
open tab page [modified]Hi. How can i open page of a specific tab when a condition achieved without click this tab using c#?
modified on Wednesday, April 29, 2009 5:55 AM
-
dataset with datagridi have data set linked with table adapter(which is already linked with table in the database) and i have datgrid linked with the dataset and when i add values to the table in the db, the added values does not add to the dataset and so does not add to the data grid. WHY?
-
rad charthow can i change the step length for y-axis through using rad chart because the values of y-axis is too large? and how to remove y-axes values from the chart?
-
error:cannot access disposed objectHi.....please some one help me in my problem i have tow forms the 1st has a button that opens the 2nd form, on form closing event for 2nd form i called Hide() function ,so when i click the button again(to Show() 2nd form) it gives me the following error:cannot access a disposed object) i do not know what to do?can it be to stop 2nd form from calling Dispose () when i Hide() it? or it would be some thing else? by the way, i have to do what i did in this way, so any help is appreciated
-
registry operationsI already found such tool(procmon) but i need to get subkeys associated to a given process using c#.
-
registry operationshow can i get registry operations associatd to a given executable files? in other words, how can i get subkeys names that are created by a given process?
-
process operationshow can i get all operations for a given process using c# like operations column in procmon tool? process operations like (createfile,regopenkey,regqueryvalue...)