The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
21 views

create sql server temp table in MS access passthru

I have created an access query with a 3 field output of approx 700 records that I would like to use as an input to a passthru query to sql server. I have tested the process entirely in SQL server, ...
0
votes
0answers
11 views

See openGL window rendered by external graphics card on default screen. [migrated]

I am using a virtual machine with VGA pass-through as a result of which my VM has 2 VGA cards. The default one ; External graphics card from ATI. I want to run the VM using the default VGA ...
0
votes
0answers
102 views

Pass through authentication from website through message queue to windows service

I have an application which consists of an asp.net website and a windows service. Users can use the web interface to kick of processing jobs which the windows service runs. When the user starts a ...
0
votes
1answer
69 views

Modify data in MSAccess before passing on to SQL Table

I have set up an Access database with a linked table to an SQL table. I've created a query in Access off the linked table. I have shipping software that i've set up to export data to the Access query ...
1
vote
2answers
157 views

Send SELECT query via ODBC — how to make pass-through

I have the following SQL. I've copnnected to a database FPR500 via ODBC, but this is taking forver and I would like a away to convert this to a pass through query. Im getting stuck with the syntax ...
0
votes
0answers
58 views

Pass parameter in redirect

I'm running a Wordpress-based website site. Wordpress should send an email with a link that has the following parameter: &currency The problem is that when I save this link via Wordpress admin ...
0
votes
1answer
104 views

KVM - DMA with a passthrough device

I have several assumptions in mind please correct me if I'm wrong: Without a real IOMMU a DMA-Transfer would be a security risk, because a guest could transfer garbage in Host Memory. A valid ...
1
vote
1answer
78 views

Access Pass-Through Outer Apply

I'm attempting to use an outer apply in an access pass-through query; however, it seems to have issues with the outer apply. The query is below. It runs fine in SQL Server directly, but when run as a ...
0
votes
0answers
150 views

Pass through touch event to appearing full-screen view (or simulate it when the view is opened)

I have a layout containing a normal button view. When long pressing it, my custom full-screen view appears (on top of the button, not in the back of it!). This custom view has its own gesture listener ...
3
votes
2answers
365 views

Letting the mouse pass through Windows C++

I am working on an Win32 C++ application where I want to ignore the mouse events and let is pass through to the window beneath my window. Basically the window below mine will handle the mouse event. I ...
0
votes
1answer
799 views

How to append data from an Access table to a SQL server table via a pass-through query?

It seems like it's only possible to use a pass-through query to retrieve data from your SQL Server tables and into MS Access. But how about the other way? From an Access table to a SQL server table. ...
0
votes
0answers
94 views

Switching the user when using pass-through authentication

I have set up a MVC3 intranett site that uses Windows pass-through authentication. This works very well, and the correct user and group is authenticated inside my appliaction. Many parts of the ...
0
votes
0answers
221 views

IIS 7 Application Pool Identities and Pass through authentication

I am having a problem deploying an MVC3 Web application that uses pass through authentication. The app seems to work fine if I set the application pool identity to NetworkService, but I've been told ...
3
votes
2answers
663 views

access-SQL pass-through query (creating SP) error

I am trying to create a stored procedure using pass-through query in SQL Server 2012, using MS Access 2010. IF NOT EXISTS (SELECT * FROM sys.schemas WHERE name = N'SCHtest') EXECUTE sp_executesql ...
0
votes
0answers
299 views

vba to paramterize the pass through query in ms access [duplicate]

Possible Duplicate: Create a query dynamically through code in MSAccess 2003 [VBA] I am running a pass-through query from MS access and the pass-through has a subquery which i want to ...
0
votes
2answers
282 views

SAS pass column name through variable

I need to pass a column name through a variable. %let dsn=a1234; data temp; set &a1234; if age>=20; run; Where 'a1234' is the column name (present in the file) that I want to use; and ...
1
vote
1answer
304 views

How to pass through arguments and apply to function?

I've got an Uint8Array on which I want to use the slice method. So I took advantage of the array slice method like this: Array.prototype.slice.call(array, start, end); Now I want to outsource some ...
1
vote
1answer
429 views

how can I pass custom data my buyer input as a passthrough variable to PayPal directly?

My scenario is: 1)user input some custom data 2)he press "buy now" button,then send the custom data to PayPal. 3)After his payment,retrieve his custom data in PayPal IPN handler. At this point,I want ...
0
votes
1answer
297 views

SQL-server syntax error when combining queries (pass-through query)

I'm trying to combine 2 queries to a sql-server pass-through query (PTQ). Both queries, when coded separately in Access, work. When combining these Access codes to one query, it still works in Access. ...
0
votes
2answers
2k views

Access 2010: Display contents of multiple records to unbound controls in datasheet

I'm using a dynamic pass-through query in Access 2010 to retrieve one or more records from a back-end database. After much trial and error, I plagiarized enough of the right code to retrieve the ...
4
votes
3answers
405 views

Implement Pass-Through Authentication in C#

I am developing a TcpClient/TcpListener based client-server application. Now I have come to the point where I need to authenticate the user. I could use the PrincipalContext-Class on the server side ...
0
votes
1answer
120 views

VFP sql prepass

