Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
138 views

How to react to stack unwinding when destructors are not supported by a language?

Suppose you have created an instance of a Window class. The window is shown to the user. Then, an exception is thrown, and reference to the instance is lost, but the window is still seen by the user ...
3
votes
1answer
834 views

Undefined method 'total_entries' after upgrading Rails 2.2.2 to 2.3.5

I am upgrading a Rails application from 2.2.2 to 2.3.5. The only remaining error is when I invoke total_entries for creating a jqgrid. Error: NoMethodError (undefined method `total_entries' for ...
3
votes
1answer
281 views

Please recommend good reading about Squirrel

Please, share your favorite links on this language where one can learn the best of it. And also, please describe in few words the most important features of this language differing it form others ...
3
votes
8answers
2k views

Game Engine Scripting Languages

I am trying to build out a useful 3d game engine out of the Ogre3d rendering engine for mocking up some of the ideas i have come up with and have come to a bit of a crossroads. There are a number of ...
1
vote
0answers
141 views

Migrating from Squirrel to Active Record 3 Query Syntax

I'm currently migrating my app to rails 3 but made heavy use of Thoughtbot's Squirrel plugin in my rails 2 application. I'm looking to replace this as it doesn't work 100% with rails 3. My question ...
1
vote
2answers
2k views

Import from Excel to MySQL database using SQuirrel

I have an Excel spreadsheet with a few thousand entries in it. I want to import the table into a MySQL 4 database (that's what I'm given). I am using SQuirrel for GUI access to the database, which is ...
0
votes
1answer
18 views

Query to get all the column names and their type in Squirrel

I am using Squirrel SQL Client to access derby, sql server servers. I can access all the tables and their data from there. Could you please tell me a query to list all the column names, types with no ...
0
votes
1answer
625 views

ODBC: Data source name not found and no default driver specified

I'm trying to make a connection to a sql server on a local lan but I keep getting the following error, sqlTest: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver ...
0
votes
0answers
213 views

sphinx searchd connection via MYSQL squirrel client

how do I connect to sphinx searchd via squirrel client? I tried these jdbc url string, didn't work: jdbc:mysql:127.0.0.1:9306 jdbc:mysql:127.0.0.1:9312 I am able to connect via local command: ...
0
votes
1answer
175 views

How to insert asian characters using Squirrel Sql

I'm running Squirrel-SQL on Ubuntu. I cannot write chinese characters on Squirrel, but I can write them in another text editor and copy+paste into squirrel. However, when I run the update and select ...
0
votes
1answer
224 views

Squirrel sql client session timeout problem

It is not related to whatever version it is, just working to find out how to change (of course increase) session timeout value of Squirrel Sql Client. Because I really get bored of getting kind of ...
0
votes
2answers
379 views

How can I list all tables in a database with Squirrel SQL?

I use Squirrel SQL to connect to a JavaDB/Derby database on my desktop. I can run SQL queries. But how can I list all tables in the database? And preferably all column and column types.
0
votes
2answers
439 views

How can I store the result of a SQL query in a CSV file using Squirrel?

Version 3.0.3. It's a fairly large result-set, around 3 million rows.
0
votes
1answer
2k views

Symbols not found error when linking iPhone app in Xcode

Whenever I try to compile my iPhone app which i am porting I get linking errors. The app uses a scripting language called Squirrel (to read the level files, fine by the SDK, no user input). I have ...