Click here to Skip to main content
15,884,537 members
Home / Discussions / C#
   

C#

 
Questioncreating a txt file Pin
john3420-Apr-06 5:42
john3420-Apr-06 5:42 
AnswerRe: creating a txt file Pin
J4amieC20-Apr-06 5:51
J4amieC20-Apr-06 5:51 
AnswerRe: creating a txt file Pin
AETaylor21-Apr-06 1:54
AETaylor21-Apr-06 1:54 
QuestionI/O Threading program Pin
eric_tran20-Apr-06 4:55
eric_tran20-Apr-06 4:55 
AnswerRe: I/O Threading program Pin
LongRange.Shooter20-Apr-06 7:10
LongRange.Shooter20-Apr-06 7:10 
Questioninsert in database Pin
guest_098720-Apr-06 4:34
guest_098720-Apr-06 4:34 
QuestionHTTP Sniffer Pin
ksor20-Apr-06 4:34
ksor20-Apr-06 4:34 
QuestionHow to update data from an access database? Pin
nulkoud20-Apr-06 4:30
nulkoud20-Apr-06 4:30 
Hi there,
I've got a problem with updating data from an Access database. I just started (for a couple of weeks now) with working with this kind of databases so I don't know a lot about it.

I've got a program that displays data from a database. That's working perfect. But now I want to modify that data.
In one of the tables (I use 3 total) I created an UPDATE query. That happens in this method:
<br />
public void updateFamilie(TypeFamilie updateFamilie)<br />
{<br />
  familieData.UpdateFamilieByFamilieID(updateFamilie.FamilieID, updateFamilie.Adres,<br />
  updateFamilie.Belasting, updateFamilie.EigenWoning, updateFamilie.FamilieNaam,<br />
  updateFamilie.Hypotheek, updateFamilie.Kalender, updateFamilie.KortNieuws,<br />
  updateFamilie.Lening, updateFamilie.MobieleTelefoon, updateFamilie.Telefoonnummer,<br />
  updateFamilie.Postcode, updateFamilie.Woonplaats, updateFamilie.PriveRekening,<br />
  updateFamilie.SpaarRekening, updateFamilie.Verzekeringen);<br />
}<br />

The problem is that the database does not do the update. Can somebody please help me out with this??
Thanks a lot!
QuestionHow to make Web Application more Secure in Asp.Net???? Pin
pal_vaidya20-Apr-06 4:14
pal_vaidya20-Apr-06 4:14 
AnswerRe: How to make Web Application more Secure in Asp.Net???? Pin
LongRange.Shooter20-Apr-06 7:26
LongRange.Shooter20-Apr-06 7:26 
QuestionCreating playlists Pin
mickeyfitzray20-Apr-06 3:21
mickeyfitzray20-Apr-06 3:21 
AnswerRe: Creating playlists Pin
LongRange.Shooter20-Apr-06 7:19
LongRange.Shooter20-Apr-06 7:19 
AnswerRe: Creating playlists Pin
malharone20-Apr-06 9:56
malharone20-Apr-06 9:56 
QuestionASP.NET is not working Pin
Mamphekgo20-Apr-06 3:09
Mamphekgo20-Apr-06 3:09 
AnswerRe: ASP.NET is not working Pin
Robert Rohde20-Apr-06 3:12
Robert Rohde20-Apr-06 3:12 
GeneralRe: ASP.NET is not working Pin
Mamphekgo20-Apr-06 3:35
Mamphekgo20-Apr-06 3:35 
GeneralRe: ASP.NET is not working Pin
LongRange.Shooter20-Apr-06 7:22
LongRange.Shooter20-Apr-06 7:22 
GeneralRe: ASP.NET is not working Pin
Mamphekgo20-Apr-06 22:28
Mamphekgo20-Apr-06 22:28 
Questionopen IE from win applicatin Pin
mahmoud_sama20-Apr-06 2:42
mahmoud_sama20-Apr-06 2:42 
AnswerRe: open IE from win applicatin Pin
Robert Rohde20-Apr-06 2:58
Robert Rohde20-Apr-06 2:58 
AnswerRe: open IE from win applicatin Pin
Eric Dahlvang20-Apr-06 4:15
Eric Dahlvang20-Apr-06 4:15 
Questionhelp me in creating a table in javascript Pin
umaheshchandra20-Apr-06 0:10
umaheshchandra20-Apr-06 0:10 
AnswerRe: help me in creating a table in javascript Pin
Nick Parker20-Apr-06 3:26
protectorNick Parker20-Apr-06 3:26 
QuestionImporting specific Excel columns Pin
Fendefa20-Apr-06 0:01
Fendefa20-Apr-06 0:01 
AnswerRe: Importing specific Excel columns Pin
Ricardo Casquete20-Apr-06 0:52
Ricardo Casquete20-Apr-06 0:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.