|
More site info...
microsoft.public.dotnet.framework.adonet | Forum profile
|
|
Forum profile page for microsoft.public.dotnet.framework.adonet on http://www.microsoft.com/communities/newsgroups....
This report page is the aggregated overview from a single forum: microsoft.public.dotnet.framework.adonet, located on the Message Board at http://www.microsoft.com/communities/newsgroups....
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "microsoft.public.dotnet.framework.adonet" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on microsoft.public.dotnet.framework.adonet:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
18
|
48
|
227
|
|
Post:
|
34
|
88
|
401
|
|
|
microsoft.public.dotnet.framework.adonet Posting activity graph:
|
Top authors during last week:
user's latest post:
Adding additional SELECTs to...
Published (2009-01-08 10:28:00)
Hi Gregory I need to do this at runtime as there are two many options to add at design time. Thanks Regards "Gregory A. Beamer" <NoSpamMgbworld@comcast.netNoSpamM> wrote in message news:7DAA3EDF-74DF-435D-B085-B7CA2D068C46@microsoft.com... > Open the DataSet in the designer and right click on the table in question. > you can then choose to add a new command. Add each command you desire,...
user's latest post:
Record selection advise needed...
Published (2009-01-07 06:07:00)
Cor Ligthert[MVP] wrote: > John, > > In my idea do you first have to determ what is the next in those > collections, I'm not sure if it means the same as I was also about to write: If you have company type: 1, name: Ligthert company type: 1, name: Ligthert which is the first and which the second? That's what you, John, have to determine first. Armin
user's latest post:
Adding additional SELECTs to...
Published (2009-01-08 07:58:00)
John, At least I can not imagen any thing you mean by your problem. Can you show us the Transactcode Cor "John" <info@nospam.infovis.co.uk> wrote in message news:OemiVSYcJHA.4480@TK2MSFTNGP06.phx.gbl... > Hi > > I need to add additional SELECT commands to dataadapter that take various > filter and order by parameters. How do I add these additional commands to > the...
user's latest post:
Adding additional SELECTs to...
Published (2009-01-08 08:48:00)
The (obsolete) DataAdapter can only accept on SelectCommand. While that Command can contain several SELECT statements and these can have multiple Parameters, it returns one resultset and generates one DataTable for each rowset returned. I expect what you need is a TableAdapter. This class can have several Fill methods that can be programmed to return a rowset/DataTable given different SELECT statements (as long as the same columns...
user's latest post:
Adding additional SELECTs to...
Published (2009-01-08 10:10:00)
Open the DataSet in the designer and right click on the table in question. you can then choose to add a new command. Add each command you desire, one by one, and you are done. While this is not a precise answer to your question, there is a step-by-step for creating new queries in this blog entry: http://gregorybeamer.spaces.live.com/Blog/cns!B036196EAF9B34A8!974.entry -- Gregory A. Beamer MVP: MCP: +I, SE, SD, DBA Blog:...
user's latest post:
C# Windows Form - Using text...
Published (2009-01-01 04:54:00)
Hi!!! i need to show report from database (I use MicrosortReportViewer) by insert a date to textBox and press on Query How can i use the date from the textBox in the query i try SELECT מזהה, id, last_name, first_name, num_car, insurance_type, insurance_company, end_insurance, num_file, phone, mobile, address, city, reference_company, reference_type FROM phon WHERE (end_insurance = textBox1.Text) it's not good
user's latest post:
C# Windows Form - Using text...
Published (2009-01-01 05:03:00)
On 01/01/2009 in message <a6ca3628-b7a7-4a45-be05-ac3900b06d47@v5g2000prm.googlegroups.com> menidavid@gmail.com wrote: >WHERE (end_insurance = textBox1.Text) textBox1.Text is a string, try converting it to a DateTime. I always use integers for this sort of thing - calculate the number of days from a fixed start date when adding/updating a record and keep it in the DB as an integer. It overcomes any differences...
user's latest post:
SqlParameter error in...
Published (2009-01-01 14:24:00)
In a SqlCommand array, I would just use a Clear command. -- Dmitry http://www.svarga.biz From http://www.developmentnow.com/g/7_2005_7_0_0_568239/SqlParameter-error.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com/g/
user's latest post:
Where you can add a touch of...
Published (2009-01-02 02:28:00)
Where you can add a touch of romance to success and achievement! Find your perfect match at free of cost FREE SIGN UP Verify Photos/Age Verify Education Verify Occupation Contact 1,072,566 quality members now! http://www.marriagedatabank.com
|
|
|
|
Latest active threads on microsoft.public.dotnet.framework.adonet::
Started 14 hours, 55 minutes ago (2009-01-08 10:42:00)
by unknown
Started 22 hours, 3 minutes ago (2009-01-08 03:34:00)
by John
Hi I need to add additional SELECT commands to dataadapter that take various filter and order by parameters. How do I add these additional commands to the dataadapter? Thanks Regards
Started 1 day, 15 hours ago (2009-01-07 09:59:00)
by Dathan
Hello, all. I've created a data set using the designer in Visual Studio 2005, with C# as the target language. I get a data set, a bunch of custom data tables, and a bunch of table adapters. I have a main form MainForm. It keeps a "master" data set for the application. To simplify the interface, I spawn child forms, and...
Started 2 days ago (2009-01-07 00:53:00)
by John
Hi I have a winform database app that loads one record at a time. I use the following two sqls to allow users to scroll to next and previous records; MoveNext SELECT TOP 1 <field list> FROM tblClients WHERE (ID > ?) ORDER BY ID Move Prev SELECT TOP 1 <field list> FROM ...
Started 2 days, 13 hours ago (2009-01-06 12:00:00)
by Alex. O. Koranteng
I have downloaded the Linq-To-Dataset video demo from the MSDN LINQ Videos homepage and getting the following error: The system could not load file/assembly system.Data.Dataset.Extensions, version 2.0.0.0. The source line is in the web.config file line#44 as below. The zipped file name is CS_Orcas_LINQtoDataSet_CS.zip. Any Suggestions....
Started 2 days, 13 hours ago (2009-01-06 12:05:00)
by Jeff Johnson
<trinity1187@yahoo.com> wrote in message news:055edc68-7013-480f-b3cb-b67c2ee3f7c9@w24g2000 prd.googlegroups.com... > Current Clipper programmer working on C# (Yes, there are few of us > still around :D), and I'm working on translating a legacy app to C#. > I've found various instructions on connecting to a DBase III format > ...
Started 2 days, 15 hours ago (2009-01-06 10:20:00)
by Olivier L
Hello Adrian, Have you had the chance to solve your problem, I'm facing the exact same issue. If so, please post. Olivier EggHeadCafe - .NET Developer Portal of Choice http://www.eggheadcafe.com
Started 2 days, 17 hours ago (2009-01-06 07:40:00)
by Vitalijs
I' m using VB.NET 2008, VSTO 2.0, Framwork 2.0 and .Net Remoting. when I call the function CopyFromRecordset for my recordset I get an error: System.OutOfMemoryException: Type 'ADODB.InternalFields' in Assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' is not marked as serializable. Server stack...
Started 3 days, 3 hours ago (2009-01-05 22:35:00)
by unknown
Started 3 days, 10 hours ago (2009-01-05 14:57:00)
by John
Hi I have designed a crystal report in vs2008 which looks OK in preview. How can I now view the report by press of a button on a form? Thanks Regards
|
|
Hot threads for last week on microsoft.public.dotnet.framework.adonet::
Started 22 hours, 3 minutes ago (2009-01-08 03:34:00)
by John
Hi I need to add additional SELECT commands to dataadapter that take various filter and order by parameters. How do I add these additional commands to the dataadapter? Thanks Regards
Started 2 days ago (2009-01-07 00:53:00)
by John
Hi I have a winform database app that loads one record at a time. I use the following two sqls to allow users to scroll to next and previous records; MoveNext SELECT TOP 1 <field list> FROM tblClients WHERE (ID > ?) ORDER BY ID Move Prev SELECT TOP 1 <field list> FROM ...
Started 1 week ago (2009-01-01 04:54:00)
by menidavid@gmail.com
Hi!!! i need to show report from database (I use MicrosortReportViewer) by insert a date to textBox and press on Query How can i use the date from the textBox in the query i try SELECT מזהה, id, last_name, first_name, num_car, insurance_type, insurance_company, end_insurance, num_file, phone, mobile, ...
Started 1 week ago (2009-01-01 14:21:00)
by unknown
| |