Thanks for the help.
Eric
If SQLLinks I'm not sure Oracle 9i is supported (Someone else might be able
to confirm this). If ODBC can you let me know which version and I'll give it
a try with D7 and the BDE (don't have D5 or D6 installed any more).
Also which version of 9i (9.0.1 or 9.0.2), SQLPLUS should tell you when you
log in.
I you are using Oracle a lot I would strongly recommend that you drop the
BDE and use Direct Oracle Access (DOA)
http://www.allroundautomations.com/doa.html
Regards
Dion.
"HaganRJ" <ronald...@keesler.af.mil> wrote in message
news:3fa6884a$1...@newsgroups.borland.com...
Oracle's SQL doesn't have Boolean data type, but then nether does MS SQL (it
has bit, but not Boolean).
Dion
"Eric Hill" <er...@ijack.net> wrote in message
news:3fa68ab3$1...@newsgroups.borland.com...
The BDE using SQLLinks does not see the Boolean parameter.
The BDE using ODBC does see the Boolean parameter, but thinks it is a float.
Pass in a number raises an error from Oracle saying the data types are
incorrect.
ADO (Using the Oracle provider) sees the parameters as an interface, I
wasn't able to figure out what to pass.
DOA (Direct oracle access) doesn't have a Boolean parameter. I haven't had a
good look, but in my quick try couldn't call it.
Looks like you are stuck changing the parameter to a char or a number.
Regards
Dion.
"HaganRJ" <ronald...@keesler.af.mil> wrote in message
news:3fa6884a$1...@newsgroups.borland.com...