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     
Hi I'm trying to sort a parent form(vb.net), can anybody help thanks A From...
A
05-31-2006 06:54 AM
A Go to last post
0 26
<<< State of the art web solution Online>>> WickedInnovations has an extensive working experience in E-commerce solutions, web site design , website...
mae2x
05-31-2006 05:39 AM
mae2x Go to last post
0 21
I've been working on this app for some time now. Been developing with vs 2005 vb.net and an Access database. Something happened and I can't...
Hexman
05-30-2006 11:13 PM
Hexman Go to last post
0 23
Hi, What can you do with the Table.DisplayExpression property? I tried to use this as a custom name for my table but only table columns...
Bart
05-30-2006 10:46 PM
AT Go to last post
2 22
Codebase has been in place for 1.5 years. Current version running since 12/2005. First use of a command object that has 14 parameters. Now I get...
dwaine
05-30-2006 10:06 PM
AT Go to last post
2 26
I want to update for one stored procedure. How? Here the exist stored, .. create procedure abc as select...
OT
05-30-2006 09:30 PM
OT Go to last post
0 18
I am trying to figure out if object spaces are included in .net framework 2.0. If so, I am trying to find the dll called...
Umut Tezduyar
05-30-2006 07:38 PM
Robbe Morris [C# MVP] Go to last post
3 35
We're using ADO.NET and SQl Server 2K. I'm updating an integer column in a seperate table which I use to hold sequence numbers for different...
MarkH
05-30-2006 04:39 PM
Mary Chipman [MSFT] Go to last post
1 18
Hi, We are using ASP.Net 2 and SQL Server 2005. We are storing sessions in the database. From time to time we get the following exception in the...
Sanjay T
05-30-2006 04:29 PM
Mary Chipman [MSFT] Go to last post
1 35
Ok. So here's my situation. I've created a small database in SQL Server 2005 that looks like this: CREATE TABLE .( NOT NULL, (10) COLLATE...
AT
05-30-2006 02:04 PM
Bishman Go to last post
3 20
I have a table that I generate the schema for by way of da.FillSchema(ds,schemaType.Source, StringLoadTable) One of my columns (numerous columns...
Fiddelm3742
05-30-2006 01:28 PM
Fiddelm3742 Go to last post
1 28
I am looking for a small example program which will create, at run-time, a connection to an Access database. I would like the example to have a...
AT
05-30-2006 01:16 PM
Jerry H. Go to last post
1 29
i have bound a datset to a datagrid control. but on the dataset i have hidden on of the columns, by using the...
Simon Whale
05-30-2006 09:58 AM
Simon Whale Go to last post
0 23
Hi, I'm using ado.net 2.0 and I have this strongly typed dataset that has this table that has some custom sql update queries. The thing is, my...
AT
05-30-2006 09:13 AM
Marina Levit [MVP] Go to last post
1 22
Hi there! I've parsed the posts in this thread but haven't found answers to my problem. It drives me nuts. I'm newbie at Database app under VS2003...
Pascalus
05-30-2006 08:54 AM
Jerry H. Go to last post
6 38
FOR IMMEDIATE RELEASE C# Online.NET assembled a list of .NET languages and .NET language projects to help you become more aware of what is available...
Press Relations
05-30-2006 07:44 AM
Press Relations Go to last post
0 19
Hi is there a way of adding two columns together from a dataset to give me a result in a datagrid (vb.net) please help thanks A
Anastacia
05-30-2006 05:40 AM
Anastacia Go to last post
0 27
Hi All, Sorry--I originally posted this in the ado group. The attached listing runs fine on all production machines save for one laptop which...
Rhett
05-29-2006 08:53 PM
Rhett Go to last post
0 17
My connectionstring has the |DataDirectory| keyword. Unf. the connection object still does not return the real filename. I'm of course able to...
Edwin Knoppert
05-29-2006 03:11 PM
Edwin Knoppert Go to last post
0 18
pre-emptive apology: I'm not sure if this is the best place to post about Linq, but I haven't seen a public linq forum, so I figured ado.net would...
AT
05-29-2006 02:31 PM
Miha Markic [MVP C#] Go to last post
3 20
Hi, I have a data table that was generated using the dataset designer. It refers to a table in a database that has a primary key. The primary key...
David
05-29-2006 12:41 PM
Cor Ligthert [MVP] Go to last post
1 28
i am new to ADO.NET! i have created a typed dataset with parent and child types. is there a straightforward way to load parent records and have...
mike
05-29-2006 10:34 AM
mike Go to last post
4 30
Hi, Can anyone advise how I alter the SelectCommand in an auto-generated typed dataset programmatically? The select command would be part of a...
DG
05-29-2006 09:05 AM
DG Go to last post
6 38
Hello i try to insert data into a table located in a DB on a MS-SQLServer. Unfortunally every time i try a INSERT INTO i get a...
MattHHDE
05-29-2006 04:23 AM
MattHHDE Go to last post
0 26
I have set up a one-to-many relation and show data of the master table and the child table in two datagrids. All seems to work fine, data is shown...
webseal via DotNetMonster.com
05-29-2006 02:44 AM
webseal via DotNetMonster.com Go to last post
0 30
Hello. I am trying to connect to a SQLServer. Now, it takes long time to detect, if the server is available or not. I think, the parameter...
Thomas Kehl
05-29-2006 01:40 AM
CodeLookingAhead Go to last post
1 31
I need a calulated field which formats an integer (another column in the same row) to a certain number of digits (leading zeroes). How to specify the...
magne
05-29-2006 01:20 AM
AT Go to last post
2 28
Hi We have table with image datatype while retreving from ado.net i am using reader to loop through each record.While looping through i am getting...
TreeView Custom
05-29-2006 12:32 AM
TreeView Custom Go to last post
0 22
We've been seeing a number of problems regarding connection pooling in an application we've written in -house here -- we're getting the dreaded: "The...
Rowland Shaw
05-28-2006 10:34 PM
AT Go to last post
8 38
The minimal code (VB.NET 2003) needed to show this problem is shown below. All I do is loop through the records in the table and update them without...
AT
05-28-2006 06:52 PM
mdavidjohnson Go to last post
13 58
This occurs on the first attempt to connect to a database in a web application in release mode only. Solution: - Click "Start." - Right click "My...
Jim Sneeringer
05-28-2006 05:28 PM
Jim Sneeringer Go to last post
1 24
I'm writing data to an Access database using OleDb stuff. Everything works fine except when I'm working with dates. Here's what happens: If I write...
Alex Maghen
05-27-2006 05:04 AM
Edwin Knoppert Go to last post
7 57
Hello, I am just checking if VS2005/VB2005 automatically opens and closes sqlConnections for you. I noticed that if I just invoke the...
Rich
05-27-2006 03:00 AM
Cor Ligthert [MVP] Go to last post
5 23
Hi, here is my code: cmd = New ADODB.Command If cnxIQ.State = 0 Then cnxIQ.Open() End If cmd.let_ActiveConnection(cnxIQ) cmd.CommandText =...
Ekempd
05-27-2006 02:45 AM
Cor Ligthert [MVP] Go to last post
1 21
SQLconn = new SqlConnection(dbConnectionString); has async=true SQLconn.Open(); // SQLcmd = new SqlCommand(SPName, SQLconn); SQLcmd.CommandType =...
David Rigler
05-26-2006 04:22 PM
William \(Bill\) Vaughn Go to last post
3 24
Ok guys/gals i have the task of upgrading a app at work from asp.net 1.1 to 2.0. Since ive only worked with .Net briefly and asp.net once i need...
Brent
05-26-2006 03:40 PM
Shawn B. Go to last post
4 46
I can find an example on how I call a stored proc and return XML and attach a stylesheet to it and render the HTML to the page using vb.net. I would...
AT
05-26-2006 03:32 PM
AT Go to last post
0 31
I have serious issue by inserting a query using (names are fake): CREATE VIEW Query1 AS SELECT Count(Table1.ID) AS CountOfID, Day() AS Dag, Month()...
Edwin Knoppert
05-26-2006 03:30 PM
Edwin Knoppert Go to last post
26 82
Hi all, I've found something that I think might be a bug in the DataTable implementation. I'm getting a StackOverflowException when executing the...
Filipe Correia
05-26-2006 01:47 PM
Jeff Dillon Go to last post
11 65
Hi, My global.asax contains this: Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs) Dim oConnection As New...
Dan
05-26-2006 12:27 PM
sloan Go to last post
3 25
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 38
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 45
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 276
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 56
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 25
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 24
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 55
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 28
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 34
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 33
Post New Thread

Display Options
Showing threads 5001 to 5050 of 22181
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.