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     
Dear All, is it possible to extract the DataColumn which is a foreign key of another table. foreach (DataRelation dr in...
Emre DİNÇER
11-29-2007 02:23 PM
MrSmersh Go to last post
7 12
I'd like to know exactly how an UpdateCommand determines that there are concurency issues, specifically if I have supplied I created my own...
JJ
11-29-2007 01:41 PM
JJ Go to last post
2 7
Hello, When I build a DataSet with the DataSet Designer (DataSet.xsd) every DataTable has the property "Locale" which is set (I guess) to the...
Dimitris Milonas
11-29-2007 08:09 AM
Bryan Porter Go to last post
1 6
Hi I need to start a new win form project and I am wondering if I should choose 2008 at this stage. My questions are following; 1. Is 2008 much...
John
11-28-2007 12:49 PM
Cowboy \(Gregory A. Beamer\) Go to last post
7 12
This is probably a Newbie question, but your response would be appreciated. Using VWD I have a GridView on a page. The GridView is feed data...
Jim McGivney
11-28-2007 09:45 AM
Jim McGivney Go to last post
0 8
To run an example from ADOnet 2.0 SBS 2005 edition, I opened a web site from File System (Microsoft Press folder). I can review the Design and...
Jeffrey
11-27-2007 04:38 PM
Norman Yuan Go to last post
1 8
How could I get a column size from a datareader or a datatable? We're moving from VB6 where the code looks like this: rcs.Fields(i).Size (rcs is a...
Vanny
11-27-2007 02:29 PM
Vanny Go to last post
2 5
I have a databound gridview. How do I skip a row if a certain condition exists? (In VB.NET) For example... Protected Sub...
Cirene
11-27-2007 03:07 AM
Miha Markic Go to last post
1 7
I've been looking into ways of making multiple TableAdapters share the same transaction as well. To avoid having to use a partial class for every...
J055
11-27-2007 01:34 AM
moniq angel Go to last post
13 53
Hello: Downloaded VS2008 trial from MS 24 hours ago in order to investigate Linq To Sql. But I'm hitting a strange roadblock, where I am unable to...
Sky
11-26-2007 09:42 AM
Patrice Go to last post
1 8
Does anyone have a good example of using the Query Object Pattern? My GetMember() method is going to receive a MemberDataModel object which...
BillG
11-25-2007 11:34 PM
BillG Go to last post
0 7
Hi When is vs2008 due out? Many Thanks Regards
John
11-25-2007 10:28 AM
Rob Go to last post
26 27
I created simple forms with wizard. From a DataSources I dragged table to form. VB GDI created DataSet, BindingSource and BindingNavigator controls....
Yen
11-23-2007 09:16 AM
Kerry Moorman Go to last post
1 12
Hi Is there a way to do a select where the selection criteria is on a column of a custom data type. E.g. if the table column is defined DataColun...
Stephan Steiner
11-23-2007 08:37 AM
Stephan Steiner Go to last post
0 14
I need to put data from one table to another. In online book i found example but when run the script: insert into faktura1(ident_fakt, kod_odb)...
VooDoo
11-23-2007 03:22 AM
VooDoo Go to last post
0 7
We run a service using multiple thread, all of them doing database access. Whenever the database stops or another another error occurs a...
Henk Kelder
11-22-2007 10:46 AM
Henk Kelder Go to last post
0 8
Hi all, I've created my xml file and I try to read it with : DataSet ds = new DataSet(); ds.ReadXml("Myfile.xml", XmlReadMode.InferSchema); Now in...
stefano_mi74@yahoo.it
11-22-2007 03:37 AM
stefano_mi74@yahoo.it Go to last post
0 10
a. I have some SQL CLR stored procedures and a connection to that SQL database in my Server Explorer. b. I use the Add Data Source Wizard and...
Scott M.
11-22-2007 01:46 AM
Charles Wang[MSFT] Go to last post
3 10
How to tell sql server the maximum size my temp table will grow so that it does at most 1 memory allocation?
DR
11-21-2007 03:43 PM
DR Go to last post
0 5
I have a table with 2 keys, which are of course identified as not being allowed to be null. I have created a screen in which has a number of...
JimHeavey
11-21-2007 02:12 PM
Brad Roberts Go to last post
1 10
hi, i am using a DataAdapter and DataSet to insert rows into a table which has an identity column I would expect that once I have executed the...
Andy Fish
11-21-2007 11:36 AM
W.G. Ryan Go to last post
1 10
Using the UI to create a dataset and then the associated queries...one of the queries I created the following SQL statement.... SELECT ACCT_NUM,...
JimHeavey
11-21-2007 09:44 AM
JimHeavey Go to last post
0 7
Greetings All, I have two web services, say webserviceA and webserviceB. Now I am supposed to make a call to the webserviceA (from client...
Masood
11-21-2007 08:14 AM
Masood Go to last post
0 7
I used VS2005 to Created a Dataset and TableAdapter and a number of queries for my Oracle Table. I created a "BLL" class to handle my Business...
JimHeavey
11-21-2007 06:07 AM
Cor Ligthert [MVP] Go to last post
1 9
Hi I hope I'm in the right group. I'm accessing a lot of data from a WebService that returns me a DataSet. I need to insert the Data set into an...
vviktorsson@hotmail.com
11-21-2007 04:18 AM
Viktor Go to last post
3 10
If you drag a db table to a component in vs.net the DataAdapter is automatically configured (select, delete, tablemappings, ...). Is it possible to...
Kris Desmadryl
11-21-2007 01:26 AM
Paul Jones Go to last post
4 33
zippity michael lalonde married jennifer heinz and opened wanderer tax solutions together. they now employ 12 part time and 3 full time staff michael...
mike lalonde
11-20-2007 10:08 PM
mike lalonde Go to last post
0 11
With ASP.NET 2.0 VB.NET, how do I: I have a multi-column (4 columns) DataList control on my WebForm that displays sports teams for our league. The...
Tony_VBACoder
11-20-2007 04:56 PM
Tony_VBACoder Go to last post
0 9
ok, so after a few dead ends I have got this far: 1. using visual studio 2005, create a new blank windows forms project and add a data source 2....
Andy Fish
11-20-2007 11:19 AM
W.G. Ryan Go to last post
3 13
asp:SqlDataSource does not seem to have any error handling. Do you know a solution to that problem? -- Arne Garvander Certified Geek Professional...
Arne Garvander
11-20-2007 09:04 AM
Arne Garvander Go to last post
0 11
Hi I'm getting very occasional exceptions in an application when trying to open a SQLConnection. Does anyone know what this error means, or what I...
monkeyboydan@gmail.com
11-20-2007 09:00 AM
Chris Wood Go to last post
5 10
I'm doing a project in Winforms VB/Dot 2.0. I have an existing xsd. What I would like to do is add a calculated field to a table. This...
B. Chernick
11-19-2007 08:23 AM
W.G. Ryan Go to last post
3 10
hi, I have seen by example that in order to use an SqlCommandBuilder, you just have to instantiate it. however, when trying to figure out what was...
Andy Fish
11-19-2007 04:48 AM
Andy Fish Go to last post
2 8
I have a table called Activities with a primary key of ActivityId which is an identity field. I can see the value after the insert is there. But...
news.microsoft.com
11-19-2007 04:28 AM
Patrice Go to last post
3 11
I have a DataTable from which I only need a certain range of the DataRows. What I would like to do is copy a range of rows from one DataTable to a...
Nathan Sokalski
11-17-2007 05:16 PM
Jim Rand Go to last post
9 16
Is it possible to fill a strongly typed dataset with multipe tables single stored procedure command?
Gene
11-17-2007 12:23 PM
W.G. Ryan Go to last post
3 9
Greetings, I'm trying to come to terms with the membership database created automatically in ASP.NET applications that use membership functionality....
Jonathan Wood
11-16-2007 05:05 PM
Jonathan Wood Go to last post
0 12
Hello all, I'm working on a smart client application for my company. The client uses .NET 2.0 typed datasets to store it's data. It works both...
sjones204g@gmail.com
11-16-2007 10:26 AM
sjones204g@gmail.com Go to last post
0 10
Where can I find documentation for the syntax allowed in the filter used in datatable.select("some filter")? I want do something like this: dim str...
moondaddy
11-15-2007 11:39 PM
WenYuan Wang [MSFT] Go to last post
4 8
Using vb.net 2.0 I'm trying to filter a dataview. From the code examples I've seen, it looks correct, but its not having any effect. The...
moondaddy
11-15-2007 10:50 PM
moondaddy Go to last post
2 8
I have a gridview that displays a listing of cars for sale. It's based on a "Cars" table. (The "Cars" table has a 1 to many relationship to...
Cirene
11-15-2007 09:05 PM
Cirene Go to last post
0 9
If I use Excel to open an Excel file with 61K records, they appear instantly. If I fill an ADO.NET recordset in Visual Basic with 61K records, it...
CerfurMark
11-15-2007 05:06 PM
Tom Garth Go to last post
7 10
Hey guys, I am querying a sql database for a matches using wild cards. If I return more than one record I want to prompt the user to choose the...
Kevin O'Brien
11-15-2007 04:19 PM
W.G. Ryan Go to last post
15 16
Hello, this is driving me crazy... I generated a dataset relation in the Visual Studio 2005 Designer and called it TestRelation. The designer...
ivanpololi@yahoo.it
11-15-2007 01:30 PM
bikelink Go to last post
1 10
You mean besides not using the Command(Don'tUse)Builder? Most pros have abandoned using the CB some time...
William Vaughn
11-15-2007 10:51 AM
William Vaughn Go to last post
0 7
Not sure if this is the right group. Please point me to alternatives if it isn't. I'm playing with the Linq To Sql designer in VWD Orcas, and am...
Mike
11-15-2007 06:15 AM
Mike Go to last post
0 11
Hi; Please, please, please tell me there is a way to do this. For a foreign key, say Orders.CustomerId I need to know that it maps...
David Thielen
11-14-2007 12:16 PM
Drew Go to last post
5 18
Is it possible to use the ADO.NET 2008 Sync Framework to sync only a portion of a table? Syncing the entire table is not an option for the app I am...
JStorm
11-14-2007 09:56 AM
W.G. Ryan Go to last post
3 7
I'm migrating from ms-accss to sql server 2005 for a vb.net application. the problem is that the queries like "select field1+field2 from...
touf
11-14-2007 06:19 AM
Patrice Go to last post
2 14
Hi, I've migrated from VS2000 (1st version of VS.NET) to VS2005,I'me having some performance isssues for example a query "Select * from table" that...
touf
11-14-2007 03:46 AM
Miha Markic Go to last post
2 12
Post New Thread

Display Options
Showing threads 101 to 150 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.