Re: sqlcxt error [message #75913] |
Tue, 05 March 2002 22:20 |
kamal
Messages: 12 Registered: February 2002
|
Junior Member |
|
|
i faced the same problem and after reading
ur reply my program is working fine.
in my system the libraries orasql8.lib and
orasqx8.lib are intially in the directory c:oracleora81precomplibmsvc.
i copied the orasql8.lib and
orasqx8.lib libraries fom the directory c:oracleora81precomplibmsvc to the directory C:Program FilesMicrosoft Visual StudioVC98Lib.
then i select project-->setting and link tab, appended the libarary orasql8.lib and
orasqx8.lib to the box object/library modules.
|
|
|