473,379 Members | 1,252 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Pass Through query error -7778

Seth Schrock
2,965 Expert 2GB
I'm trying to create a pass-through query and I'm getting an error -7778 'no message with this error'. A google search seems to point to the connection string. However, I'm copying and pasting from the connection string that I used to create an ADODB recordset that works just fine. Is there a difference for a pass-through query (other than the ODBC; at the beginning)? I'm using a DSN-less connection.

It works just fine if I use a DSN, but I don't want to.
Nov 19 '18 #1
4 897
Brilstern
208 100+
Seth,

Do you mind posting the snippet that is causing the error?

-Bril
Nov 19 '18 #2
Seth Schrock
2,965 Expert 2GB
This is my connection string (with username and password changed).
Expand|Select|Wrap|Line Numbers
  1. DRIVER={Progress OpenEdge 11.6.3 driver};
  2. HOST=ibm;
  3. PORT=2500;
  4. UID=myUser;
  5. PWD=myPwd;
  6. DB=vision;
  7. EncryptionMethod=1;
  8. CryptoProtocolVersion=TLSV1,TLSV1.1,TLSv1.2;
  9. ValidateServerCertificate=0;
  10. DIL=0;
On the query it has ODBC; at the beginning.
Nov 19 '18 #3
Seth Schrock
2,965 Expert 2GB
A little more troubleshooting...

I just tried to append a link to one of the tables in my query using the same connection string and it failed with the same error message.
Nov 19 '18 #4
Brilstern
208 100+
Yeah... I am still researching, but it tends to be a common problem when attempting pass-through queries DSN-less. Most (from what I have read) just move to a DSN file based connection and give up... Still looking though.

-Bril
Nov 19 '18 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Stijn Goris | last post by:
I get an error when trying to insert a new row: query error- 5 - Duplicate entry '80.200.213.102 Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Avant Browser ; MyIE2; .NET CLR 1.0.' for key 1...
2
by: Jim Hatfield | last post by:
I'm using: "select min(objid) from table_name where objid > $objid" to select the next row in a sequence where there may be gaps. It works fine unless the where clause results in an empty set. ...
4
by: Corey | last post by:
All, I am relatively new to XML and I have what may sound like a dumb question. I want to pass a query string variable to my xml document and filter the output based on that variable. For...
4
by: news-server.tampabay.rr.com | last post by:
Hi, Below is a stock script I found which controls a framed environment. My problem is that if a URL has a query string attached, that string does not pass through. Can someone please let me...
15
by: deko | last post by:
I need a way to create a table with a programmatically defined name. I have a Make Table query that will create the table with the name that I put in the query, but I don't know how to (or if I...
3
by: jallegue | last post by:
I am working with MS-Access 2002. The two tables that I am working with are: dbo_IDX_FRS_account_bal_by_month ==> this is a linked table to SQL == local table The query that is executed is...
0
by: kai | last post by:
Hi, All I use VB.NET to create a database application, I create a trigger for "Order" table. Every time a order is placed, UnitsOnStock will be reduced on "Inventory" table. If UnitesOnStock <...
12
by: Kevin Blount | last post by:
I'm having a very odd issue, that arose this morning after working fine yesterday... here's a very simple script: 1: <?php 2: $test = $_GET; 3: echo "Hello" . $test . "<p>"; 4: ?>
4
by: franc sutherland | last post by:
Hello, I am using Access 2003. I am having trouble trapping the "can't append all the records in the append query" error message when appending data to a query from a table which is linked to...
1
atksamy
by: atksamy | last post by:
i have the following code On Error GoTo TableTest_Error Set rs3 = CurrentDb.OpenRecordset(strsql3) GoTo continue ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.