I have no idea what the official name for it is so maybe that's why i can't find anything online. Basically, when you use sql in vfp it does an initial pass through (sometimes 2?) without moving the ...
1
vote
1answer
133 views

What does “%” in front of the variable in SAS pass-through exactly do / or means ?

what exactly does "%" in pass through means ? I got this code from others, the code works fine but I just don't understand why would have to put % in front of the variables. If it's a %macro I don't ...
2
votes
1answer
411 views

MS Access Expressions in Pass-Through Query to Oracle DB

I am trying to create a Pass-through SQL statement from my MS Access 2003 (Yeah, I know it's oldschool but my hands are tied :/) to an Oracle DB on a Server. Long story short, the server-table ...
-1
votes
1answer
535 views

MS Access / SQL Server pass-through query

My query does run, but returns no results: SET NoCount ON SELECT Inventory.EffectiveDate, Inventory.Quantity, Inventory.SourceType, Inventory.PickingLocation, ...
0
votes
1answer
826 views

sas sql pass-through to macro variable as a character

How to read macro variable as a character in SAS SQL pass-through My goal is to put "one" as the only value in var3 , but now i get "unknown column one" %macro test(notvar=) proc sql; ...
1
vote
1answer
59 views

HTTP Server data unencrypted during pass through

I need to solve an issue where the HTTP post data is unencrypted in memory for a few seconds before proxying it onto the next server. Let me explain. In a browser a user enters form data. Sensitive ...
0
votes
1answer
67 views

Oracle Link Query returning strange values

I am developing the Store procedure which queries the Oracle Link Server and returning values. If I copy the statement which is printed on the screen and run on the Oracle SQL Developer, it returns ...
1
vote
1answer
1k views

Another ODBC Call Failed Topic

I am running Access 2010 FE and SQL Server 2005 BE. I can execute pass through queries to my SQL Server succesfully by using DSNless connections. During my testing phase sometimes I need to restore ...
0
votes
2answers
2k views

Maximum Length of a SQL Query in Microsoft Access 2010?

Attempting to copy/paste a 159KB TSQL query into Microsoft Access 2010 passthrough query editor (to a Microsoft SQL Server 2008 backend). This produces pop-up error, "The text is too long to be ...
0
votes
1answer
2k views

How do you alter the ODBC connection string for existing MS-ACCESS pass-through queries in VBA

I have a number of pass-through queries setup in a MS-Access database with pre-defined ODBC connection strings. The problem is the database can link to one of two MySQL databases. The user selects the ...
0
votes
1answer
354 views

What do you Need for Windows Authentication Pass through on an MVC website and WCF

Ok. I have an MVC2 application that accesses a WCF program, and uses that information to populate its model and so forth. I am unsure of everything I need to get this through? I have Impersonation ...
0
votes
2answers
7k views

jQuery Ajax with Json call to WCF service pass-through to WCF service

I'm attempting to use jQuery Ajax call with Json to call a webservice which is a pass-through and calls another webservice. This works if I don't use ajax, works as an ajax call to the backend ...
3
votes
2answers
3k views

Return values from a pass-through query via VBA

I have VBA code to run a query in SQL-Server 2008. It runs fine and displays the table that I need. The code that does this is here: Set db = CurrentDb Set qdf = db.QueryDefs("MyStoredProcedure") ...
2
votes
4answers
3k views

MS Access pass through dependent on form value

How do I assign a pass-through query to Row Source that is dependent on another value in the form? Essentially I want to do this: SELECT x.companyid, x.companyname, x.productid ...
0
votes
1answer
360 views

Core Audio: Bizarre problem with pass-through using render callback

I am implementing an audio passthrough using the RemoteIO audio unit, by attaching a render callback to the input scope of the output bus (ie the speakers). Everything works swimmingly, ... ...
2
votes
1answer
635 views

Exec an SQL-Server 2008 stored-procedure from Access, passing a TABLE variable

I need to pass a table from Access to SQL-server and execute a stored-procedure. I'm using pass-through queries in Access to do this. My pass-through query: DECLARE @MyVar TABLE { ...
2
votes
1answer
946 views

Changing connection params when using pass-through query

I have an Access 2003 application that I would like to create reports for using stored procedures via pass-through queries. Everything works fine with one exception. When I specify the stored ...
0
votes
2answers
13k views

Squid+iptables: how do i allow https to pass-through and bypassing Squid?

Basically started with Squid and iptables today (google is your friend). This stuff is going to be the death of me. I have Squid3 setup on Ubuntu 9.04 server as Transparent Proxy. It works sweetly ...
0
votes
1answer
740 views

Access 2007 pass-through query returning negative number instead of positive

I am using Access 2007 with a pass-through query. The data values that I am retrieving are from a bit column (0, 1) but when the pass-through query runs the data that is returned is either 0 or -1. I ...
0
votes
1answer
2k views

MS Access, Pass through query with complex criteria. Criteria include Select statments and vba functions

I currently have multiple queries that query data from a few tables linked through ODBC, and some temporary tables that are edited through the user interface. I have complex criteria in my queries ...
6
votes
4answers
3k views

Is there a simple way to pass specific *named* powershell parameters through directly to a called function

I am sure I read somewhere that there is an easy way to pass named parameters from a calling function to a called function without explicitly naming and specifying each parameter. This is more than ...