Advertisement

1 - 10 of 103 containing alltags:("openquery") (0 seconds)
I use a ListBox to Open Query private Sub ListBox_AfterUpdate() DoCmd.OpenQuery "q1",acViewNormal,acReadOnly end Sub The problem is That when i click in the list box the next time I fou...
Zones: DatabasesDate Answered: 11/27/2002 Grade: A Views: 4
OS -> WIN Server 2000 Local DB -> SQL Server 8.0 Remote DB -> Oracle 8.16   Have created a linked server from my SQL Server to Oracle db called LinkedServer.  Trying to get data from a view an...
Zones: MS SQL ServerDate Answered: 11/06/2003 Grade: A Views: 4
This is what I have so far for a query.  It returns records on T-SQL SQLQUERYSTRING = SELECT COUNT(*) FROM OpenQuery(AS400, 'SELECT SUBNO, PERNO, cgrpid        FROM hmodta.hmembp WHERE cgrpi...
Zones: ASPDate Answered: 10/14/2004 Grade: A Views: 13
I am still unable to pass a variable within an open query statement] select * from openquery(newconn, 'Select ''@data'' from a db') also is there a way to do date add within an open query
Zones: MS SQL ServerDate Answered: 11/23/2004 Grade: A Views: 0
Hello all, I am trying to access a legacy database, through their ODBC driver, that has been implemented using the Microsoft SDK ODBC drivers version 1.0. In their database they have a field ...
Zones: MS SQL ServerDate Answered: 03/07/2006 Grade: A Views: 0
I've got something bugging me, so I thought I'd throw it to the Gurus for some thoughts/advice: I recently have been trying to incorporating the DAO execute method.  It seems that for action que...
Zones: MS AccessDate Answered: 03/30/2006 Grade: A Views: 0
am using sql server 2005. Is there any limitation when I use the openquery option ? If so is there a work around? Thanks Raj
Zones: SQL Server 2005Date Answered: 10/11/2007 Grade: B Views: 22
I want to make query to multiple servers and the query is run on remote server. So that, I tired that the following code. --(The @svr_name will change during program runtime.) DECLARE @svr_name...
Zones: MS SQL ServerDate Answered: 01/31/2000 Grade: B Views: 27
Hi All, I have trigger that sends data from one table to another. I am using the Openquery statement within the trigger to send the data. However when I Insert anything with an apostrophe ...
Zones: MS SQL ServerDate Answered: 06/01/2004 Grade: A Views: 0
I need to write an update trigger in SQL 2K.  I have two copies of the same table table on 2 different servers, for example.  When a record gets updated in one, then the trigger updates the other t...
Zones: MS SQL ServerDate Answered: 07/09/2003 Grade: A Views: 50