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     
When I create a connection to a database do I have to use the complete path to the database. E.G.: ACCESS.C:\Documents...
AT
05-26-2006 10:57 AM
james Go to last post
4 24
Hi, I created a strongly typed data set that contains two tables (Orders and OrdersDetails). The tables have a parent/child relationship. How can I...
Vi
05-26-2006 10:05 AM
AT Go to last post
3 31
Hi, I've seen about 2,345 messages on how to submit parent/child rows via ado.net. 2. Build relations 3. Make Changes 4. Post parent row with event...
skavan
05-26-2006 09:57 AM
AT Go to last post
1 268
Typed datasets are great, but in one respect, the move to use table adapters is a double edge sword. What I would like to be able to is to use the...
Chris Smedley
05-26-2006 09:40 AM
AT Go to last post
15 43
I have a dataset populated from a spreadsheet with 4 columns and I want to fill the dataAdapter for the database that also has 4 columns, but the...
Wes
05-26-2006 09:24 AM
AT Go to last post
1 16
I have designed some datasets using VS2005 by dragging in tables from a SQL2000 server. When I look at the generated code, it references the...
Rickard
05-26-2006 08:46 AM
AMDRIT Go to last post
1 21
Hi all, I've written a vb.net 2005 app that uses an Access 2000 db. There are 2 tables used in this particular procedure. Table 1 has...
Hexman
05-26-2006 03:25 AM
Cor Ligthert [MVP] Go to last post
11 46
Hi when I have the following line: myListbox.SelectedIndex = -1 When I set a breakpoint and step into the code right after this line gets executed...
dee
05-25-2006 08:30 PM
dee Go to last post
0 18
We have been testing a migration of our application from 2000 to 2005. All seemed well until last week. Our framework generates a set of business...
Russell Gainford
05-25-2006 06:21 PM
Dune Go to last post
5 23
When I attempt to make an OLEDB connection to Oracle I receive: An OLE DB Provider was not specified in the ConnectionString. An example would be,...
AT
05-25-2006 04:54 PM
AT Go to last post
0 26
Hi, I am having trouble editing bound data in a webform. My textbox is bound to an underlying dataset. The dataset is filled with a single...
Joe Delphi
05-25-2006 03:47 PM
Jeff Dillon Go to last post
2 25
FOR IMMEDIATE RELEASE C# Online.NET Summer 06 Contest Apress and C# Online.NET have joined forces to reward the most prolific contributors to C#...
Press Relations
05-25-2006 12:53 PM
Press Relations Go to last post
0 16
FOR IMMEDIATE RELEASE C# Online.NET Summer 06 Contest Apress and C# Online.NET have joined forces to reward the most prolific contributors to C#...
Press Relations
05-25-2006 12:49 PM
Press Relations Go to last post
0 16
I have two DataSets, and want to merge a subset of the rows from one to another. When the array of rows are merged into the existing DataSet, they...
jj
05-25-2006 10:37 AM
jj Go to last post
0 20
We're using SqlBulkCopy for some large data migration routines, but the DBA does not want to grant anything to our user account except the bare...
Bryce K. Nielsen
05-25-2006 09:44 AM
Bryce K. Nielsen Go to last post
6 28
Hi everyone, I know when you enable paging in a datagrid the entire data is read but only the data that you want is displayed to the end user. Has...
AT
05-25-2006 08:58 AM
David Jessee Go to last post
1 26
Hi! I have Excel file as the DataSet for my application, which the user uploads and the same is stored into the database. The problem is that user...
Baren
05-25-2006 08:55 AM
David Jessee Go to last post
1 22
I have my object containing datarow and exposing properties: e.g.: public int Price { get{ return _myRow.Price; } set{ _myRow.Price = value;
DG
05-25-2006 08:49 AM
David Jessee Go to last post
1 21
I am using the new feature of TableAdapter of VS2005. I add some expression in the DataTable, for example, I add a LongName into the DataTable of...
ad
05-25-2006 05:55 AM
ad Go to last post
0 22
Hi, The dataset is filled with the queryresult like this: sda = New SqlDataAdapter(sqlstring, ConnectString) dt = New DataSet() sda.Fill(dt) Is it...
05-25-2006 05:20 AM
Go to last post
4 26
I wish to do a grid of sales per quarter by Salesman. So, layout like this: SALES PERSON Q1 Q2 Q3 Q4 John ...
Vayse
05-24-2006 09:42 PM
AT Go to last post
1 26
Is it advisable to use nchar columns instead of char columns as indices would not be used when parameterized queries are used by the application...
kaumil
05-24-2006 07:50 PM
Robbe Morris [C# MVP] Go to last post
1 27
Hi. I'm using Command.Parameters.Add() to add parameters to a SQL query that updates an Access table. When I want to pass a NULL value parameter for...
Alex Maghen
05-24-2006 05:11 PM
sebastieng Go to last post
1 26
Hi Does anyone know how to write a callback function to handle an event generated from an old COM control in a VB.NET application? Specifically I'm...
dee
05-24-2006 03:40 PM
dee Go to last post
0 21
I am using the new feature of TableAdapter in VS2005. I want to new a typed DataRow, I use the codes: System.Data.DataRowBuilder rb; MyDataSet.myRow...
ad
05-24-2006 03:31 PM
Mark Ashton Go to last post
4 32
Hi Is there support for playing mp3 in dotnet windows application? Thanks dee
dee
05-24-2006 12:49 PM
dee Go to last post
5 26
Hello, I have a weirdest issue I've ever had. I have a function that enters some data into the Oracle table and returns the sequential row number...
Peter Afonin
05-24-2006 11:53 AM
Peter Afonin Go to last post
4 35
Hi All, We are putting together a gathering of ADO.NET, and data connectivity lumaries for an informal gathering during TechEd 2006. This will be...
jonathan.m.bruce (AT) gmail (DOT) com
05-24-2006 09:29 AM
jonathan.m.bruce (AT) gmail (DOT) com Go to last post
0 21
i'm trying to write a simple code but i can't handle a problem. I create a dataadapter,dataset and sqlconnection with wizard. My selectcommand :...
Valhalla
05-24-2006 08:52 AM
Valhalla Go to last post
0 54
In Visual Basic using Crystal Reports, how do I count and display the number of times a specific column item repeats. For example, how do determine...
AT
05-24-2006 07:13 AM
tomb Go to last post
1 25
I have a Datatable, dtCustomers. It has several fields. I need to loop through it, passing only the Customer Code to another function. Function name...
Vayse
05-23-2006 09:29 PM
AT Go to last post
4 26
I have written a Visual Studio .NET 2003 app, using ADO.NET to retrieve several hundred records out of an Access 2000 database, and putting them...
Rod
05-23-2006 04:20 PM
Rod Go to last post
6 24
Say I have the code provided below Dim connection As DbConnection = New...
Smokey Grindle
05-23-2006 02:56 PM
Miha Markic [MVP C#] Go to last post
5 30
I have a data application that has been working for years on MS Access and VBA. In my application there are several grids with search capabilities...
Sergio Torres
05-23-2006 02:27 PM
Sergio Torres Go to last post
12 51
I'm creating a simple VB.Net application that uses a DataGridView in a form to show records originating in a Sql database. I have two questions...
Todd Clark
05-23-2006 02:21 PM
W.G. Ryan - MVP Go to last post
1 31
I remember seeing it online, the book itself was available online not just an ad about it. Does any one knows any thing about it?
Walid Magd
05-23-2006 02:11 PM
Walid Magd Go to last post
0 29
Ok ok This is more than likley and OLD question but I've gone through msdn, the sql server sites and am no further forward. I use SQL 2000...
Brashen
05-23-2006 01:41 PM
Brashen Go to last post
3 30
I think this should be possible, but can't seem to figure out how to do this. i create a webform with three text boxes and buttons (4) I create a...
WebBuilder451
05-23-2006 01:26 PM
WebBuilder451 Go to last post
0 38
Hi, 1) In the code below, when i do: d.Fill(ds,"anything") it works just as: d.fill(ds) Why? 2) What do i get with: x = d.Fill(ds) ?
Dan
05-23-2006 12:32 PM
Jeff Dillon Go to last post
1 28
This should be easier than I am finding it (maybe) I have 2 databases (one external, and one internal) they have identical tables, fields, etc. ...
Brad Simon
05-23-2006 12:18 PM
Brad Simon Go to last post
2 27
Hi, I try to use dataset with OLEdb Access, but dataset is not defined (asp.net 2.0) when using VWD. Imports System.Data.OleDb Dim a As...
Dan
05-23-2006 11:06 AM
Dan Go to last post
1 26
Hi, I am currenly buliding a .NET app based on a third party software. Since the third party software was implemented using COM technology, I am...
JeffQ888
05-23-2006 10:38 AM
JeffQ888 Go to last post
0 29
I have a stream data of type System.IO.Stream. I want to strore in in db. Is this possible? If yes, how can i do that? Thanx
basulasz
05-23-2006 09:44 AM
Cor Ligthert [MVP] Go to last post
3 31
I have written a Visual Studio .NET 2003 app, using ADO.NET to retrieve several hundred records out of an Access 2000 database, and putting them...
Rod
05-23-2006 09:08 AM
Rod Go to last post
0 29
Hi, I'm using VS2003. I am trying to use the FindRows method to create something with the returned rows that I can use as a datasource for a list...
Ant
05-23-2006 09:03 AM
Ant Go to last post
6 25
Hello, having never used CR before, I have an Access database with one table that I use with VB. How do I print and view a report of this table? Is...
AT
05-23-2006 08:59 AM
Cor Ligthert [MVP] Go to last post
7 33
Hello friends, I am new to dotNETand familier with classic ASP. I've one doubt regarding users. I am developing an application. In which i want to...
AT
05-23-2006 08:54 AM
Cor Ligthert [MVP] Go to last post
2 27
I have a Visual Basic application which requires entering a user ID and password to use the rest of the program. After entering the correct password,...
AT
05-23-2006 08:38 AM
Cor Ligthert [MVP] Go to last post
1 30
Hi, I am using ADO.NET 1.1 and am attempting to UPDATE a record in the Access database. Problem is that the statements execute fine with no error,...
Joe Delphi
05-23-2006 07:44 AM
W.G. Ryan - MVP Go to last post
3 30
Hi, I have a stored procedure which produces the final result set is in a temporary table (single #) of SQL Server 2000. I use a DataReader to read...
AT
05-23-2006 06:22 AM
David Browne Go to last post
1 32
Post New Thread

Display Options
Showing threads 5001 to 5050 of 22143
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 - 2010, Jelsoft Enterprises Ltd.