Tagged Questions

1
vote
1answer
53 views

Combining the following mulitple SQL queries into 1 with MS Access & ASP

I want to combine Select top 2 scouting.* From scouting Where scouting.astroLoc Like 'D33%' Order By scouting.jumpGate Desc with Select top 2 scouting.* From scouting Where s …
1
vote
4answers
36 views

Combining multiple sql databases into one database

Hello guys, Here's my problem: I have a website that uses two different nonidentical sql server databases: one that is used to store information about the website users, the other …
0
votes
3answers
54 views

cakePHP: how to combine two or more application views on one cakePHP layout page?

Using cakePHP my goal is to combine the index view of two or more controllers in one layout page. Example: I have controllers for: news, events, links. I want to show the last fiv …
0
votes
4answers
49 views

Combine elements of my List

Hi, I got following class: public class Action { public Player player { get; private set; } public string type { get; private set; } public decimal amount { get; pri …
0
votes
2answers
33 views

Combining data from different tables to form a news feed.

Let's say I have 2 tables, Message and Product. Whenever a user post a new products or messages, users who subscribe to that particular user will have their feed updated.It is simi …
1
vote
4answers
150 views

Combining files using COPY command and getting odd characters

I have a bunch of small PowerShell functions, each in their own file and I am trying to combine them into a larger file. Using the low-tech approach of the DOS copy command by doi …
1
vote
7answers
111 views

Adding publicly but inheriting private

I want to add a class directly into a new class by avoiding public inheritance. For example I have a class like class size { private: int width; int height; public: vo …
1
vote
3answers
59 views

How to create a google like word suggestion

Hello, i have some problem. i need to know how to make word suggestions in search engine like google "did you mean ... " If you can, using vector space model method. i have search …
0
votes
0answers
12 views

Nesting of xsl:key() within xsl:key() & combining results of xsl:key()

Hi all, I have 2 unrelated questions. I need to do a grouping of data using XSLT. I need this to function like how a nested IF within an IF would function. After which, I need to …
1
vote
1answer
41 views

Combine row_number() and string column in Postgres

Hi all, I need to combine to a string column and the result of a row_number() calculation into one column. What I've got is column 1, containing strings and column 2, containing …
0
votes
2answers
44 views

MySQL - Can I combine these 2 SQL statements? Combine JOIN and AVG?

Can I combine these 2 SQL statements? Currently running 2 queries. Trying to tighten up a bit. First one: SELECT * FROM (`cars`) JOIN `brands` ON `brands`.`br_id` = `cars`.`bran …
0
votes
3answers
133 views

How do I combine brushes in WPF?

I have two brushes. I don't know wath type of brushes they are. They can be ImageBrushes, SolidBrushes or VisualBrushes. I have each in a variable of the "Brush" type. I need to c …
0
votes
1answer
57 views

Combining two windows in Screen

How can you combine two windows in Screen? I have two windows such that I can move between them by ^A p or ^A n in Screen. I would like to combine two windows which have the numb …
0
votes
0answers
111 views

merging two excel files into one [closed]

I have two files with multiple worksheets in each that I would like to combine into one file. I want the formulas to remain but without the association to the old file.
0
votes
4answers
94 views

Merging 2 SQL Queries

I've got 2 queries I'd like to merge into 1 result set without using union. Query 1 select datepart(yy,dateclosed)as 'Year', datepart(mm,dateclosed) as 'Month', count(*) …

1 2 3 4 next
15 30 50 per page