Progress 10.0B
SQL Server 2005
ODBC driver: DataDirect 4.20 32-BIT OpenEdge SQL v10.0B
SELECT contact_fname
, contact_lname
, contact_company
, contact_type_nbr
FROM Linked_Server..PUB.contact (SQL Server 2005)
FROM PUB.contact (Open Edge SQL Explorer)
FROM contact (Webspeed Scripting Lab)
WHERE contact_type_nbr = 'some_string'
I get what I am looking for when running the above SELECT statement in webspeed & SQL Exploer, however when I run it in SQL Server I do not get any data or errors. This was a test SELECT statement, because I have a larger query that includes a join to this table, which would return null for this particular string through SQL Server and others but not all.
The strange thing is if I run the larger query the ones that are NULL when running through SQL Server are populated when running it through webspeed and the ones that are populated when running through SQL are not shown when run through webspeed. Basically, I appear to get data either way but I do not seem to get all of it.
I do not believe this has anything to do with this but I do not have an additional port for an ODBC instance of this database, I do not appear to be having any problems connecting so I did not do it. I have separate ODBC instances for all of my 9.1D DBs, is this necessay for 10.0B.
Any help would be greatly appreciated!
Shannon
SQL Server 2005
ODBC driver: DataDirect 4.20 32-BIT OpenEdge SQL v10.0B
SELECT contact_fname
, contact_lname
, contact_company
, contact_type_nbr
FROM Linked_Server..PUB.contact (SQL Server 2005)
FROM PUB.contact (Open Edge SQL Explorer)
FROM contact (Webspeed Scripting Lab)
WHERE contact_type_nbr = 'some_string'
I get what I am looking for when running the above SELECT statement in webspeed & SQL Exploer, however when I run it in SQL Server I do not get any data or errors. This was a test SELECT statement, because I have a larger query that includes a join to this table, which would return null for this particular string through SQL Server and others but not all.
The strange thing is if I run the larger query the ones that are NULL when running through SQL Server are populated when running it through webspeed and the ones that are populated when running through SQL are not shown when run through webspeed. Basically, I appear to get data either way but I do not seem to get all of it.
I do not believe this has anything to do with this but I do not have an additional port for an ODBC instance of this database, I do not appear to be having any problems connecting so I did not do it. I have separate ODBC instances for all of my 9.1D DBs, is this necessay for 10.0B.
Any help would be greatly appreciated!
Shannon