cheerfulskeptic
Programmer
Hello,
I am joining an SQL Server Table to a Pervasive SQL table in a report, and am consistently getting an invalid descriptor index error.
Here's the structure
SQL Server tables:
tbl_accounts
all fields are nvarchar and fld_MAXID is char(7)
tbl_territory
all fields are nvarchar
fld_territoryID is joined to tbl_accounts.fld_territoryID
tbl_regions
all fields are nvarchar
fld_regionID is joined to tbl_territory.fld_regionID
Pervasive SQL (2000) Fields:
Table Invoice Detail
fields vary, but CUSTID_23 is joined to fld_MAXID in tbl_accounts.
When I just have tbl_accuonts, then the report works fine. But when I add the tbl_territory and tbl_regions, I get the invalid descriptor index error (or sometimes I dont get the error, but I dont get any records from Invoice Detail either).
What could the problem be?
thanks!
I am joining an SQL Server Table to a Pervasive SQL table in a report, and am consistently getting an invalid descriptor index error.
Here's the structure
SQL Server tables:
tbl_accounts
all fields are nvarchar and fld_MAXID is char(7)
tbl_territory
all fields are nvarchar
fld_territoryID is joined to tbl_accounts.fld_territoryID
tbl_regions
all fields are nvarchar
fld_regionID is joined to tbl_territory.fld_regionID
Pervasive SQL (2000) Fields:
Table Invoice Detail
fields vary, but CUSTID_23 is joined to fld_MAXID in tbl_accounts.
When I just have tbl_accuonts, then the report works fine. But when I add the tbl_territory and tbl_regions, I get the invalid descriptor index error (or sometimes I dont get the error, but I dont get any records from Invoice Detail either).
What could the problem be?
thanks!