blah blah blah is here! blah blah » Close

0
votes
2 answers

C# Unable to do an update with oledb

I'm new to this so here goes. I have a table that has latitude and longitude degree coordinates and I'm trying to do an SQL UPDATE in the third column and convert the latitude and longitude coordinates into MGRS in the MGRS column. I ha ...

0
votes
0 answers

How to Update a TextBox (in WPF) From a WCF Service?

I understand that to update a control from a non-GUI thread, I need to do some kind of thread-marshal that data from a worker thread to the UI thread, so as to avoid any deadlock. But I am not sure in detail how to do it. I am able to sh ...

0
votes
1 answers

Create multiple text files from a base text file in C#

Hi there, I have a text file including several characters and strings. I want to update just some strings of the file that start with "$" for example $MODEL or $I or,...etc. I want my program to open this base file and find just ...

0
votes
1 answers

Problem with UPDATE statement

Hello guys! I've got a problem with updating some data in text boxes to my database in Ms Access, which contains a table with 1 row. I filled text boxes with data from database table and want to allow user to update it when it's needed. ...

0
votes
2 answers

Datset skip first row on loop

Hi I'm new to datasets, so please help me with my issue. This is a win form application and I use VS2008. When I try to update a column in my database (SQL Server), using a for loop, it updates fine except that it for some reason skippi ...

0
votes
1 answers

Passing data form one computer to other

i am having a database on computer1. i want to inserts and updates a table in the database stored on computer1 through a form which is on computer2. Both computers are connected with LAN. How can i do this using visual c#.net

0
votes
1 answers

Update multiple tables in LINQtoSQL

Hi I want to perform an update query in the two tables below: ClientDetails --------------- ClientId (Primary key) ClientFirstName ClientLastName ClientEmploymentDetails ----------------------- ClientId (Foreign key related t ...

0
votes
0 answers

[Update5]find the proportional area of some squares confined between a disk in C# --> modification

As an update to calculating the intersected areas ("http://www.debugging.com/bug/24368" and "http://www.debugging.com/bug/24305") , this article is quite helpful: "http://softsurfer.com/Archive/algorithm_0101/al ...

0
votes
0 answers

[Update4]find the proportional area of some squares confined between a disk in C# --> modification

Hiya, I have implemented the code (our first discussion) into an algorithm for gridded 2D and 3D models. However as before as the sides of the cells are not equal it will cause some serious problems- Actually the gridding (gridded model ...

0
votes
0 answers

[Update3]find the proportional area of some squares confined between a disk in C# --> simple modification

Hi vulpes, I tried to modify the code in order to obtain the fraction of grid block's area containing in the ring. however I got some errors. I need the fraction area of each grid block divided by total area of the ring ( a[i,j]/Total_Ar ...

0
votes
1 answers

[Update2]find the proportional area of some squares confined between a disk in C#

Hi Just a quick question that if the Dx and Dy are not equal(for the cases when the sides of the squares are different than S), does the code work?-I mean if the algorithm is general enough to be extended or if the algorithm should be com ...

0
votes
1 answers

[Update1]find the proportional area of some squares confined betwnn a disk in C#

Hi dude, just as an update to previous discussion:"find the proportional area of some squares confined between a disk in C#" I have got a question about the radius criteria, shouldn't it be S/2 instead of S, ...

0
votes
1 answers

Adding Patch to update my application

Dear All, Does anybody knows how to simply update my application by installing a patch or manual update? I did some project with ClickOnce Deployment and it is useful for updating the application inside the PC where the code is being ...

1
votes
1 answers

"Data type mismatch in criteria expression" in C# MS-Access query

Hello , I'm trying to make an Update query but keep getting the following exception : "Data type mismatch in criteria expression" Here is the query : UPDATE PatientData SET PatientData.[Transaction Stop Time]='6/26/2 ...

0
votes
0 answers

C#: Update Access Database using DataGridView

Hi, I have a datagridview and I need it to be editable such that when the user edits its cells, it will update the database it is binded to. I have been searching about this for hours but couldn't find the answer. Below is a video that s ...

Feedback