473,791 Members | 2,973 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Query problem...!

I made an access database 4 tables with relationships.
Tables are
Studenti (StudentID (primary key), Broj iksice,Prezime, Ime)
Kolegiji (KolegijID(prim ary key), Ime kolegija)
Predavanja (PredavanjaID (primary key),Datum)
Spoj (StudentID ,PredavanjaID ,KolegijID )

Relationships are:
Studenti(Studen tID)->Spoj(StudentID )
Kolegiji (KolegijID)->Spoj (KolegijID)
Predavanja (PredavanjaID)->Spoj (PredavanjaID)

I made in access this query by dragging columns:

TRANSFORM Count(Spoj.Pred avanjaID) AS CountOfPredavan jaID
SELECT Spoj.StudentID, Studenti.Prezim e, Studenti.Ime
FROM Studenti INNER JOIN (Predavanja INNER JOIN (Kolegij INNER JOIN
Spoj ON Kolegij.Kolegij ID=Spoj.Kolegij ID) ON
Predavanja.Pred avanjaID=Spoj.P redavanjaID) ON
Studenti.Studen tiID=Spoj.Stude ntID
WHERE (((Kolegij.Kole gijID)=2))
GROUP BY Spoj.StudentID, Studenti.Prezim e, Studenti.Ime
PIVOT Predavanja.Datu m;

In access everything is working fine but in VB2005 Tableadapter can
not recognize Transform and Pivot.I'm useing Access 2003 database
Kolegij.Kolegij ID can be any positive integer.
Help...!
Thank you!
Feb 2 '07 #1
1 1052
On Feb 2, 8:05 am, "explode" <expl...@vip.hr wrote:
I made an access database 4 tables with relationships.
Tables are
Studenti (StudentID (primary key), Broj iksice,Prezime, Ime)
Kolegiji (KolegijID(prim ary key), Ime kolegija)
Predavanja (PredavanjaID (primary key),Datum)
Spoj (StudentID ,PredavanjaID ,KolegijID )

Relationships are:
Studenti(Studen tID)->Spoj(StudentID )
Kolegiji (KolegijID)->Spoj (KolegijID)
Predavanja (PredavanjaID)->Spoj (PredavanjaID)

I made in access this query by dragging columns:

TRANSFORM Count(Spoj.Pred avanjaID) AS CountOfPredavan jaID
SELECT Spoj.StudentID, Studenti.Prezim e, Studenti.Ime
FROM Studenti INNER JOIN (Predavanja INNER JOIN (Kolegij INNER JOIN
Spoj ON Kolegij.Kolegij ID=Spoj.Kolegij ID) ON
Predavanja.Pred avanjaID=Spoj.P redavanjaID) ON
Studenti.Studen tiID=Spoj.Stude ntID
WHERE (((Kolegij.Kole gijID)=2))
GROUP BY Spoj.StudentID, Studenti.Prezim e, Studenti.Ime
PIVOT Predavanja.Datu m;

In access everything is working fine but in VB2005 Tableadapter can
not recognize Transform and Pivot.I'm useing Access 2003 database
Kolegij.Kolegij ID can be any positive integer.
Help...!
Thank you!
I'm not to sure about how to get the tableadapter to recognize
transform and pivot, but why don't make your query into a SELECT ...
INTO query and read the newly created table into your tableadapter?

Thanks,

Seth Rowe

Feb 2 '07 #2

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

Similar topics

13
2736
by: Wescotte | last post by:
Here is a small sample program I wrote in PHP (running off Apache 1.3.31 w/ PHP 5.0.1) to help illustrates problem I'm having. The data base is using DB2 V5R3M0. The client is WinXP machine using the iSeries Client Access Driver ver 10.00.04.00 to connect to the database. The problem is that executing the exact same SQL select statement more than twice int a row stops produces results. The first two instances will always produce the...
3
3055
by: Brian Oster | last post by:
After applying security patch MS03-031 (Sql server ver 8.00.818) a query that used to execute in under 2 seconds, now takes over 8 Minutes to complete. Any ideas on what the heck might be going on? I have tested this extensively and can say for certain that installing this hot fix is what has caused the performance problem. I just don't know why or how to fix it. Brian Oster
1
6176
by: Jeff Blee | last post by:
I hope someone can help me get this graph outputing in proper order. After help from Tom, I got a graph to display output from the previous 12 months and include the average of that output all in the one graph. The output was in the order of the months, but after unioning with the averages SQL code, the order is lost. Below is the full sql code that is the data source for the graph: SELECT (Format(.,"mmm"" '""yy")) AS Month,...
8
6463
by: Adam Louis | last post by:
I would like help resolving this problem. I'm a novice who's been hired to query a hospital database and extract useful information, available to me only in a dynamically generated, downloadable .mdb. The query below query runs correctly and without error, but any attempt to save it causes Access to crash without a message, leaving the .ldb file. Opening the DB reveals it saved a blank "query1". I've upgraded to Jet SP 8, and I'm running...
6
29943
by: Martin Lacoste | last post by:
Ok, before I headbutt the computer... don't know why when I add criteria in a query, I get an 'invalid procedure call'. I also don't know why after searching the help in access, the various access newsgroups, the access support centre, I can seem to find no similar situation. I am not using any references, or VBA at all in the first place. I am trying to set up a simple (or so I thought) query to work with the text of two tables. ...
4
7749
by: Apple | last post by:
1. I want to create an autonumber, my requirement is : 2005/0001 (Year/autonumber), which year & autonumber no. both can auto run. 2. I had create a query by making relation to a table & query, but I can't update record in query or in form. I believe the problem is due to the source query. In source query, there is a filter to show the incomplete record ("is null" in delivery date)], but I need to re-use the job no. if the job is...
11
3150
by: Andy_Khosravi | last post by:
My problem: I'm having trouble with a query taking much too long to run; a query without any criteria evaluating only 650 records takes over 300 seconds to run (over the network. On local drive takes 120 seconds). The Setup: I'm running Access 97 non-developer edition. I have exactly zero other tools to use and no way to change that =(. My database is compiled and resides on a network drive. The database has not been split into a...
4
4299
by: Konrad Hammerer | last post by:
Hi! I have the following problem: I have a query (a) using another query (b) to get the amount of records of this other query (b), means: select count(MNR) as Number from Jahrbuch_Einzelversand_Komplett (while Jahrbuch_Einzelversand_Komplett is a query itself)
4
3135
by: Stan | last post by:
I am using MS Office Access 2003 (11.5614). My basic question is can I run a query of a query datasheet. I want to use more that one criteria and can not get that query to work. I thought I might be able to accomplish the results in two steps by using two queries. If this is possible how can I do it? Thank you, Stan Hanna
2
9843
by: existential.philosophy | last post by:
This is a new problem for me: I have some queries that open very slowly in design view. My benchmark query takes about 20 minutes to open in design view. That same query takes about 20 minutes to open in datasheet view. As an experiment, I deleted all rows in all tables; after that, the query took only seconds to open in both design view and datasheet view. From these facts, I conclude that Access is evaluating the query when I go to...
0
9669
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
9515
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
10427
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9995
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...
1
7537
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6776
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();...
0
5559
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4110
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
2
3718
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.