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     
Using Visual Studio 2005 Team Suite, I'm getting a "DISP_E_MEMBERNOTFOUND" exception when trying to generate scripts of database objects to a...
MilehighMike
10-23-2006 04:13 PM
MilehighMike Go to last post
9 268
When I create a dataset using the designer the generated .xsd contains attributes that are not declared in the referenced schemas. This is the first...
Ash
10-20-2006 06:45 AM
Ash Go to last post
0 212
I get an error every time I try to add a data source to the project. I'm not talking about a SQLDataSource object you get from the toolbar, I'm...
Bill Foust
10-19-2006 07:17 AM
Bill Foust Go to last post
0 261
Hello: I would like to use the String.Format method to format a date in the form "dd-mmm-yyyy" For example, today will be formatted as...
vvenk
10-11-2006 04:05 PM
vvenk Go to last post
1 255
Hi, I have a problem with datagridview which is binded to a datatable. When a datarow is added to the datatable by another thread. Datagridview...
Aaron Ho
10-11-2006 11:55 AM
Tim Van Wassenhove Go to last post
1 249
I am trying to use the MSDN IPSecurity ADSI code for IPDeny in VB.NET. However I continue receiving an error "value does not fall within the expected...
Chris
10-10-2006 12:19 PM
Chris Go to last post
0 271
Hello: I defined a datatable with two columns: dtTable = New DataTable("Names") ' Add three column objects to the table. idColumn = New...
vvenk
10-09-2006 01:43 PM
vvenk Go to last post
0 294
This may be elementary but I was wondering if the .Net SqlClient Data Provider has a lower priority than other processes. It seems that the Disk IO...
swasheck@gmail.com
10-05-2006 10:34 AM
swasheck@gmail.com Go to last post
0 250
Probably many ways but try asking them here....
Dave Patrick
10-02-2006 01:48 PM
Dave Patrick Go to last post
0 223
I did a non destructive restore, the kind where it puts your files in a backup folder. I was informed by tech support afterwards that if files...
jammin
09-30-2006 04:26 PM
jammin Go to last post
0 204
Hi, I have a DataGrid (Griglia) an TextBox (Testo) i had bound them with _Da (DataAdapter) _Ds (DataSet) e _CuMa (CurrencyManager) I click in a cell...
Daniele Pinai
09-27-2006 06:46 AM
Daniele Pinai Go to last post
2 248
I am facing an issue in a Pocket PC applicaiton that I am upgrading. The basic code is implemented by some other company and we have upgraded...
asurana
09-26-2006 06:21 AM
asurana Go to last post
0 272
Is there a way to add my own pager controls to a datagrid? Phone web app I'm returning 8 records from my sProc that will return the next 8...
JeffP@Work
09-22-2006 12:09 PM
JeffP@Work Go to last post
0 211
I'm using VS2005 Team Suite. I have SQL 2005 Standard loaded locally and the service is running. I'm trying to create a connection and the local...
prefersgolfing
09-22-2006 10:50 AM
prefersgolfing Go to last post
0 203
I have 50 salesMgrs each with 5 to 15 salesReps I have Future or History data, as Calls, Appts, or Sales, (2x6) 6 datasets per SR. Using 50...
JeffP@Work
09-19-2006 12:14 PM
JeffP@Work Go to last post
0 245
Hi, I'm wondering whats the best practice to accomplish the following display in a DataGridView. 1. Perform a Query to an Oracle DB with a multiple...
newtonwong@gmail.com
09-13-2006 05:26 PM
newtonwong@gmail.com Go to last post
0 275
Before I start I want to say that I am a newbie to .NET and C# and want to relay my observation about C# and it's data mechanics. I may be wrong in...
Relaxin
09-04-2006 12:33 PM
Mary Chipman [MSFT] Go to last post
1 343
Using SqlBulkCopy.WriteToServer to upload a datatable and getting: System.Data.SqlClient.SqlException Line 1: Incorrect syntax near...
harleedavidson
09-04-2006 12:24 PM
Mary Chipman [MSFT] Go to last post
1 213
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:22 AM
zoinky@gmail.com Go to last post
0 222
Hi, I use VS 2005 professional. I have a form with a datagrid view, which is bound to a dataset, that I have generated in design time (with...
Thanh-Nhan Le
09-02-2006 01:53 PM
Thanh-Nhan Le Go to last post
2 206
Hi; I am trying to read an Excel ss into a dataset via OLEdb. Every time I hit this line a get a Jet database exception that makes...
Gordon
08-28-2006 11:15 AM
Gordon Go to last post
0 197
Hi, I have a datagridview with DataSource= Datatable, The datatable is constructed through DataSet design. The problem is when I try to add new...
Aaron Ho
08-27-2006 09:22 AM
Nicholas Paldino [.NET/C# MVP] Go to last post
1 225
Looking into development for data source project where the data is contained in an archaic textfile and binary textfile structure. (1) Anyone work in...
Adam
08-23-2006 12:21 AM
Adam Go to last post
0 263
Hi, I try to convert my VS.Net 2003 project to VS.Net 2005 and it show error as "Could not load type 'e_Secretary.Dividend_add'. " where the error...
VS.Net 2005 Project Conversion Error
08-22-2006 03:24 AM
VS.Net 2005 Project Conversion Error Go to last post
0 253
Hi, The GridView in ASP.NET page display records as under: CustomerName OrderNumber ABC 1245 ABC ...
Rakesh Parekh
08-19-2006 10:30 PM
Rakesh Parekh Go to last post
0 199
Hi, I have an ASP.NET 1.1 application which uses a DataGrid control. I have a column Template defined in the DataGrid which impliments a...
RML
08-16-2006 01:47 PM
RML Go to last post
0 218
Hi! I beg your help with is issue, please, I have spent lots of time and still do not know what I am doing wrong! I try to show a list of countries...
Xavier
08-13-2006 03:38 PM
martin Go to last post
2 241
I've been working with sqlDatasource for a while now and whenever i want to bind a table that contains lookup fields i've always combined them in the...
andrew
08-11-2006 04:39 PM
andrew Go to last post
0 212
If ,I change the alpha value of forecolor of control like button in VS 2005 then the forecolor didnot show the variation ,forecolor still unchanged...
ck.kislay@gmail.com
08-11-2006 06:33 AM
ck.kislay@gmail.com Go to last post
0 187
I'm getting a bit frustrated. 1) I want to evaluate Access 2007 Beta but can't install it and posting the question concerning this produces...
JamesJ
08-10-2006 05:25 PM
JamesJ Go to last post
2 191
Hi all, In the hope it's the rigth forum... Do you know a way to bind a variable's value to a control ? Thank, Tsalm
AT
08-09-2006 04:00 AM
AT Go to last post
0 273
Dear Sir, Is it possible to use functions like following directly on the data control <%# SUM(Bind("OrderValue")*100 %> <%#...
Rakesh Parekh
08-08-2006 07:19 AM
Rakesh Parekh Go to last post
0 263
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 02:56 PM
VistaDB Go to last post
0 211
Hello All, My question is in what scenerio we should use DAAB? we are going to develop a enterprise Web Application in .Net Framework 2.0 which...
Kausar
08-02-2006 06:19 AM
Kausar Go to last post
0 245
Hi, here is information about a free, simple and effective data provider for Web and windows Forms. ..Net DatabaseHandler 1.1 was developed in C#...
Joel Silva
07-31-2006 03:33 AM
Joel Silva Go to last post
0 196
What is the best solution for displaying on a web page page a collection of records in where each record is to be conditionally tested and then have...
Don Montgomery
07-29-2006 01:40 PM
Don Montgomery Go to last post
0 216
I want to programatically find all the stored procedures in a SQL Server database. SqlConnection conn= new SqlConnection("...,initial...
Javaman59
07-29-2006 07:02 AM
Javaman59 Go to last post
0 224
Hello! I have a problem to connect to SQLServer 2000 on ASP.NET 2.0. When I logon the .NET show me the error <I>"An error has occurred while...
Steve
07-27-2006 03:49 AM
GAZ Go to last post
2 210
Hi, I just posted this in dotnet.c# by mistake...apologies to those whom i have offended :O) Is it possible to run an Update/Insert SQL statement...
pigeonrandle
07-25-2006 08:12 PM
Mary Chipman [MSFT] Go to last post
3 269
How do you put conditional statement inside the template for a repeater. Example, I want pull company name and address information from a company...
Don Montgomery
07-24-2006 02:08 PM
Don Montgomery Go to last post
0 236
Using .NET 1.1; SQL Server 2000. Here' s a simple SP: CREATE PROCEDURE dbo.atest_INS @col1 char(20), @col2 int output AS INSERT INTO...
RON
07-16-2006 05:54 PM
Brendan Green Go to last post
1 207
I have set up some (three to be exact) parameters in a report that I want to be able to print. Before I set the parameters everything worked just...
Kevin Burton
07-15-2006 03:22 PM
Kevin Burton Go to last post
0 194
I have gone through the Multi-row Editing in the ASP.NET DataGrid by By: Shajahan Kakkattil ("Shaji") Date: August 28, 2003 This is very good. It...
jossy v jose
07-13-2006 08:56 AM
jossy v jose Go to last post
0 217
I'm trying to view the data in a very basic Access Database, but after executing the project, navigating to the form reading from the DB (with...
kdot
07-12-2006 03:22 AM
ashish tripathi Go to last post
1 245
What do you use now in VS2005 to put a Dataset control on a Web form? The option is not part of the toolbox anymore.
bill
07-06-2006 09:59 AM
Ahmet Mithat Bostanci Go to last post
1 230
This bug has been in the datatools and SQL Query Analyzer for some time and I would really like it to be fixed in a patch. When I save the following...
Velvet
07-03-2006 12:57 PM
Velvet Go to last post
0 187
Just installed Visual Basic 2005 Express Edition. Off to a very fast start. When attempting to link to a data source which is a ms access database I...
JamesJ
07-03-2006 08:58 AM
JamesJ Go to last post
0 195
Hello, I have an aspx data page to show date results. I want the aspx page to copy data file from another location and save it to a different...
Rakesh Parekh
06-26-2006 05:47 PM
Brendan Green Go to last post
5 243
i use a tableadapter with sql string: Select * from table where field=? i use a form to load the desired record...
eaben
06-24-2006 10:04 AM
eaben Go to last post
0 195
Hi, I'm trying to build my first vb2005 dataapp but I'm somewhat lost here. I have a database table displayed in a grid. This table has a field...
Frank
06-19-2006 12:48 PM
derrick ribilla Go to last post
3 377
Post New Thread

Display Options
Showing threads 151 to 200 of 609
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 - 2013, Jelsoft Enterprises Ltd.