SQL Tools SLL Firefly

Started by Marc van Cauwenberghe, April 10, 2011, 12:51:02 PM

Previous topic - Next topic

Marc van Cauwenberghe

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


Pat Dooley

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.

Marc van Cauwenberghe

Thank you Pat,

will let you know.

regards,
Marc

Marc van Cauwenberghe

That worked perfectly, thanks.

Marc

Marc van Cauwenberghe

By the way,

I only had to change one statement SQL_ResColStr into SQL_ResColString .

Marc