Board index » delphi » StoredProcs, Queries w/params work on Win95 not in WinNT

StoredProcs, Queries w/params work on Win95 not in WinNT

To anyone:

I got blindsided by this one. When I put a working version of the app I
was working on on an NT box, I got messages that said "Capability not
supported" and "Operation not applicable" when I tried to work with
these two items against a MS-SQL 6.5 backend. This isn't good since
almost have the people that will be using the app will be on NT.

Is there a known issue I should look for? Can this caused by the ODBC
drivers (2.65.0213 on the Win95, and 3.50.0305 on the WinNT)? Has anyone
run into this problem before?

Any input would be appreciated!

Tks in advance,
-Tom

 

Re:StoredProcs, Queries w/params work on Win95 not in WinNT


Quote
Thomas Phaneuf wrote in message <6j7s8b$p7...@gte1.gte.net>...
>To anyone:

>I got blindsided by this one. When I put a working version of the app I
>was working on on an NT box, I got messages that said "Capability not
>supported" and "Operation not applicable" when I tried to work with
>these two items against a MS-SQL 6.5 backend. This isn't good since
>almost have the people that will be using the app will be on NT.

I've run into those error messages when the other computer had an older copy
of the BDE installed. Check that out.

        -- Kirk

Re:StoredProcs, Queries w/params work on Win95 not in WinNT


Kirk,

Thanks, but that's what I had thought too, so I got on the web and found the
latest BDE and installed it, only to have the same problems. Any other ideas?

-Tom

Other Threads