HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (ADO.net) microsoft.public.dotnet.framework.adonet


Discuss in the Dotnet Framework (ADO.net) forum.



Post New Thread
Threads in Forum : Dotnet Framework (ADO.net) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hello, I trying to produce a querry that will accomplish the following and am not sure how to write the statement. I am currently using Jet 4.0 but...
Charles A. Lackman
12-29-2005 04:38 PM
Charles A. Lackman Go to last post
2 39
Hi, I am trying to merge two datasets into one, each dataset has one table when I merge the two datasets I get a dataset with two tables? I need the...
Chris
12-29-2005 07:51 AM
Chris Go to last post
3 19
Hi, when you load a child row when the parent row doesn't exist in a relational dataset an execption is thrown. Is there an event to capture this...
Bart
12-29-2005 03:54 AM
Cor Ligthert [MVP] Go to last post
6 14
So far the dataset just shows Type, Benefit, Change I want it to show Type, Benefit, Change, Description This should be a pretty elementary...
jonefer
12-29-2005 03:37 AM
Cor Ligthert [MVP] Go to last post
5 11
Hello, I just purchased Visual Studios 2005. I noticed that when I drag a control from the DataSources toolbar, or set the datasource property of...
AaronMoore
12-29-2005 03:29 AM
Cor Ligthert [MVP] Go to last post
2 30
hello all, Created procedure in sqlserver accepting id as parameter to delet record. initialized statements Dim DeleteCommand As New...
karunam
12-29-2005 02:21 AM
Miha Markic [MVP C#] Go to last post
1 13
Hi I am busy with a C# Windows application. I load data from a MS Access database into a DataSet. In my database the primary key is an...
Kobus
12-29-2005 12:32 AM
Kobus Go to last post
0 10
Hi I have a sub method that has been passed a dataset as parameter. I need to insert this dataset into a table. What is the code that I need to do...
John
12-28-2005 04:34 PM
John Go to last post
8 10
Hi all, I need a quick way to create a new datarow based on an existing one change a few values and update them to the database (the...
AT
12-28-2005 02:28 PM
AT Go to last post
1 45
Hi everyone. I have a small problem that I can not seem to resolve. I am executing a stored procedure using the ExecuteReader method. However it...
WXMCDBA
12-28-2005 02:15 PM
WXMCDBA Go to last post
7 19
New feature come in VS 2005, ability to ADD local database files (.mdf) into project. When i install my EXE on client PC, I need install SQL server?
AT
12-28-2005 01:57 PM
Paul Clement Go to last post
1 18
This is why I am against using the wizards generate all this garbage for you. Then you have to go back every time you make a database change...
Marina
12-28-2005 01:17 PM
Marina Go to last post
0 16
Any clue to why this newRow call sets "programSelected" to null no matter what I have tried? Further explanation, this function resides in a form2...
Rock
12-28-2005 12:46 PM
Rock Go to last post
3 16
This is a union query from an Access Database But I will also be using SQL server For the meantime in Access, I want parameters MRN, and SGR For...
jonefer
12-28-2005 12:22 PM
jonefer Go to last post
7 11
VS 2003 question I know that this question has been asked alot but I have seen no direct answer to it as yet. From control panel it is possible to...
MDFS
12-28-2005 11:59 AM
Matthew McHugh Go to last post
13 23
Hi, I am trying to review by ADO.NET skills so what will be the best online site to review the topics in ADO.NET and if possible that should be a...
review
12-28-2005 11:13 AM
review Go to last post
0 9
If I only have ASP.Net 1.1 installed on a server what would I replace this with? <dataProvider...
Kim\(Kman\)
12-28-2005 09:54 AM
Cowboy (Gregory A. Beamer) - MVP Go to last post
1 14
I am using a DataGrid with a dataset and the OracleDataAdapter.Fill(dataset,"Tablename") method. All is fine: a table is created and mapped to the...
mspzzz
12-28-2005 08:56 AM
Paul Clement Go to last post
8 9
It used to be that you could add references to the same Com object used by VS2003 by: Add ref to adodb Add ref to Microsoft OLE DB Service...
_DG
12-28-2005 07:49 AM
_DG Go to last post
0 10
Hi How can I insert a dataset into an sql table? Thanks Regards
John
12-27-2005 06:32 PM
John Go to last post
3 20
I've often used the datagrid CurrentCellChanged event to trigger my Update code. However, I've noticed with checkbox columns, this event is...
Earl
12-27-2005 03:22 PM
Earl Go to last post
1 17
I'm using the SqlCommandBuilder to help construct the update commands to a SQL Server 2000 database. I have the SqlCommandBuilder generate the...
PaulJB PHD
12-27-2005 02:38 PM
PaulJB PHD Go to last post
1 12
How to generate a dataset from stored procedure which have many resultsets? I try Dataset designer from VS2005, it only generate first table from...
abc my vclass
12-27-2005 11:20 AM
Elton W Go to last post
1 22
Hi, Is there an equivelant to the old ado recordset which you could use the movenext/moveprevious methdods with? If not, what do you use to do this...
Ant
12-27-2005 11:18 AM
Paul Clement Go to last post
2 19
Hi all, Merry Christmas! I have an application that reads records off an Excel spreadsheet and imports them into an Oracle database. What I have...
JL
12-27-2005 09:29 AM
JL Go to last post
2 10
If I have three DataTables, let's call them "MyParentTable", "MyChildTable" & "MySubChildTable", with a relation between "MyParentTable" and...
Ted
12-27-2005 01:59 AM
Ted Go to last post
0 32
Hello I use the data source window to connect to a database. Because the location of the database might vary, I want to change the connectionstring...
Dirk Schelfaut
12-26-2005 09:05 AM
W.G. Ryan eMVP Go to last post
1 18
Hello: The Jet provider is not part of the recent MDACs. You would have to download a recent version of the provider which is not part of the...
Wiktor Zychla [C# MVP]
12-26-2005 07:38 AM
Skanda Subramanian Go to last post
2 15
Hi all, i am using Sql Connection with SqlHelper class; it is working fine with windows xp and MSDE; when i developed the application and tried it...
Anupam
12-26-2005 07:34 AM
Skanda Subramanian Go to last post
4 6
Hi All, I want to update the values into database.And i get these values from a xml file.I have done the coding for that but its not...
AT
12-25-2005 04:37 PM
W.G. Ryan eMVP Go to last post
2 42
hey guys, any idea(s) why this code would only export the first page? it works perfectly - just if the report has multiple pages, it only exports...
rbutch
12-25-2005 12:26 AM
Sahil Malik [MVP C#] Go to last post
2 10
I created an application that makes use of a typed DataSet for holding its data. This DataSet is saved out with simple XML serialization. Now,...
Arian T. Kulp
12-25-2005 12:23 AM
Sahil Malik [MVP C#] Go to last post
1 13
Hi, Is there any effect of Enlist attribute in the connection string if there is not DTS environment, No COm+ or MTS. I am facing a problem where...
Bhupesh
12-25-2005 12:21 AM
Sahil Malik [MVP C#] Go to last post
1 11
Is there anyway new in SQL Server 2005 to enumerate all the servers on the network without sqldmo? I'm working in .NET and want to get the list,...
Brian Henry
12-25-2005 12:15 AM
Sahil Malik [MVP C#] Go to last post
6 29
What is the easiest way to map table names when filling a dataset? I am filling a dataset from two tables. My command text looks like this: "Select...
David Veeneman
12-25-2005 12:14 AM
Sahil Malik [MVP C#] Go to last post
1 19
I saw a lot of people were having a problem with this and I found an elegent solution to this problem so I decided to post it. Use the following...
Jonathan Seidner
12-24-2005 03:27 PM
Jonathan Seidner Go to last post
4 32
I have to create an SQL statement at run time based on the items the user selects on a report menu. The SQL statement gets quite complex if you...
Steve B.
12-24-2005 02:01 PM
Triax Go to last post
3 12
I have a combo box that inherits from DataGridTextBoxColumn. Everything works fine with the control except a CancelEdit(). The underlying rows' value...
Joe
12-23-2005 11:09 PM
AT Go to last post
1 11
I notice that after converting a vs.net 2003 ASP application to vs.net 2005 that my DataAdapters are gone from the design view along with the ability...
Gary Blakely
12-23-2005 10:20 PM
AT Go to last post
1 19
Background: Using ADO.NET 2.0 with VS2005 RTM. I have a data column with the following set for its expression...
Oldman
12-23-2005 02:10 PM
Oldman Go to last post
0 19
Hi, Jet engine is a separate download (starting from MDAC 2.6 if I remember properly) thus you have to install it (just search ms website for...
Miha Markic [MVP C#]
12-23-2005 03:38 AM
Miha Markic [MVP C#] Go to last post
0 10
Hi, I Want to update My Database , i using sqlDataAdapter and i have all the command (Insert/select/delete/update). I dont want to use update method...
Yossi And Inbar
12-23-2005 03:37 AM
Miha Markic [MVP C#] Go to last post
1 13
I was having a problem using a DataTable targeted against a table with columns that have default values and do not allow nulls. When you added a new...
William F. Kinsley
12-22-2005 11:54 PM
AT Go to last post
1 15
When binding a control to a BindingSource and executing .AddNew on the binding source, then setting default values on the row, the bound controls...
JohnT
12-22-2005 09:30 PM
JohnT Go to last post
0 11
Hi everybody, I like to asked anyone who is very good at sql to help me display this data in a table format that duplicate headings, subheadings or...
den 2005
12-22-2005 07:09 PM
den 2005 Go to last post
15 26
Hi, I have an asp.net application which intermittently throws the following exception trying to open an oracle...
Andy Fish
12-22-2005 03:12 PM
Sreedhar Go to last post
1 33
I am using GetOleDbSchemaTable to read the data from the Excel file. It is working fine with all workbook/worksheets except the one that has...
Rohit
12-22-2005 10:42 AM
Paul Clement Go to last post
1 12
Hi, I originally posted this on public.data.ado, and someone nicely informed me that this group is probably better suited to my question, so here...
AT
12-22-2005 09:51 AM
AT Go to last post
6 10
In Microsoft Access, it is possible to create a query and then refer to it inside another query... how would I do this in ADO.NET? I'd like to...
jonefer
12-22-2005 04:26 AM
Earl Go to last post
2 10
hi.. i'm trying to connect to oracle 8.1.7 in asp.net using integrated security but i'm always getting a ora 01017 invalid username/password. logon...
saleryan
12-22-2005 02:57 AM
saleryan Go to last post
4 11
Post New Thread

Display Options
Showing threads 5051 to 5100 of 20607
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.