SQL Yoga Installation problem

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

SQL Yoga Installation problem

Post by townsend » Mon Feb 21, 2011 10:55 pm

I'm getting this error, "Please start using the SQL Yoga library stack before opening this plugin."

I've been following the instructions on the tutorial installation page.
revolution.screenstepslive_com/spaces/revolution/manuals/sqlyoga_plugin/lessons/6668-Installing-the-PlugIn
(change _ to .)

What is this "SQL Yoga library stack"? There are only two .rev files in the installation zip.
bmlsSQLYogaPlugin.rev
sql_yoga.rev

I've created a new folder called plugins in my work folder, and entered that folder in then Preferences,
User Extensions field. The put the bmlsSQLYogaPlugin.rev file in there. That wasn't it.

When I put the bmlsSQLYogaPlugin.rev file in the LiveCode\Plugins folder off of c:\Program Files, then SQL Yoga plugin was listed in the Development, Plugins, list, but was unusable, That wasn't it either.

What is this, "SQL Yoga library stack" and where does it need to be?
88 sql yoga error.JPG
88 sql yoga error.JPG (34.66 KiB) Viewed 3948 times

townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

Re: SQL Yoga Installation problem

Post by townsend » Tue Feb 22, 2011 5:33 pm

Trevor DeVore, the author of SQL Yoga has his own Forum.

I posted this message there, and got a quick response.
The SQL Yoga library is the sql_yoga.rev file. Here is a lesson that discusses the concept of library stacks and how to use sql_yoga.rev in the IDE.

revolution.screenstepslive_com/spaces/revolution/manuals/sqlyoga/lessons/6794-How-To-Use-the-sql-yoga-rev-Stack-File-In-the-IDE
(note replace _ with .)

Once you have started using the SQL Yoga library then the plugin will function properly.
Step 1- Open stack, sql_yoga.rev
Step 2- Into immediate Message Box enter command, "Start using stack LibSQLYoga"
Step 3- Message Box Verify Result, enter command "Put the stacksinuse"
Step 4- THEN, from Development, Plugins, open, "bmlsSQLYogaPlugin"

Post Reply