×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Just a guess, but STRSQL may have just allowed the connection to use the default schema.
If no default schema is defined for a user account, SQL Server will assume dbo is the default schema.
There are subtle differences between STRSQL and a static SQL or Prepared sql statement in a SQLRPGLE program.
The dot dot wasn't a qualifier for the table, but a placeholder for the schema.
Database.schema.table
Chris Hiebert
Senior Programmer/Analyst
Disclaimer: Any views or opinions presented are solely those of the author and do not necessarily represent those of the company.
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of D*B
Sent: Tuesday, August 30, 2016 1:33 AM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Subject: Re: Using SQL CONNECT problem to MS SQL database
<Darryl>
The problem I had is resolved. Somewhat of a stupid issue but that
comes from not being a MS SQL developer.
The issue with the double dot in the file name as in
AXTRN01..UNITOFMEASURE'
(which was provided by the DBA) was resolved by changing it to
AXTRN01.dbo.UNITOFMEASURE' ;
What had me is that the double dot works in STRSQL but would not work
in RPG.
</Darryl>
... strange, very strange:
trying to use a doubled dot as a qualifier of a table (select ... from
somelib..sometable) from STRSQL on diffrent boxes, I always get a token not valid?
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
As an Amazon Associate we earn from qualifying purchases.