similar to: edge_rails, sqlserver, and an error!

Displaying 20 results from an estimated 300 matches similar to: "edge_rails, sqlserver, and an error!"

2006 Jun 26
1
Rake + SQL Server + Migrations == Errors. Help?!
Hello all, I''m trying to initialize my migrations against a current database implementation. rake db:schema:dump runs without error. The resulting schema.rb is pasted below, along with my database.yml Can one of you point me in the direction of enlightenment? -- ------------------------------ Apple MacBook. Black. It''s the new White! ------------------------------ Peter
2006 Mar 28
2
ADODB and SQLServer
Hey Guys, I''m absolutely stumped by this error. I haven''t seen it during any of my development, or working in production until just this week. Randomly, rails app becomes totally inaccessible until I restart the webserver. I tossed in some custom error messages stuff, so I could get the client to send me mail when it broke, and this is the error I''m getting:
2006 Mar 04
1
How to install Markaby as a Rails plug-in
After many hours of messing around and researching... I''m still unable to get why''s Markaby installed as a Rails plug-in. The command below is what I keep seeing everywhere: ruby script/plugin install http://code.whytheluckystiff.net/svn/markaby/trunk It seems like code.whytheluckystiff.net isn''t responding... Maybe I''m missing something... :) Is there an
2005 May 18
0
caci problem in CentOS-4
i installed cacti following the INSTALL file but if i try to view cacti url it shows this error: Warning: mb_ereg_replace(): mbregex compile err: premature end of regular expression in /var/www/html/cacti/include/config.php on line 43 Warning: mb_ereg_replace(): mbregex compile err: premature end of regular expression in /var/www/html/cacti/include/config.php on line 44 Warning: Cannot modify
2008 Jul 01
2
Wine+ADODB+PostgreSQL
I'm trying to write VB6 code to get data from a PostgreSQL server running on Fedora 7 Linux. Running the code in Win XP there is no problem, but when I try running under Wine on the linux server itself I get no rows returned from my database even though the logs show I'm connected and PostgreSQL has located the data I requested. I'm using an ADODB connection with a DSN. However the
2004 Nov 22
1
wiki down ?
im getting: Fatal error: Unknown function: mssql_get_last_message() in /var/www/html/tikiwiki-1.8.2/lib/adodb/drivers/adodb-mssql.inc.php on line 415 to the wiki.. Jason
2009 Jun 24
3
Missing php* packages
Hello, I am trying to migrate one of our fedora-based servers to CentOS. Our PHP developers doesn't allow us to switch because there are no crucial (for them) php packages: php-smarty php-adodb php-accelerator It is not acceptable for us to download sources and compile them and repeat the process each time there is a security bug. Can you recommend any repository which will deliver all the
2010 Jan 10
2
xmlToDataFrame#Help!!!
I'm struggling with interpreting XML files created by ADODB as data.frames and I'm looking for advice (see attached example file). Note: This file contains a result set which comes from a rectangular data array. I've been trying to play with parameters to the xmlToDataFrame function in the XML package but I dont get it to extract the data frame. This is what the result should look
2007 Mar 19
2
Visual Basic Applications
Hello everyone, First of all, I apologize for my poor English. I am a beginner with Wine and I am already astonished by the possibilities given by such a software. In fact, I got a VB application that I want to use under my Ubuntu Dapper Distrib. This application is based on the creation of some objects as : - scripting.filesystem - scripting.dictionary - msxml2.serverXMLHTTP -
2006 Mar 28
0
Ruby 1.8.4 broke my Rails 1.1
I''ve been running edge_rails on ruby 1.8.2 for a while pretty successfully. Today, I decided to unfreeze_rails, install the new gem for 1.1 and then while I was at it, upgrade to Ruby 1.8.4. I did the whole configure, make, make test, make install. When I fired up rails, I started getting all sorts of errors:
2006 Mar 28
8
Problem connecting with an SQL Server 2000 database
Hi, I?m working on a rails application that uses data from an existing ms sqlserver 2000 database. Unfortunately I can?t get the connection to work properly. I used http://wiki.rubyonrails.com/rails/pages/HowtoConnectToMicrosoftSQLServer to make the connection. - Inserted the ado.rb - Changed my database.yml to development: adapter: sqlserver database: database_name host:
2006 Feb 06
0
sqlserver image columns
I am trying to upload word docs to an image column. I followed the cookbook for how to upload files and it works on a MySQL db (upload and download) on SQLServer however I get the following error DBI::DatabaseError: Execute OLE error code:80040E07 in Microsoft OLE DB Provider for SQL Server Operand type clash: text is incompatible with image HRESULT error code:0x80020009 Also I when
2010 Jan 10
1
xmlToDataFrame#Help!!!#follow-up
Dieter Menne pointed out that the (small) xml attachment didn't make it. Here is an in-line version (see end of message). Let's hope it works this time. I'm struggling with interpreting XML files created by ADODB as data.frames and I'm looking for advice. Note: This xlm contains a result set which comes from a rectangular data array. I've been trying to play with
2007 May 31
0
Rails AR/SQLServer Unit Test: [6912] failed (but getting better)
"bitsweat" has given AR/SQLServer some love, but it''s still unhappy... http://dev.rubyonrails.org/changeset/6912 ------------------------------------------------------------------------ r6912 | bitsweat | 2007-05-31 10:15:56 -0700 (Thu, 31 May 2007) | 1 line Fix an edge case with find with a list of ids, limit, and offset. Closes #8437.
2006 Mar 28
12
cached-model broken with Rails 1.1
It looks like cached-model is broken again under rails 1.1. Can anyone confirm? Note that the exception below indicates it''s trying to treat CachedModel as the class name of the model, rather than using the proper class name (which is Entry in this case, and the table called entries). This is a model using Single Table Inheritance and acts_as_tree, and worked just fine under 1.0 and
2006 Mar 07
10
[PREVIEW] SmallCap
Somebody suggested SmallCap and that sounds great. This is by no stretch of the imagination Capistrano, so it might better be named MicroCap but it may be useful to some who have (as I do) modest needs in this regard, especially for on-server versioning. Here''s a preview of the usage: Usage: ruby smallcap.rb [options] -s, --server=SERVER Copies app to specified
2006 Nov 04
0
ProbleM!!!!!!!!!!!!!!!!!!
Hi, I trieed umpteen times to connect ruby on rails to MSSQL server using the standard procedures and I always get the samw error. As I was previously working with MYSQL I faced no problem .Now at a time critical situation I need a solution for this........... Open OLE error code:800A0E7A in ADODB.Connection Provider cannot be found. It may not be properly installed. HRESULT error
2007 Sep 05
9
Profanity Filter for Rails Application
I am creating an application that allows a user to post messages to a board. I want to be able to filter profanity. For instance if someone types an inappropriate word of 5 characters I want it to read "#?@#@" or whatever. Ideally, I would be able to install a rails plugin or ruby gem and then simply write Code : - fold - unfold --> message_text.hide_profanity! <-- and that
2008 Dec 15
7
MS Visio 2003 - Wine 1.1.10 - Ubuntu 8.04
I would like to install (and work) with Visio 2003 using Ubuntu 8.04 and Wine 1.1.10. I have tried to install using setup.exe and the setup app started all looked ok then right at the end of the install it crashed with a "cannot find the wscript.exe" I tried to start Visio and as if i couldn't work this out Visio didn't start. I started to look at the forums to see if someone
2002 Mar 02
0
DCOM und ADODB
hi, i want to install a program under wine that's written in vb and uses ado which itself needs dcom. dcom cannot be installed because rundll32.exe is missing (i try to do this without installing windows). as far as i understood until now i must write the dlls to a config file, but i do not know how and which. has someone already installed ado, dcom and vb runtime and if how it is done?