| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Isn't the primary key setting on a DataTable get persisted when I write it to
disk (using DataSet.WriteXml(...))?
If not, is there a work-around for...
PB
|
09-05-2006 01:51 PM
PB | 1 | 14 |
|  | I use the codes below;
SqlCommand myCommand = new SqlCommand(sSql, cnn);
cnn.Open();
myCommand.ExecuteNonQuery();
How to determinate if...
ad
|
09-05-2006 01:29 PM
Jim Hughes | 7 | 19 |
|  | hi
i want to compare a unicode string "અમદાવાદ" with a
string fetched from database, example code is given below.
str contain value...
Max
|
09-05-2006 12:08 PM
Cor Ligthert [MVP] | 4 | 26 |
|  | I have an ASP.NET 2.0 website with a SQL Express database. I also have an
excel spreadsheet with alot of data on it. (If need be I can save it as...
VB Programmer
|
09-04-2006 07:05 PM
William \(Bill\) Vaughn | 3 | 14 |
|  | What is the difference between Database Name and Logical Name?
Thanks,
Adrian
Adrian
|
09-04-2006 01:25 PM
Adrian | 10 | 28 |
|  | I have a dropdown box called EmployeeUID. How do I reference it for the
parameter value?
Here are my lines, The problem is...
Stephen Lynch
|
09-04-2006 01:23 PM
Cowboy \(Gregory A. Beamer\) | 4 | 11 |
|  | I have a stored procedure in which I basically copy the schema from one
table into a temporary table.
Select * into dbo.myNewTable from...
stix
|
09-04-2006 12:59 PM
Mary Chipman [MSFT] | 1 | 21 |
|  | Does ASP.NET with ADO connecting to MS SQL Server use connection pooling by
default if the connection string is always the same? If not, how does...
Robert E. Flaherty
|
09-04-2006 12:52 PM
Mary Chipman [MSFT] | 2 | 18 |
|  | I use asp.net to restore a SqlServer database.
I use the code:
Restore database MyBase from disk = 'c:\xxx.bak' with Replace
But after execute, it...
ad
|
09-04-2006 12:48 PM
Mary Chipman [MSFT] | 1 | 21 |
|  | Hi,
I am coding under .Net compact framework and using
System.Data.SqlClient connect to MS SQL server through PDA USB cradle.
I can execute stored...
rockdale.green@gmail.com
|
09-04-2006 12:45 PM
Mary Chipman [MSFT] | 1 | 20 |
|  | I am running a stored procedure via code but need help with the sytax for
the output parameter:
When I run this it works in SQL:
USE...
Stephen Lynch
|
09-04-2006 11:59 AM
William \(Bill\) Vaughn | 2 | 15 |
|  | Hi
I need answer to the problem below.
Ques: I have a table in SQL. For this table I generate a XML file. This XML
file I use to fill in...
Mithun Bhangar
|
09-04-2006 11:57 AM
Cowboy \(Gregory A. Beamer\) | 1 | 19 |
|  | Hi all,
I need to work through a master and its details table. My first attempt
was to open a DataReader on the master and for each record get a...
Christian Schmidt
|
09-04-2006 11:47 AM
William \(Bill\) Vaughn | 11 | 32 |
|  | In Microsoft SQL Server Management Studio Express
If one clicks on "Databases"
One can select "New Database"
There "Database Name"
and "Logical Name"...
Adrian
|
09-04-2006 10:51 AM
Kerry Moorman | 1 | 17 |
|  | Hi,
I get above error when I use the find function on a bindingsource control.
The datasource member of the bindingsource is another...
Bart
|
09-04-2006 09:33 AM
Bart | 7 | 25 |
|  | Hi,
Is there a way to check if a records in the underlying database have been
updated by another client?
ds.HasChanges() method only tells you that...
Ant
|
09-04-2006 04:35 AM
Ant | 5 | 17 |
|  | You guys might find this website useful, there is a lot of different
utilities/add-in's that make a programmers life easier. You can also
share your...
your@email.com
|
09-04-2006 03:16 AM
your@email.com | 0 | 19 |
|  | I'm testing now a third part web application (ASP.NET 2.0, MS SQL Server
2005) that seems to work properly but creates up to 400 (sic!)...
hrabia
|
09-04-2006 02:33 AM
Patrice | 4 | 18 |
|  | You guyst might find this website useful, there is a lot of different
utilities/add-in's that make a programmers life easier. You can also
share your...
zoinky@gmail.com
|
09-04-2006 02:24 AM
zoinky@gmail.com | 0 | 13 |
|  | Dear All,
I am using Oracle Client 8.1.7.0.0.
My .Net (c#) console application makes a connection to Oracle database
and has following...
Sunil Menon
|
09-04-2006 01:15 AM
Sunil Menon | 3 | 21 |
|  | I got a grid list the record, column1 is "number"
When the user press colunn 1 , i want to show out the pdf file whose
filename is same as column1's...
Agnes
|
09-04-2006 12:19 AM
Agnes | 0 | 15 |
|  | i got two server, (data server) + application server.
the asp.net will be stored in application server and map the vfp database
by using network...
Agnes
|
09-03-2006 09:48 PM
Agnes | 0 | 9 |
|  | Hi,
How can i determinate if SqlServer 2005 install in my machine with program?
ad
|
09-03-2006 04:38 PM
William \(Bill\) Vaughn | 1 | 21 |
|  | Hi,
I have a SqlDataSource and there are 3 select parameters. I am using
this data source for a Grid View Control.
For my debugging purpose I would...
probashi
|
09-03-2006 03:02 PM
William \(Bill\) Vaughn | 3 | 14 |
|  | hi,
I'm using ADO.NET (in VB.net) in a windows service application to
perform a process on
SQL Server 2000. This process runs quickly if the...
myra_el_khoury@hotmail.com
|
09-03-2006 02:58 PM
William \(Bill\) Vaughn | 2 | 20 |
|  | I have a problem in a site i am developing. I have a search page that when
results are found are bound to a datagrid. The datagrid displays the...
steven scaife
|
09-02-2006 05:15 PM
Scott M. | 1 | 20 |
|  | Hi
I am working with an access database with more than 25000 records
(adresses).
In vb .net i use the tableadapter and it takes a long time to read...
John
|
09-02-2006 05:47 AM
Grant | 3 | 20 |
|  | I'm programming ADO.NET WinForm app. I retrieve
data from database, save it to DataTable(s) and show
it to user.
My country use the date format :...
pedestrian via DotNetMonster.com
|
09-02-2006 12:42 AM
pedestrian via DotNetMonster.com | 5 | 17 |
|  | Hi, I wrote a very simple program to test concurrency with sql server
2005. I used the VS 2005 dataset designer wizard to create my dataset
and and...
troy@makaro.com
|
09-01-2006 04:45 PM
troy@makaro.com | 21 | 47 |
|  | I have an application using SqlServer2005 Express
(The user will have installed SqlServer2005 Express,
and have entered the name under which the...
Adrian
|
09-01-2006 11:20 AM
William \(Bill\) Vaughn | 1 | 16 |
|  | I am trying to export data from multiple tables in SQL Server to an XML file so I can then import it to another database. It seems to be working fine...
Mike
|
09-01-2006 10:58 AM
Mike | 0 | 14 |
|  | I am trying to export data from multiple tables in SQL Server to an XML file so I can then import it to another database. It seems to be working fine...
Mike
|
09-01-2006 10:34 AM
Mike | 0 | 17 |
|  | Hello all
I'm passing a GUID as an Oracle Parameter using this :
sqlParm = new OracleParameter();
sqlParm.ParameterName =...
sjoshi
|
09-01-2006 10:13 AM
sjoshi | 0 | 23 |
|  | I have a dataset with two data tables. I created a data relation object to
join the two tables by a common field.
On a Windows form, I set up the...
John Harcourt
|
09-01-2006 09:08 AM
John Harcourt | 3 | 10 |
|  | Hello everyone,
I have a question about the Packet Size option in the Connection string. The
default is 8192 and I see people using 4096 as...
Phenglai
|
09-01-2006 09:03 AM
Phenglai | 0 | 21 |
|  | Hi! I think I found a bug with DataColumn.AutoIncrementSeed. I tried to
communicate it via the Microsoft Feedback center, but after about half...
AxelHecker
|
09-01-2006 06:50 AM
AxelHecker | 1 | 13 |
|  | Hi,
Im using c#, VS 20005 and SQL 2005
I have a DataSet with 3 ralated tables
Cases->Clients->Addresses
I have in my SQL server 2005 a diagram...
Gary Howlett
|
09-01-2006 06:03 AM
Gary Howlett | 0 | 19 |
|  | Hi,
I am working inside the DataSet designer. I have 2 tables related by one
relation and FK. Both tables have been configured to be...
Juan Dent
|
09-01-2006 04:32 AM
cjard | 3 | 20 |
|  | Even Microsoft's own data-validation walkthrough article
(http://msdn2.microsoft.com/en-us/library/1120xds5.aspx) recommends
attaching a handler to...
mcw8@aber.ac.uk
|
09-01-2006 04:23 AM
cjard | 4 | 17 |
|  | Hallo Leute!
Gibt es eine Möglichkeit, mit ADO.NET auf cdb Files zuzugreifen, die sich
auf einem Windows Mobile 5 System befinden?
Gruß,
Norbert
Norbert Pürringer
|
09-01-2006 03:17 AM
Norbert Pürringer | 1 | 20 |
|  | 1. The BindingNavigator and DataGridView generated by drag&Drop databinding
is misterious to me.
Eg when starting the code and loading an empty DB...
herbert
|
09-01-2006 02:53 AM
herbert | 0 | 14 |
|  | hi
I used mailmessage object to send the mail, my smtp server don't
require authentication, when i try to send the mail it shows error.
following is...
Max
|
09-01-2006 02:36 AM
Max | 0 | 16 |
|  | Hi,
How does AcceptRejectRule differ from Update rule and Delete rule?
--
Thanks in advance,
Juan Dent, M.Sc.
Juan Dent
|
08-31-2006 10:24 PM
Kevin Yu [MSFT] | 1 | 19 |
|  | We use ADO.NET / SQLProvider against SQL2000 for our web application. We
have started to see more and more of these errors:
Exception Type:...
scott mcfadden
|
08-31-2006 06:54 PM
William \(Bill\) Vaughn | 1 | 18 |
|  | I'm currently programming an ADO.NET application for SQL server.
I notice that the SqlCommand.Paraterers.Add() method require 4 parameters
which are...
pedestrian via DotNetMonster.com
|
08-31-2006 06:46 PM
pedestrian via DotNetMonster.com | 5 | 14 |
|  | Hello,
in a network-winforms-application based on a access database I've got
the following problem:
user A starts software
user B starts...
alfred.sehmueller@gmx.de
|
08-31-2006 04:05 PM
Otis Mukinfus | 5 | 13 |
|  | Hi folks,
I'm using the ADO.NET 1.1 framework and have this ADO.NET dataset I
want to use to add and/or update records on the physical...
Andy
|
08-31-2006 12:59 PM
Andy | 1 | 16 |
|  | All:
I am running a stored procedure via code but need help with the sytax for
the output parameter as mine is wrong, Sorry, but I am just...
Stephen Lynch
|
08-31-2006 12:00 PM
William \(Bill\) Vaughn | 5 | 24 |
|  | Hello All
I'm using this query
Select Distinct(prj.Name) as PrjName, prj.oid as PrjOid From
SITE61.PRJMGTProjectRoot prj,
SITE61.CORERELATIONDEST...
sjoshi
|
08-31-2006 11:17 AM
sjoshi | 3 | 20 |
|  | When I sort a number I get a lexicographical sort
1
11
112
1
12
How can I code a sort that will produce
a proper numerical order?
Adrian.
Adrian
|
08-31-2006 10:43 AM
Adrian | 8 | 18 |