| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi Caroline,
The process is usuall the following: master table has an autoinc key with
negative step and seed.
You create master row and a negative...
Miha Markic [MVP C#]
|
08-14-2006 05:32 AM
Miha Markic [MVP C#] | 0 | 18 |
|  | Hello All
I have a DataSet with tables Customers, Orders related by CustomerID
coln. Now Orders has a field "FixIt", if this is set to true, I need...
sjoshi
|
08-14-2006 03:15 AM
Cor Ligthert [MVP] | 2 | 16 |
|  | Greetings,
I am having problem with the following codes for some reason and I
cannot figure it out where the problem is. However, what I'm trying...
Rino
|
08-14-2006 03:12 AM
Cor Ligthert [MVP] | 4 | 13 |
|  | I apologize in advance for the lengthy post, but any help or insight would be
greatly appreciated!
I've been having a problem with the...
TLentine
|
08-13-2006 06:54 PM
Earl | 2 | 16 |
|  | The reason you are getting the error from SQL Server is because you cannot
insert a null into the FK when you have the constraint relation set...
Earl
|
08-13-2006 06:48 PM
Earl | 0 | 17 |
|  | Hi,
I just cannot manage to perform a SELECT query with NULL parameter...
My TCATEGORY table does have one row where TCATEGORYPARENTID is null...
John
|
08-13-2006 05:19 PM
Cowboy \(Gregory A. Beamer\) | 3 | 18 |
|  | I have Oracle XE installed on my workstation, which is running Windows XP
Professional x64. I can connect to the database through the Oracle...
dchman
|
08-13-2006 04:22 PM
dchman | 0 | 11 |
|  | i have a dataset which pull all the info into a table , now i want to
use queries based on that table.
as an example in the following query it has...
sudarsan1980@gmail.com
|
08-13-2006 08:16 AM
Miha Markic [MVP C#] | 1 | 13 |
|  | Is it possible to create a new Access database file without ADOX? I have to store an empty MDB file for further use now and I'd
like to get rid of...
John Carret
|
08-12-2006 05:28 AM
John Carret | 9 | 10 |
|  | Is there a way to get only the modified columns of the rows in a DataSet?
When calling DataSet.GetChanges() I'm getting the entire row, whereas...
Chris Karcher
|
08-12-2006 03:52 AM
Miha Markic [MVP C#] | 5 | 12 |
|  | Hello all.
I have been debugging with a Connection pool overflow issue, and I'm
seeing something very unusual.
Using performance monitor, I am...
dwhalen
|
08-12-2006 12:40 AM
Cor Ligthert [MVP] | 1 | 12 |
|  | Here is the scenario:
I am looking to execute the following query:
SELECT *
FROM TBL_USER
WHERE USER_ID IN ( 1,2,3,4)
Now, since in-line SQL...
AT
|
08-11-2006 07:54 PM
Cowboy \(Gregory A. Beamer\) | 3 | 16 |
|  | Hi guys,
what i'm trying to do is to create a Dynamic class generator based on
tables from a sql2005 database.
To get the list of Colums from a...
Flavio
|
08-11-2006 07:11 PM
Matt Noonan | 3 | 11 |
|  | Folks,
I am connecting to an Oracle 8.1.7.4.1 database and executing a
stored procedure, Change_Results. The code works great but soon after
my...
v.maggs@comcast.net
|
08-11-2006 03:01 PM
v.maggs@comcast.net | 0 | 31 |
|  | For some strange reason, which has the hairs of a bug. I created a new
column on a DataTable which I first had placed in my dataset from the
server...
arthernan@hotmail.com
|
08-11-2006 02:14 PM
arthernan@hotmail.com | 1 | 16 |
|  | My debugger is saying that the ConnectionString property has not been
initialized. when I try to open the connection. My goal is to loop through...
archuleta37
|
08-11-2006 01:53 PM
archuleta37 | 5 | 12 |
|  | Hello,
I am trying to delete a row from a datagrid using BindingNavigator
delete iterm.
I added the following code in...
kvenkatu@yahoo.com
|
08-11-2006 11:17 AM
kvenkatu@yahoo.com | 2 | 25 |
|  | Hello,
I am using Forms Authentication in ASP.NET 2.0 website. I have also
implemented UIP Application Blocks.
On one page I have used ATLAS...
ashish
|
08-11-2006 05:06 AM
ashish | 0 | 11 |
|  | I'm new to .net 2.0 and I want to create a dataset using the designer where
the table columns are attributes rather than elements. I could do...
moondaddy
|
08-11-2006 02:04 AM
moondaddy | 5 | 15 |
|  | I have an app that connects fine to a SQL Server 2000 install using TCP/IP
only. When I tried to connect my app to the same database on a new SQL...
Earl
|
08-10-2006 11:39 PM
Earl | 4 | 12 |
|  | I am trying to make a document/training website. What I would like is
for somebody to click on a job on the left, have it display all...
MasterChief
|
08-10-2006 11:37 PM
Earl | 1 | 12 |
|  | I'm redesigning my application to use ADO.net and this is also resulting in
a schema redesign - FUN!
I have a fairly newbie design question;
I have...
sklett
|
08-10-2006 11:27 PM
Earl | 1 | 11 |
|  | Hi everyone,
Just wondering if someone can explain to me the reasoning behind (and a
possibly workaround) why the DefaultValue and the Description...
Paul Craig
|
08-10-2006 11:01 PM
ben payne [MCP] | 1 | 15 |
|  | I have a class (shown below) used to save me retyping the Connection
initialization code and other handy things, the Code Review tool in Ms
Visual...
mc
|
08-10-2006 11:00 PM
Kevin Yu [MSFT] | 2 | 13 |
|  | Hi, I'm using VS2003
I'd like to step into a stored proc by setting a breakpoint on a line in the
SP design page. I have enabled SQL debugging in...
Ant
|
08-10-2006 07:47 PM
Ant | 2 | 18 |
|  | I have a C# Web Service with several Web methods. If I try to access a
method that returns a dataset based on a specific criteria and another
user...
rao
|
08-10-2006 07:34 PM
rao | 0 | 12 |
|  | Hello,
I am trying to delete a row from a datagrid using BindingNavigator
delete iterm.
I added the following code in...
kvenkatu@yahoo.com
|
08-10-2006 07:10 PM
kvenkatu@yahoo.com | 0 | 11 |
|  | The MSDN document
http://msdn2.microsoft.com/en-us/library/tchktcdk.aspx explicitely
states that it is possible to use the SqlBulkCopy class with...
Michael Vanhoutte
|
08-10-2006 02:34 PM
Robert Simpson | 3 | 17 |
|  | hi
i have file browser control to select any file and a button to upload
file on my web page now when i select any file. now on click of...
Max
|
08-10-2006 10:57 AM
Max | 0 | 15 |
|  | thanks for your help
Max
|
08-10-2006 07:41 AM
Max | 1 | 13 |
|  | Hello.
I have a DataTable which contains two columns (BEZEICH and PERSON_L).
BEZEICH is of the type string and PERSON_L of the type byte...
Thomas Kehl
|
08-10-2006 04:36 AM
Cor Ligthert [MVP] | 3 | 10 |
|  | I use typed DataSet (drag'n drop from server Explorer from SQL Server 2000).
Each time i modify a table i need to update the Dataset.
I do it by...
TheMaxx
|
08-10-2006 03:32 AM
TheMaxx | 2 | 11 |
|  | Hi,
I have an application running on a Windows Mobile 5.0 device and am using
the following code to update tables in a SQL Server Mobile database ....
Mike
|
08-10-2006 01:54 AM
AT | 7 | 16 |
|  | I ripped out the connection objects created when I created typed datasets on
two forms. Went thru and cleaned up all the code to give the data...
Earl
|
08-10-2006 01:11 AM
Earl | 0 | 13 |
|  | SQL2005. New installation as a named instance on a local machine.
Attached a database previously designed in SQL2000. My app calls for this
database...
Earl
|
08-09-2006 11:44 PM
Earl | 6 | 14 |
|  | Hello,
I am learning .NET 2.0. I am trying to call a stored procedure:
SqlCommand cmd = new SqlCommand();
cmd.CommandText =...
RAM
|
08-09-2006 09:49 PM
msnews.microsoft.com | 6 | 13 |
|  | Hi all.
My question, basically, is: if I do this, am I open to a sql injection
attack?
DataAdapter.SelectCommand = new SqlCommand("SELECT * FROM...
AT
|
08-09-2006 09:41 PM
msnews.microsoft.com | 4 | 15 |
|  | I am using System.Data.Oledb, I have oracle function that return the result
as REF Cursor:
CREATE OR REPLACE PACKAGE GET_EMPLOYEES AS
TYPE T_CURSOR...
Kent Liu
|
08-09-2006 09:41 PM
Kent Liu | 4 | 19 |
|  | I think I've finally found a way to put the OleDbLiteral enum to good
use. Wanted to share it just so it may save someone a little time...
Vamsidhar
|
08-09-2006 08:53 PM
Vamsidhar | 0 | 16 |
|  | Greetings,
I am looking for someone that could help me with the following
situation.
I have a listbox on the form that contains x amount of rows...
Rino
|
08-09-2006 05:55 PM
Rino | 0 | 12 |
|  | I create a ".UDL" file on my desktop. I double click the ICON and supplied
the connection information so that I could connect to DB2, I test...
Jim Heavey
|
08-09-2006 05:14 PM
Jim Hughes | 1 | 20 |
|  | Our customer will use transactions against single SQL Server 2000, 2005 and
AS400 databases (no distributed transactions).
I am evaluating using...
Peter Meinl
|
08-09-2006 03:27 PM
Shawn Wildermuth (C# MVP) | 1 | 14 |
|  | BACKGROUND INFO:
I'm using the common DbConnection object in my application because the user
can have data hosted in Excel, Access, SQL Server, or...
ZenRhapsody
|
08-09-2006 02:14 PM
BlackWasp | 7 | 11 |
|  | Hi
I'd like to do the following with the FormView/ObjectDataSource but not sure
of the best approach.
1. Change the FormView mode to Edit if a...
J055
|
08-09-2006 01:49 PM
J055 | 1 | 25 |
|  | I need to transform a data table that would eventually be exported, E.g.
The original table is as follows: ID fName lName
1 Alex ...
Alex
|
08-09-2006 11:36 AM
Cor Ligthert [MVP] | 3 | 20 |
|  | If you are wrapping the command line in a Process object, you can specifiy
the number of acceptable errors. Note that this will still fail hard...
Cowboy \(Gregory A. Beamer\)
|
08-09-2006 10:58 AM
Cowboy \(Gregory A. Beamer\) | 0 | 19 |
|  | Hello All
I'm using OraOLEDB.Oracle provider for accessing Oracle. Now I have a
column of GUID type that is stored as RAW in Oracle. How do I...
sjoshi
|
08-09-2006 10:32 AM
Cowboy \(Gregory A. Beamer\) | 1 | 11 |
|  | I am making a pre- cluster tool.
At the moment i am using a datatable to read the databases.
With help of some rules i find the records that could...
Danny M
|
08-09-2006 10:26 AM
Cowboy \(Gregory A. Beamer\) | 1 | 14 |
|  | Hi
I have what I believe an ADO.net problem with my ASP.net (c# 2.0)
application.
Background: Originally developed with VS2005 on an XP box with...
daz_oldham
|
08-09-2006 08:50 AM
daz_oldham | 0 | 59 |
|  | I need users to be able to edit the database file created by my application in MS Access and I
need to ensure they will enter suitable data only to...
John Carret
|
08-09-2006 07:28 AM
John Carret | 4 | 18 |