| | Rating Thread /
Thread Starter | Last Post  | 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) | 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 | 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 | 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 | 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 | 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 | 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. | 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 | 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] | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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. | 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 | 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. | 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 | 4 | 11 |
|  | Dictionary<string, TestClass> JonsArray = new
Dictionary<string,TestClass>();
TestClass NewTestClass1 = new TestClass();
TestClass NewTestClass2 =...
Bishman
|
08-04-2006 04:12 PM
Bishman | 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 | 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 | 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 | 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 | 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 | 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#] | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 9 | 15 |