nm /cygdrive/c/Program\ Files/PostgreSQL/17/lib/libocesql.a | grep OCESQLConnect
0000000000003640 T OCESQLConnect
00000000000039a0 T OCESQLConnectInformal
00000000000037c0 T OCESQLConnectShort
see how the line above where it connects has the \
thanks
Sent with Proton Mail secure email.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
cobc -x -v -o INSERTTBL INSERTTBL.cob "-I/cygdrive/c/Program Files/PostgreSQL/17/include" "-L/cygdrive/c/Program Files/PostgreSQL/17/lib" "/cygdrive/c/Program Files/PostgreSQL/17/lib/libpq.a" "-L/usr/local/lib" "/usr/local/lib/libocesql.a" -locesql -lcob
nm /cygdrive/c/Program\ Files/PostgreSQL/17/lib/libocesql.a | grep OCESQLConnect
0000000000003640 T OCESQLConnect
00000000000039a0 T OCESQLConnectInformal
00000000000037c0 T OCESQLConnectShort
see how the line above where it connects has the \
thanks
Sent with Proton Mail secure email.