HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Data Tools microsoft.public.dotnet.datatools


Discuss in the Dotnet Data Tools forum.



Post New Thread
Threads in Forum : Dotnet Data Tools Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I riepilogate with corrections and updates: I've an Ajax Accordion that gets data from a database, in its content there is a Repeater that gets data...
Vittorix
12-19-2007 05:36 PM
Vittorix Go to last post
0 543
Hello Everyone, I am using a asp.net gridview control to allow users to edit a table on an SQL 2000 server. Most of it functions fine. However one...
NewtoExpressionWeb
12-18-2007 07:34 AM
NewtoExpressionWeb Go to last post
0 72
On my machine I am developing a .NET site. When I execute it, everything runs perfectly. When I publish it (to my machine in a folder so IIS can...
jrcapp@cre8iveweb.com
12-13-2007 05:14 PM
jrcapp@cre8iveweb.com Go to last post
0 65
While trying to configure a data set, I encountered an exception "while attempting to set the data source generator property". I looked at...
Harry V
12-13-2007 12:49 PM
Harry V Go to last post
0 98
Hello, I was wondering if it's possible to use SQL to select a subset of data from a DataTable? I'm wondering because I have to fix a large form that...
George H
12-11-2007 10:50 AM
kevin Go to last post
3 81
Hi, I have following problem - I have a table in sql database that contains column named System I created dataset in vs2005 application and dragged...
bachuspl@op.pl
12-11-2007 06:40 AM
bachuspl@op.pl Go to last post
0 75
I'm trying to execute two queries on a database asynchronously by using the ..NET 2.0 APM. I've created a test harness which executes two queries...
JumpingMattFlash
12-11-2007 04:01 AM
JumpingMattFlash Go to last post
0 62
My Install: Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600) Microsoft .NET Framework Version 2.0.50727 Installed Edition:...
kevin
12-10-2007 05:17 PM
kevin Go to last post
0 62
My Install: Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600) Microsoft .NET Framework Version 2.0.50727 Installed Edition:...
kevin
12-10-2007 05:16 PM
kevin Go to last post
0 64
Hi, I lost the use of my keyboard and mouse so I tried the Recovery CD that I had created earlier and before I proceeded it specifically prompted...
Subrat108
12-08-2007 02:58 PM
Subrat108 Go to last post
0 65
Hello: I defined a datatable to have two columns: ' Add three column objects to the table. idColumn = New DataColumn() idColumn.DataType =...
vvenk
12-02-2007 11:45 PM
Shyamsundar. V Go to last post
2 126
Hi, I need to do a wild card search for all the fields in my table irrespective of whether its a numeric/date or string field . The data should...
Suresh Gladstone
11-14-2007 01:54 AM
Suresh Gladstone Go to last post
0 71
Hi, In the sample presented by Microsoft for "DataGridView Custom Column" that represents a MaskedTextBoxColumn, it seems it has a problem...
Sajjad
11-12-2007 04:42 AM
Sajjad Go to last post
0 66
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. I get this error when I try to...
DR
10-24-2007 09:37 PM
DR Go to last post
0 78
I've build an application in Vs2005. For the dataaccesslayer i've create the dataset with the datasource tool. After that i build stored procedures...
active T
10-18-2007 09:36 AM
active T Go to last post
0 70
I am wrinting a data service to access and update a datset. I am having problem when I try to add a SqlConnection to a web service. Using C# in VS...
dlbriggs1729@yahoo.com
10-17-2007 03:31 PM
dlbriggs1729@yahoo.com Go to last post
0 73
Hi All I am trying to install my vs.net2003, and keep getting a error message. The message is "Setup is unable to run a program needed to proceed...
Shawn
10-15-2007 08:58 PM
James W Go to last post
3 92
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your...
Angel vasquez
10-15-2007 06:27 PM
Angel vasquez Go to last post
0 71
Watch NFL Games Online! For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that...
Dexter H.
10-13-2007 08:55 PM
Dexter H. Go to last post
0 66
I understand how a concurrency exception will be thrown if the orignal values of the dataset mismatch those of its datasource. But can this...
mm_concurrency
10-11-2007 10:12 AM
mm_concurrency Go to last post
0 67
Hi, I have a typed dataset created on northwind database. It relates to a single table, Employees. I created the following stored procs for crud...
bz
10-10-2007 06:07 PM
bz Go to last post
0 75
HOW DO I READ PDF FILES ON I E OR AOL
ERSALYNNE1
10-02-2007 12:19 PM
ERSALYNNE1 Go to last post
0 121
Hello When using VS2005 VB.net when 2 users are using the same application that has a form with a DataGrid control on it and they both update the...
winlin
09-21-2007 01:36 PM
winlin Go to last post
0 101
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:30 AM
Rick Mavrovik Go to last post
0 90
If I add description (extended property) to SQL Server 2005 table columns, will VS2005 IDE show the description instead of the column name?
=?Utf-8?B?UGV0ZXI=?=
08-23-2007 05:22 PM
=?Utf-8?B?UGV0ZXI=?= Go to last post
0 83
Problem: When creating a DataSet in VS from stored proc, if the stored proc uses temp tables, the dataset see's no columns and gives error...
=?Utf-8?B?ZG9uIHNjaGlsbGluZw==?=
08-16-2007 07:48 PM
=?Utf-8?B?ZG9uIHNjaGlsbGluZw==?= Go to last post
0 75
Hello all, Is it possible to have an Unbound DataGridView's DataGridViewComboBoxColumn have different data for each line of the DataGridView? All...
=?Utf-8?B?RGF2aWQ=?=
08-10-2007 07:28 AM
=?Utf-8?B?RGF2aWQ=?= Go to last post
2 80
Here is what I am trying to do. I am using ASP.NET 2.0. I have created a data set called Stocks data table called Data and put it in the...
=?Utf-8?B?V2VzdGU=?=
08-03-2007 01:06 PM
=?Utf-8?B?V2VzdGU=?= Go to last post
0 74
I'm also using SQL 2005. I am developing a website with a search feature like one used on REMAX.com. My challenge is getting the search to work. ...
=?Utf-8?B?dTJjbG9uZQ==?=
08-02-2007 06:17 AM
Martin Robins Go to last post
1 74
Have message in windows mail I can not delete,need advice.
=?Utf-8?B?amJjMzIwMA==?=
07-18-2007 08:02 PM
=?Utf-8?B?amJjMzIwMA==?= Go to last post
0 70
I get a Visual Studio Delay Notification whenever I try to work with a DataSet in my ASP.NET/VB 2005 website. When this happens, I have to end the...
Lee T. Hawkins
07-16-2007 07:08 PM
=?Utf-8?B?Y3N3b3Ix?= Go to last post
3 123
Do you know of a good tutorial or method for inserting data into a SQL db? Many thanks!
=?Utf-8?B?UnlhbiBTbWl0aA==?=
07-13-2007 06:12 AM
=?Utf-8?B?TWFuaXNoIEJhZm5h?= Go to last post
1 81
I have this Problem everytime i start my computer The Color Quality And The Screen Pixels change ! The Color Quality Change to the lowest (4 Bit)...
=?Utf-8?B?Qm9ybkhvbHktS2luZ0xvcmR5?=
07-02-2007 07:42 AM
=?Utf-8?B?Qm9ybkhvbHktS2luZ0xvcmR5?= Go to last post
0 72
I have a WinForm app that uses a SQL Express database. I created the database in the Server Explorer, and set up a table. I created a form,...
Vernon Peppers
06-28-2007 08:30 AM
Luis Fernandes Go to last post
1 134
I've been using Visual Studio 2005 Professional with .mdb files. Now I just installed Access 2007 which have .accdb files. Visual Studio will not...
=?Utf-8?B?Sm9lbCBpbiBSZWRtb25k?=
06-14-2007 02:04 PM
DK Go to last post
1 77
Hi I am trying to find a way to change the background color of a cell (flash or blink) when its value has changed (by user or data update). I need...
=?Utf-8?B?QnJpYW5ESA==?=
06-13-2007 09:48 AM
=?Utf-8?B?QnJpYW5ESA==?= Go to last post
0 68
Hi, I use Response.Redirect(..) to go to a secure page of my test site. I use a SSL certificate created by SelfSSL for localhost. That works okay...
=?Utf-8?B?Um9uYWxk?=
06-07-2007 06:01 PM
=?Utf-8?B?Um9uYWxk?= Go to last post
0 66
Ok, I've got Visual Studio 2005 Pro and SQL Server 2005 Express installed on my workstation. I have a Start Menu item for "SQL Server Business...
Richard Carpenter
06-01-2007 10:19 AM
Richard Carpenter Go to last post
0 77
When using the Data Source window to create a Typed Dataset it includes the connection string in the app.config file. Is there somewhere a...
=?Utf-8?B?c2NoaWxkYg==?=
05-30-2007 08:49 AM
=?Utf-8?B?c2NoaWxkYg==?= Go to last post
0 79
Hola jose, yo estoy haciendo algo perecido, bueno diria que el problema que tengo es el mismo que el tuyo. y lo sulucione de esta manera. lo que...
trinchsoft trinchsoft
05-23-2007 02:50 PM
trinchsoft trinchsoft Go to last post
0 251
Does anyone know how to obtain the primary key of the record that was just inserted after running a SqlCommand.InsertCommand as text ? (I'm using...
Chris
05-21-2007 10:54 AM
Mary Chipman [MSFT] Go to last post
3 133
I created a dataset from add item and called it dsRSS. Using the tableadapter wizard I connected to a access database, selected all items from a...
Andre
05-16-2007 06:04 PM
Chris Go to last post
1 129
hi all. I have a dataset and would like to do something like "select distinct field1, field2 from fields" against the dataset. I do not have the...
justanothernewbie804@yahoo.com
05-15-2007 06:20 AM
anil Go to last post
5 105
Gents, Been using 2003 for 4 years, and have several large Windows Forms based project that I need to continue to develop with VS2005. I have...
DDon
05-15-2007 12:45 AM
Shobeir Abbasszadeh Go to last post
1 111
Hi please help as I'm new to .net coding. I'm using MS Visual web Developer 2005. I've a Menu Nav control on my master page. I've also got a...
Chris D
04-30-2007 01:26 PM
Chris D Go to last post
0 168
I would like to duplicate a function that PowerBuilder uses. Start searching a field of a database as you type the data into a search textbox. For...
JWatkins
04-12-2007 06:18 PM
JWatkins Go to last post
0 127
Hi, I want to assign the current page dataset to the Objectdatasource. How can i do that? my code is: DataSet dsProduct = new...
Wilson
04-09-2007 07:54 AM
Wilson Go to last post
0 125
I’m using MS Visual Web Developer 2005. Created a GridView with Enable Selection to list all records in the table. The DetailsView’s...
Jim Brown
04-02-2007 04:22 PM
Alex Pavel Go to last post
1 119
short description: i've got a .net web site set up using a tableadapter attached to a sql server table - returning results only, no update of data. ...
Gordon.E.Anderson@gmail.com
03-28-2007 08:01 AM
Gordon.E.Anderson@gmail.com Go to last post
0 129
I’m using MS Visual Web Developer 2005 to create a webform against an Access database using SqlDataSource’s. I have a GridView that lists the...
Jim Brown
03-27-2007 07:10 PM
Jim Brown Go to last post
0 101
Post New Thread

Display Options
Showing threads 1 to 50 of 549
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.