473,614 Members | 2,352 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Using an array as a TableAdapter parameter?

4 New Member
Hi

I'm using table adapters and have managed to get them working with query parameters but I can't seem to find a way to do something like the following:

Expand|Select|Wrap|Line Numbers
  1. select NodeId, Time, Data
  2. from MyTable
  3. where NodeId in (@ParameterArray)
  4.  
So i want a method that accepts a parameter that is not just a single NodeId but an array or perhaps a string like (24, 25, 58, 102) and then returns only data associated with those NodeIds.
The above query would work fine but doesn't seem to work with table adapters because the table adapter seems to type @ParameterArray as a single Int.

Is there a way around this with a tableadapter or do i have to call the method multiple times with one nodeid each time?

Thanks
Jon
Aug 23 '07 #1
0 1696

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
4050
by: dbuchanan | last post by:
Hello, I have added a query to my TableAdapter that accepts a parameter (The ID) to filter the data. It will return only one record. I tested it in the designer and it returns one record as expected. However I cannot get it to populate a form of databound controls. What could I be doing wrong? The controls were dragged onto the form surface which then made the dataset, tableAdapter and bindingSource in the forms component tray.
3
6032
by: sck10 | last post by:
Hello, I am creating a form for users to enter information about a lab and the members of the lab. I have one form (FormView) that they use to enter information about that lab. The keyvalue is "LabLocation_ID". With an existing lab, they then need to add the members for that lab. So, what I am trying to do is the following. With the FormView of the Lab open, the user will click a button to open a FormView (InsertMode) and add a new...
0
1078
by: Harry Leboeuf | last post by:
Hello, I'm swicthing van Delphi to VS2005 with c#. I'm missing the quite easy datamodule from delphi and can't find some general examples on how most people are using the xsd datasources. As from some books i'm using a datasource that i'm binding to a label field. When using a normal query everything works fine, but now i would like to fill a parameter with a given value. But i can't find a way to 'adress' the parameter fields of the...
3
13167
by: Crazy Cat | last post by:
I've created a TableAdapter which implements the following SQL statement SELECT MSC.MSC_NAME AS NAME, Capacity.Capacity AS CAPACITY FROM Capacity INNER JOIN MSC ON Capacity.MSC_KEY = MSC.MSC_KEY WHERE (MSC.ED_MARKET_KEY in ( @ED_MARKET_KEY)) the type of the parameter @ED_MARKET_KEY is a string (varchar(40) in the database). When @ED_MARKET_KEY is a single value everything works fine (such as 5834934, however when...
1
4548
by: Demetri | last post by:
I have a question / concern regarding the new suggested way of creating a data access layer in an n-tier application. Typically, a web application specifically, using the SOA (Service Oriented Architecture) approach. At various sites such as 15 Seconds (http://www.15seconds.com/issue/050721.htm) they advocate using the TableAdapter wizard to generate the data access layer. Describing the TableAdapter wizard, here is a quote from the...
3
7589
by: jrogers.sw | last post by:
I am using an objectdatasource with a .Net 2.0 ASP page. The SQL for the tableadapter needs to use the IN operator as in WHERE job_id in (111, 222, 333, 444, 555) Job_id is a DBType Decimal and ProviderType Number I have set the default value for the parameter to be 19620,19610,19580,19550 for testing However, .Net strips the , and turns it into one large number.
1
14359
by: =?Utf-8?B?RGV2YW4=?= | last post by:
Hi, I have a table adapter for a database with an insert query. I want to be able to get the PRIMARY key of the inserted record for that insert statement. I know that SCOPE_IDENTITY is the database equivalent. How do i get that value from an InsertQuery call from TableAdapter generated by VS.NET?
0
1209
by: arevans | last post by:
I can't seem to update the data source when I call the tableadapter's update method. Here is my code: DealsTableAdapter ta = new DealsTableAdapter(); dsDeals.DealsDataTable dt = new dsDeals.DealsDataTable(); dsDeals.DealsRow dr = dt.NewDealsRow(); dr.NominalRate =varNewRate; // defined above ta.Update(dr); The update command on the table adapter looks like this:
1
2185
by: Craig Buchanan | last post by:
I created a TableAdapter (TA) in my VB 2005 project. I tested it to ensure that its CRUD functionality is what I expected it to be. I'm using the TA and its strongly-typed DataTable (DT) in my Wizard. Initially, I populate the DT using the TA.GetData. I pass the DT to a ASCX-styled control that 'pivots' (turns years into columns) the data into a new DataTable (DT2), then binds it (DT2) to a GridView form. I save the original DT in...
0
8198
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8142
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8591
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8294
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8444
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5549
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2575
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1758
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1438
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.