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 have a stored procedure which has a couple of input parameters and out parameters as below... If in C# .Net2.0 using SQL ADO.NET if I use...
Gary Howlett
08-09-2006 06:44 AM
Shawn Wildermuth (C# MVP) Go to last post
1 10
..NET 2.0 VS 2005 I've got a remote database behind a firewall, I need to create a web service that returns a dataset populated with multiple...
Erik Funkenbusch
08-09-2006 01:51 AM
Erik Funkenbusch Go to last post
2 8
Hi, I have a stored procedure which has a couple of input parameters and out parameters as below... If in C# .Net2.0 using SQL ADO.NET if I use...
Gary Howlett
08-08-2006 04:31 PM
Gary Howlett Go to last post
0 12
Hi, I know there are a couple of other posts regarding this matter, but I am using the simplest of statements, yet the get the above error. My code...
cashdeskmac
08-08-2006 01:44 PM
William \(Bill\) Vaughn Go to last post
2 15
I got the following message on my Sql Server 2000: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This...
tshad
08-08-2006 12:52 PM
tshad Go to last post
7 15
Hi there! i have a strange problem, when using TransactionScope in .net 2.0. I get an TransactionException with a timeout after a while, about half...
Dominik Amon
08-08-2006 11:21 AM
Dominik Amon Go to last post
0 24
Thank you Frans for your reply. I have searched hi/lo for this too, it's really a frustrating because this "should" be easy to accomplish?? But I...
Nate.
08-08-2006 09:11 AM
Nate. Go to last post
1 9
I'd like to create a typed dataset based on a db-defined structure (ie defined in records in the db, not in metadata!) I tried a stored procedure...
John
08-08-2006 08:17 AM
John Go to last post
3 10
Hi All Very new to ADO.Net & SQL When I create a data adapter to SQL 2005 server I get the meassages. Generated SELECT Command Generated TABLE...
Dave Griffiths
08-08-2006 06:58 AM
Cor Ligthert [MVP] Go to last post
6 14
How can I re-sort a the rows in a data table? Here is the example: I read a data set that is sorted by probability. Then some algorithm recalculates...
MR
08-07-2006 11:30 PM
AT Go to last post
2 13
You are real dog, absolutely. " Cookie" <sales (AT) imagiam (DOT) com> wrote This picture outs tears in your eye...:'(:'(
devEngineer
08-07-2006 10:55 PM
devEngineer Go to last post
0 11
I have searched Google high and low and haven't found anything that works. Here's my problem, hopefully someone will be able to help! I'm using 1.1...
AT
08-07-2006 09:42 PM
AT Go to last post
0 13
Hi If I fill an untyped DataTable from my SQL stored procedure to present into some web form for manipulation, how should I write the updates back...
J055
08-07-2006 05:47 PM
J055 Go to last post
2 16
Hi I have a created a typed DataSet (VS 2005). A couple of columns return sql tinyint types which ideally need to be cast to predefined enums for...
J055
08-07-2006 05:45 PM
J055 Go to last post
2 12
VistaDB 3 CTP has been released as the world's first fully managed SQL database engine for Microsoft .NET, Compact Framework, Windows Vista and Mono....
VistaDB
08-07-2006 04:07 PM
VistaDB Go to last post
0 17
I am working with the connection strings for DB2 for the first time. I went to ConnectionStrings.com and got the sample formats for ODBC and OLEDB. ...
Jim Heavey
08-07-2006 03:03 PM
Jim Heavey Go to last post
0 13
hey guyzz !! actually i had installed Microsoft visual studio 2005 along with Oracle 9i enterprise edition, jus wanted to know how can i connect...
realin
08-07-2006 02:07 PM
Kerry Moorman Go to last post
1 21
While using SqlBulkCopy to insert data into a table which has a compupted column it fails, throwing an error about not being able to insert data into...
Sri
08-07-2006 11:42 AM
sri Go to last post
1 15
Hi, I need to rename columns in an Access database file programatically (OLEDB provider). There is a way though (create a new column, copy data from...
nvx
08-07-2006 11:38 AM
Paul Clement Go to last post
8 10
I didn't find any answer to this, can you help me on this, it appears that there is no magic api or command in order to add provider...
xor_eax_eax
08-07-2006 11:38 AM
xor_eax_eax Go to last post
0 12
Hello All, I want to do bulk export using ado.net from SQL Server database to MS Excel document. I would highly appreciate small examle showing how...
Neo
08-07-2006 11:29 AM
Paul Clement Go to last post
7 18
Newbie with this stuff. Trying to start small and just read a line in from a database to see what happens. Not even really trying to do anything...
AT
08-07-2006 11:06 AM
AT Go to last post
1 14
Hi, I'm trying to convert my old VB6 code to VB2005. I was using a MDB database and a SQL statement to do a GROUP BY COUNT. I have been struggling...
VTOcin
08-07-2006 11:04 AM
VTOcin Go to last post
0 23
VistaDB 3 CTP has been released as the world's first fully managed SQL database engine for Microsoft .NET, Compact Framework, Windows Vista and Mono....
Anthony Carrabino
08-07-2006 10:50 AM
Robert Simpson Go to last post
1 8
Hi all Are you appearing in any dot net interview I found a very useful link for Interview question in Microsoft technologies. It helped me a lot...
AT
08-07-2006 10:31 AM
AT Go to last post
0 9
I was trying to insert 3Gb binary file to oracle 10g BLOB Field using ADO.Net The application uses Oracle Transaction . Now I have tried to read the...
AT
08-07-2006 09:30 AM
AT Go to last post
0 10
Hello, I make heavy use of the Typed DataSet feature in VS.NET 2005. My problem is that I have to support MSSQL and ORACLE databases, but the Code...
Dirk
08-07-2006 08:39 AM
Dirk Go to last post
0 10
I wish to make a backup, with host copy operation but got problems with double backslash \\ occuring in my OracleCommand, got always...
christof
08-06-2006 04:04 PM
christof Go to last post
0 11
sp_foreign_keys_rowset Does anyone know how to call this from csharp? I've profiled that the correct sql is going to the server (and it runs in QA)...
Patrick
08-06-2006 03:32 PM
William \(Bill\) Vaughn Go to last post
1 9
Is it possible to save an indeterminate value of a DataGridViewCheckBoxCell cell into an Access database? If so, how? I can't seem to find a...
nvx
08-06-2006 03:21 PM
nvx Go to last post
0 21
I have a typed dataset which imports a table from an Access database. In the VS 2005 designer, I have added a column to this table...
Emma Burrows
08-06-2006 01:09 PM
Emma Burrows Go to last post
1 12
I'm a new comer to the vb.net field. & I'm looking for some help on these questions. 01) Is there any limit to the number of form which can add to...
harrypotter
08-06-2006 01:04 PM
Scott M. Go to last post
1 15
Greetings, This is my first post and I hope it'll be the lucky one since I've been hurting my head with the following situation for a while now. I...
Rino
08-05-2006 07:05 PM
Rino Go to last post
0 12
hi, This is the real workgroup of Visual Basic 2005 express goto : http://groups.google.com/group/VB2005 thank you
AT
08-05-2006 10:17 AM
Scott M. Go to last post
2 16
I have this scenario: 1. XML file with schema and data is created from SQL Server tables. XML file contains 6 tables, some of them have rows, some of...
Al
08-04-2006 04:18 PM
AT Go to last post
4 11
Dictionary<string, TestClass> JonsArray = new Dictionary<string,TestClass>(); TestClass NewTestClass1 = new TestClass(); TestClass NewTestClass2 =...
Bishman
08-04-2006 04:12 PM
Bishman Go to last post
0 10
Here is my situation: I have a .NET application that queries a WebService to get the data for the application. The WebService does not support Joins...
AT
08-04-2006 03:04 PM
Keith Go to last post
4 10
Hi, I need to create a temporary 'work' table within my app. I have used the Dataset designer to create the table, apply a key etc. My issue is how...
Bishman
08-04-2006 02:16 PM
Bishman Go to last post
0 18
In VS 2005, table adapters are used as wrappers to underlying data adapters. Dragging the tables onto the dataset designer surface automatically...
Jim Rand
08-04-2006 01:19 PM
JT Go to last post
5 11
I have to develop an application which will extract some data from word and transfer it to an existing excel doc. The data in word is in tabular...
Jeenu
08-04-2006 08:48 AM
Jeenu Go to last post
0 13
Hi, I'm trying to convert my old VB6 code to VB2005. I was using a MDB database and a SQL statement to do a GROUP BY COUNT. I have been struggling...
VTOcin
08-04-2006 07:26 AM
VTOcin Go to last post
0 12
Hi, We have a web service (developed in C# framework 1) that run for some time on Windows 2000. Recently we upgraded it to framework 2 and it...
Tom
08-04-2006 07:15 AM
Miha Markic [MVP C#] Go to last post
1 15
I have now found and installed the drivers for db2.net. I can see that there is an entry in WINNT/Assemblies for "IBM.Data.DB2". But when I go...
Jim Heavey
08-04-2006 05:08 AM
MrSmersh Go to last post
1 13
Can someone adivse, if my source csv file has an erroneous quote or some other bit of data that the driver can't resolve I dont get any data...
AT
08-04-2006 04:00 AM
AT Go to last post
0 11
Hi, I'm using the code in article http://support.microsoft.com/?kbid=309158 as the basis for a C# (VS 2003) application which adds records to a SQL...
SysDevCS
08-03-2006 05:04 PM
Vijay Go to last post
16 25
Hi, I have a problem with updating a database table bound to a DataGridView. After I fill the DataSet with DataAdapter.Fill(), generate INSERT,...
nvx
08-03-2006 03:15 PM
nvx Go to last post
2 10
Hi, I have a problem with updating a database table bound to a DataGridView. After I fill the DataSet with DataAdapter.Fill(), generate INSERT,...
nvx
08-03-2006 12:42 PM
nvx Go to last post
0 15
Hi, I am attempting to change an Access 2000 mdb's field's AllowZeroLength property to true using .Net 1.1 SP1 and having trouble getting it to...
Solel Software
08-03-2006 11:43 AM
Paul Clement Go to last post
1 13
Hi, I'm trying to set up my web server (aspnet 2.0 application) to use transaction (MSDTC) to store data in my SQL Server 2005 (two...
M O J O
08-03-2006 11:43 AM
M O J O Go to last post
0 11
I need to create an empty MDB from code. Can't find it on google.
Edwin Knoppert
08-03-2006 08:19 AM
thejamie Go to last post
9 15
Post New Thread

Display Options
Showing threads 2751 to 2800 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.