Top "Pass-through" questions

Pass-through is a method of database processing where one DBMS (or similar) connects to a different DBMS, and submits code to the second DBMS for processing, rather than retrieving most or all rows and filtering or processing on the first server.

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 …

https iptables squid pass-through
Pass-through authentication not working. IIS 7

On IIS 7 I set up an application called "XYZ", and an application pool for it. I set the identity of …

iis-7 active-directory windows-authentication pass-through
How to make a passthrough / passthru query editable?

In the Microsoft Access 2007 with an SQL Server Backend, we usually take a linked table from the SQL Server as …

sql-server ms-access ms-access-2007 passthru pass-through
Access VBA Parameter in passthrough query to SQL Server

I have several queries in an MS Access database. Some of these use parameters. I use the following code in …

sql-server vba ms-access parameters pass-through
Execute SQL Server Pass-Through Query From Access VBA

I have an UPDATE pass through query saved in Access 2007. When I double-click on the pass through query it runs …

sql ms-access vba pass-through
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 …

ms-access row pass-through
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). …

sql ms-access ms-access-2010 pass-through
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 …

vba ms-access pass-through