| Thread | Last Post | Replies |
|
| insert large amount of records into access database | 27 Oct 2007 16:04 GMT | 3 |
hello i am using c# in visual studio 2005 and need to insert a large number of records contained in a dataset into an access database. the following is too slow. how can i update my DataAdapter with all the rows(150000) at one time? thanks
|
| A Parent Object With Multile child objects | 27 Oct 2007 15:08 GMT | 3 |
Hello, I have an asp.net project that calculates a general tax. Ok, this tax is a big object formed with another child objects (as a mather of fact 15 another child object within it), like Ship, Vehicle, Bike, etc. each one could be null and has his own attributes and
|
| Stringbuilder error | 27 Oct 2007 15:03 GMT | 8 |
I am trying to implement the stringbuilder class by taking a LARGE multiline text box and looping through the lines and build a string and include \r\n in it. I get : Index was outside the bounds of the array.
|
| Computing a hash code on for an Audio CD | 27 Oct 2007 12:20 GMT | 5 |
This may be a framework question rather than specific to c#, but does anyone know the best approach to computing a hashcode for an audio CD (so I can check if the content of one cd is equal or different to another) ?
|
| Allocating a continuous block of memory for a structure? | 27 Oct 2007 09:22 GMT | 2 |
I have a structure that has a byte array as a field: struct foo { public int A;
|
| Automating windows applications in C# | 27 Oct 2007 07:24 GMT | 3 |
I am looking for a way to automate other applications programatically. Is there any C# library that will allow me to do this? i.e. I want to be able to iterate the menu items on another
|
| Finding Dead Members | 27 Oct 2007 07:17 GMT | 3 |
I inherited a large quantity of legacy code, and I very frequently find methods, constants, properties, variables, etc., that are no longer referenced by any code. Does anyone know of that can display a list of assembly or solution members that aren't actually referenced
|
| SqlDataAdapter | 27 Oct 2007 07:03 GMT | 2 |
if i have a Existing SqlDataAdapter how do you Clear it and re-use or do i just set it to null and create a new SqlDataAdapter
|
| How can I reflect changes in underlying database into my application dynamically | 27 Oct 2007 03:31 GMT | 1 |
Dear Group, I have a SQL Server 2000 databse with some tables. The tables contents are modified by many users at the same time. When I fetch some rows from a table via dataset into my application , I just have a static
|
| Windows service | 26 Oct 2007 22:52 GMT | 23 |
I have a windows service that does some distributed transcation across 2 servers. One DB is SQL 2005 express and the other is SQL 2005. My question is I have created a domain user account and I am logging the service in as that account. Then I am adding permission to
|
| C#- coordinate system, drawing | 26 Oct 2007 22:36 GMT | 14 |
I want to ake following 0,0 (900mm,900mm) --------------------------------------
|....................................| |
| Newbie Question: VS Project Installation: Registry Editor | 26 Oct 2007 22:34 GMT | 1 |
Hi, Folks!! If you are setting up an installation file (MSI) and you are adding some system registry settings can you use the $(TargetDir) variable where the installer would expand it out to "C:\Program Files\<Co name>
|
| Why does this code work? | 26 Oct 2007 22:33 GMT | 3 |
Why does this code work? I am new to C# and have been studying this piece of code. It loops through an Adjacency Matrix table to populate a tree view. I have two questions about why this code works.
|
| Ideas for Grouping numeric data based on the distance from each other? | 26 Oct 2007 22:30 GMT | 1 |
Just after some ideas and suggestions on how to do this. I have a large amount of numeric data which I would like to group given a distance as a parameter. IE. If my dataset was simply 1, 5, 9,10,11,16,17,25,29 and I pass in a
|
| transformation matrix; graphics | 26 Oct 2007 22:21 GMT | 1 |
how can I make the transformation matrix? Zero point Left top Left bottom
|