Viewing 6 posts - 1 through 6 (of 6 total)
Sir, all those fields in the where clause are the indexes. I think indexes in AS 400 are just the same with keys in SQL. Sir, to tell you...
August 8, 2003 at 11:04 pm
Client Access ODBC Driver (32-bit)!
Sir, can you recommend me some other driver(s)?
August 8, 2003 at 10:20 pm
Yes Sir, i can succesfully make a select statement using openquery or using the fully qualified table name. When i added a link server on our SQL, i used an...
August 8, 2003 at 10:05 pm
Sir, i tried using fully qualified table name like this :
select * from LEAVESBOX.S102CCCM.LVSDEVLIB.LVSNP
select statements worked but when i tried the insert or update statements...
August 8, 2003 at 9:19 pm
Mr. Allen Cui,
as you requested, i have installed and run the MS DTC (Distributed Transaction Coordinator ) service of MS SQL and run the script below:
...
August 7, 2003 at 9:08 pm
i have tried the example refered to me by allen.
begin tran
SET QUOTED_IDENTIFIER OFF
SET XACT_ABORT ON
declare @cmd varchar(2500)
Select @cmd = 'Update openquery(LEAVESBOX,''Select SNER,SNBHNO,SNEN,SNLC,SNASDT,SNAEDT,SNUPD...
August 7, 2003 at 7:01 pm
Viewing 6 posts - 1 through 6 (of 6 total)