Posts by herculano • 23 points
3 posts
-
1
votes0
answers51
viewsQ: Syntax error: Missing 'integer' when creating stored Mysql files
While trying to create the stored file below, I get the title error in line containing: Kill Nid; What am I doing wrong: DELIMITER // DROP PROCEDURE IF EXISTS ClearDB// CREATE PROCEDURE ClearDB()…
-
0
votes1
answer186
viewsQ: Using Ruby on Rails is it possible to perform external functions on the client side?
Example: On the computer that is with the browser accessing the page, with the proper permission, run a function in a DLL installed in it? Complementing: My intention was to use on an intranet, and…
-
1
votes1
answer696
viewsQ: After renaming a field in a table, how do I update the entire Rails project?
I used Scaffold to generate a small project, then I changed the name of a field into a table, (something that’s rare but happens in real life), how do I update the whole project? P.S.: Rake…
ruby-on-railsasked herculano 23