| View previous topic :: View next topic |
| Author |
Message |
haru Voice
Joined: 22 May 2008 Posts: 1
|
Posted: Thu May 22, 2008 3:22 pm Post subject: fastbase sql help |
|
|
Any help will be greatly appreciated because i need it fast. I am new to tcl and mysql. I am using a tcl script but i need to use it with mysql. The interface between mysql and tcl is FASTBASE sql. I need to know steps on how to build the file and install fbsql.dll in my computer. I am using windows. I have active tcl 8.5.2 and mysql server 5.0 already installed. Fasebase sql website is http://www.fastbase.co.nz/fbsql/index.html and i dont understand how they installed fbsql.dll on windows. Could someone please tell me the steps to install fbsql on windows to make tcl and mysql work together?
Thank you for all the help |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Thu May 22, 2008 3:33 pm Post subject: |
|
|
Check out mysqltcl which is a package that comes with Tcl by default. You can also see many examples of how to use it by searching the forum. _________________ Follow me on GitHub
- Opposing
Public Tcl scripts |
|
| Back to top |
|
 |
speechles Revered One

Joined: 26 Aug 2006 Posts: 1398 Location: emerald triangle, california (coastal redwoods)
|
Posted: Thu May 22, 2008 7:22 pm Post subject: Re: fastbase sql help |
|
|
| haru wrote: | Any help will be greatly appreciated because i need it fast. I am new to tcl and mysql. I am using a tcl script but i need to use it with mysql. The interface between mysql and tcl is FASTBASE sql. I need to know steps on how to build the file and install fbsql.dll in my computer. I am using windows. I have active tcl 8.5.2 and mysql server 5.0 already installed. Fasebase sql website is http://www.fastbase.co.nz/fbsql/index.html and i dont understand how they installed fbsql.dll on windows. Could someone please tell me the steps to install fbsql on windows to make tcl and mysql work together?
Thank you for all the help |
They didn't install the .dll, as dll's don't get installed. They merely load it within the tcl script (fbsql.dll goes in modules folder where dll's go). See here on how to access the functions contained within and how to script using it. |
|
| Back to top |
|
 |
|