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     
Can someone please help me. I have created a simple form. 3 Controls - ID, Firstname and Lastname. I have added a SqlDataadapter, Dataset etc...
Daniel Jeffrey
09-13-2007 08:52 PM
Kerry Moorman Go to last post
1 11
Hi all I'm developing a software written in c# (.NET 2.0) with a SQL server 2005 database. I have 3 modules that need to access database: - a...
Hornet77
09-13-2007 06:58 PM
William Vaughn Go to last post
13 18
In my efforts at learning ADO.NET I have discovered that it balks at text fields with single quote marks embedded. The field in question...
Jeff Gaines
09-13-2007 04:52 PM
William Vaughn Go to last post
18 19
Dear all, I am passing parameters to store procedure without any troubles but parameters list are less than 10 parameters, still manageable. But we...
calderara
09-13-2007 02:23 PM
William Vaughn Go to last post
2 9
Hi, At this point I check the SqlException.Message to check for the "PRIMARY KEY" errors. Can I use SqlException.ErrorCode to do the job? I...
Max2006
09-13-2007 06:41 AM
WenYuan Wang [MSFT] Go to last post
3 7
Hi, I do a "select * from tablename" in my dataadapter. In most cases this is fine because all those columns are also defined in the strongly...
Trygve Lorentzen
09-12-2007 10:40 PM
Cor Ligthert[MVP] Go to last post
1 7
hi, i need help on setting datatype of a table's column at runtime.. i'm loading a dataset from an xml file... after loading, i want to set the...
AVL
09-12-2007 10:32 PM
Cor Ligthert[MVP] Go to last post
1 7
On Sep 6, 1:56 pm, jor... (AT) gmail (DOT) com wrote: We have not yet found any solutions. For now we have abandoned mirroring until we can...
bryans@archtest.com
09-12-2007 08:37 AM
bryans@archtest.com Go to last post
1 11
Hi: I need a easy way for handling optimistic concurrency. I found this article with the...
Laurahn
09-12-2007 06:53 AM
WenYuan Wang [MSFT] Go to last post
3 8
Hello there, I try to get the next sequence value via public object GetNextSequenceValue(string sequenceName) { OracleConnection conn...
Norbert Pürringer
09-12-2007 05:45 AM
Norbert Pürringer Go to last post
0 12
Hello, I have a very simple question I could find nothing about. When, in a .NET application, I connect to a database with a ConnectionString like...
seguso
09-11-2007 01:22 PM
William Vaughn Go to last post
1 5
I am trying to learn ADO.NET having previously used ADODB, the data I am using is in an Access 2007 database. I want to know whether I should be...
Jeff Gaines
09-11-2007 04:42 AM
Jeff Gaines Go to last post
10 19
Hi, VS.NET 2005 / C# I am returning a DataSet from SQL Server 2005 where the first column is a tinyint called StatusID, and then I'm filtering on...
David Jackson
09-11-2007 03:13 AM
David Jackson Go to last post
0 10
Greetings, I have backed up a MySQL database from a PHP site. This backup is in the form of a large (55MB) SQL file. Can anyone tell me how I can...
Jonathan Wood
09-10-2007 11:53 AM
William Vaughn Go to last post
7 8
Within an VB.net application I'm trying to store decimal values to a Pervasive SQL table. The decimal values comes from a xml file and is looking...
Hans van de Laar
09-10-2007 06:42 AM
Hans van de Laar Go to last post
3 13
Hi, I need to connect to a database the connection string of which is determined at runtime. I am using Enterprise Library 3.0 for data access. How...
Rick Mavrovik
09-10-2007 05:31 AM
Rick Mavrovik Go to last post
0 10
"Frans Bouma " <perseus.usenetNOSPAM (AT) xs4all (DOT) nl> wrote Thanks Frans I didn't see a length parameter, but setting the OracleDbType did...
Andy Fish
09-10-2007 04:24 AM
Andy Fish Go to last post
1 12
What is the proper way of handling apostrophes in parameter strings for stored procedures? -- Regards, Fred Chateau fchateauAtComcastDotNet
Fred Chateau
09-09-2007 09:24 PM
William \(Bill\) Vaughn Go to last post
3 10
Code: string connect = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=|DataDirectory|Contacts.mdb"; OleDbConnection conn = new...
Mike
09-08-2007 05:19 PM
Mike Go to last post
0 9
Hello, Thank you very much for your reply. If I understand correctly SqlBulkCopy can only add rows from one table to another. What I want is just...
Michel
09-08-2007 12:06 PM
Michel Go to last post
0 9
Hi, Something strange happened and I didnt find any answer yet: Situation: * I have a VisualStudio2005 Standard installation. * I started a VB...
dirk.meusel@googlemail.com
09-07-2007 10:42 AM
dirk.meusel@googlemail.com Go to last post
0 8
I don't think this is really the right place to post this question but I couldn't find any sql groups... Say there are 3 columns: idx (key) product...
Joe
09-04-2007 10:39 AM
Joe Go to last post
2 12
Hi. For a currently smallish asp.net site we are running currently SQL Server Express. But the 4GB limit will be a problem sooner or later, and the...
PSiegmann@mail.nu
09-04-2007 09:43 AM
Mark Rae [MVP] Go to last post
3 5
I am executing a stored procedure and returning a resultset. The stored procedure takes approx 40 secs to execute. I have set the connection and...
Manohar
09-04-2007 09:34 AM
=?Utf-8?B?UGVwYQ==?= Go to last post
2 13
Hi. How can I retrieve the "Allow Zero Length" property of an MSACCESS table's field with only the .NET framework? Our current project does not...
=?Utf-8?B?ZGdhdWRpYW4=?=
09-04-2007 08:14 AM
=?Utf-8?B?ZGdhdWRpYW4=?= Go to last post
0 5
Hi all I'm a bit confused by the "Refresh the data table" option under Advanced Settings when configuring a tableadapter. When I look at the...
=?Utf-8?B?QW5keSBTdGVwaGVucw==?=
09-04-2007 05:36 AM
=?Utf-8?B?QW5keSBTdGVwaGVucw==?= Go to last post
0 11
My app have two scenario. one type is base on sql server database,the other is on oracle. In code, i used typed dataset to fill load data from DB.but...
=?Utf-8?B?TmFwbw==?=
09-03-2007 11:42 PM
=?Utf-8?B?TmFwbw==?= Go to last post
0 13
Hi Is there any way of declaring an array of DataRow of variable size (or dynamic array) in ADO.net as the fowwing syntax require the size of the...
=?Utf-8?B?TWFuanJlZSBHYXJn?=
09-03-2007 10:11 PM
WenYuan Wang [MSFT] Go to last post
11 23
Hello, I get the InvalidOperationException: "Operation did not succeed because the program cannot commit or quit a cell value change." in case I set...
nvx
09-03-2007 01:09 PM
nvx Go to last post
0 16
Today, after watching the presentation by Amanda Silver from Channel 9, started exploring the LINQ features. Surprisingly, few facts unearthed...
=?Utf-8?B?Q2hha3JhdmFydGh5?=
09-03-2007 09:58 AM
=?Utf-8?B?Q2hha3JhdmFydGh5?= Go to last post
0 3
Earlier today I was in a discussion with the team's DBA on where explicit database transaction locks should be placed - in the .Net application or...
Robert Strickland
09-03-2007 09:29 AM
Robert Strickland Go to last post
2 8
I am using the trial version of Office 2007 (I am awaiting delivery of my own version) having taken a large leap from Office 97. I accessed the 97...
Jeff Gaines
09-02-2007 10:20 PM
WenYuan Wang [MSFT] Go to last post
7 12
I want to fill the entire background of a page with a gradient. As a test, I first filled with a solid color like this: <body...
moondaddy
08-31-2007 10:23 PM
moondaddy Go to last post
1 8
Hi, I have an asp.net2.0 app with sql server express on another machine, I can browse the pages in VS2005 Environment. When I created a virtual...
=?Utf-8?B?ZnJhbms=?=
08-30-2007 05:17 PM
William Vaughn Go to last post
2 10
Greetings, I am devleoping a new application in C# which is suppose to perform a look up of some data from a legacy database locally on the machine....
=?Utf-8?B?QmFydE1hbg==?=
08-30-2007 04:16 PM
=?Utf-8?B?QmFydE1hbg==?= Go to last post
4 8
Ho folks, In Orcas LINQ, when does it happen to convert LINQ to SQL command? Waht role does the conversion - runtime, compiling time...and where is...
=?Utf-8?B?UGV0ZXI=?=
08-30-2007 08:38 AM
=?Utf-8?B?UGV0ZXI=?= Go to last post
0 10
Hi, I can't find any hint about the wildcard character for just a single character. E.g. if I want to query all names with an "a" as...
olympus_mons@gmx.de
08-30-2007 06:34 AM
olympus_mons@gmx.de Go to last post
0 8
I am not exactly sure that my understanding is right or wrong. In strongly typed dataset we can generate all of the fields from tables in database...
kittipong.kiatcheeranun@gmail.com
08-30-2007 01:48 AM
Miha Markic Go to last post
1 12
I am not exactly sure that my understanding is right or wrong. In strongly typed dataset we can generate all of the fields from tables in database...
kittipong.kiatcheeranun@gmail.com
08-29-2007 08:25 PM
kittipong.kiatcheeranun@gmail.com Go to last post
4 12
Hi All, I have 3 data tables with which I want to create a versioned and multilingual conceptual...
=?Utf-8?B?ZGFGb3U=?=
08-29-2007 04:34 AM
=?Utf-8?B?ZGFGb3U=?= Go to last post
0 8
I am using a User Control that reads and writes data to an Access Database using OLE DB classes (OleDbConnection...) I believe the control is...
=?Utf-8?B?YnJpbmtvOTk=?=
08-28-2007 08:42 PM
=?Utf-8?B?YnJpbmtvOTk=?= Go to last post
2 8
I have a (third-party) grid bound to a dataset for display purposes, but during the operation in question I'm directly updating the dataset from...
=?Utf-8?B?TWlrZSBHIEJ1cnRvbg==?=
08-28-2007 10:20 AM
=?Utf-8?B?TWlrZSBHIEJ1cnRvbg==?= Go to last post
3 11
I am somewhat new to vb.net and asp.net (am a former VB6 turning .net programmer)... I have a textbox, which I would like to populate with criteria...
=?Utf-8?B?TGVlIFN0ZXZlbnM=?=
08-28-2007 07:15 AM
WenYuan Wang [MSFT] Go to last post
3 9
I have many complex SQL Server 2000 stored procedures, using cursors, temp tables... They all finally return a resultset that could be a join...
Gerard
08-28-2007 02:24 AM
Gerard Go to last post
3 7
I'm passing a data table to a form. This table is then bound to a binding source which is in turn bound to a datagridview so that only a subset of...
=?Utf-8?B?Qi4gQ2hlcm5pY2s=?=
08-27-2007 10:55 PM
Cor Ligthert[MVP] Go to last post
2 7
Hi, I have to load xml data via http for some function calls. Using different providers, this data must be represented in objects of the same type...
DC
08-27-2007 11:56 AM
DC Go to last post
2 8
Hi, In our ASP.NET application We use strongly typed datasets and TableAdapters. Is it a good idea to use a static TableAdpater to share the static...
Max2006
08-27-2007 11:29 AM
Max2006 Go to last post
4 8
Hello, I've a problem on a production server hosting a webservice. The problematic webmethod return a byte array from data stored in a BLOB typed...
newsgroup.poster@gmail.com
08-27-2007 10:34 AM
newsgroup.poster@gmail.com Go to last post
0 15
The further I delve into .NET and ADO.NET, the more things I seem to find missing that we had 10 or 15 years ago. I really don't understand why. So,...
Jonathan Wood
08-27-2007 10:22 AM
Jonathan Wood Go to last post
4 9
I have a large collection of DAL code that returns lists of entities (List<entity>) for general binding operations usually to a GridView via...
Andrew Robinson
08-26-2007 10:50 PM
Steven Cheng[MSFT] Go to last post
1 12
Post New Thread

Display Options
Showing threads 351 to 400 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.