Has anyone been using the new SQL Tools LIB.
I have 3 questions.
1) I used to set the the authorisation code in the FF_WINMAIN. The new SQL Tools help file says in the .INC File. What is the best way using FF?
2) I want to LINK the PBLIB so that I have one exe. Where do I put the LINK statement?
3) Should I include the .inc file in my project or INCLUDE it somewhere?
Thanks for any answer and have a great sunday!
Marc
I would think that you would put both the #INCLUDE and #LINK in FF_AppStart.
The Auth Code in SQLT3.INC should work fine, since you will always need that include file for a SQL3 project.
I haven't made all the changes yet to use PB10/FF3, but that is where I would start.
Thank you Pat,
will let you know.
regards,
Marc
That worked perfectly, thanks.
Marc
By the way,
I only had to change one statement SQL_ResColStr into SQL_ResColString .
Marc