D6, SQL Srvr 2000, using BDE (old app.....)
Win XP (SP2 on Ok pc, not sure about other)
Hi all. I have a stored proc with runs fine on both pc's.
The Delphi app. that calls it runs fine on my PC, but not on another. It produces the error :
"Field name cannot be longer then 31 characters. Try setting ObjectView to True on the dataset."
The field names can be upto 40 chars, which is OK (SQL Srvr claims 128 chars)
So looks like a Delphi issue.
Objectview is already true, but a bit stuck now!!
Win XP (SP2 on Ok pc, not sure about other)
Hi all. I have a stored proc with runs fine on both pc's.
The Delphi app. that calls it runs fine on my PC, but not on another. It produces the error :
"Field name cannot be longer then 31 characters. Try setting ObjectView to True on the dataset."
The field names can be upto 40 chars, which is OK (SQL Srvr claims 128 chars)
So looks like a Delphi issue.
Objectview is already true, but a bit stuck now!!