Re: [fpc-pascal] Writing a Console App in FreePascal that connects to MySQL

2015-03-26 Thread LacaK
How should FConnection and FTransaction be declared or are the declared in a library somewhere? I have the following source code which is based on the web site http://wiki.freepascal.org/SqlDBHowto, but does not compile: There was typo Change FConnection to MyConnection and FTransaction to

[fpc-pascal] Writing a Console App in FreePascal that connects to MySQL

2015-03-26 Thread Terry A. Haimann
I was trying to see how to write a Console Appication in FreePascal that will connect to MySQL. I know how to do this in c, but thought it would be interesting to be able to do it in Pascal. How should FConnection and FTransaction be declared or are the declared in a library somewhere? I have t