search for: ado

Displaying 20 results from an estimated 195 matches for "ado".

Did you mean: add
2006 Jan 23
4
Proposal: Deprecate ADO support in the SQL Server adapter
The SQL Server adapter can currently operate in two modes, ADO and ODBC, each of which uses a different interface to access the db. The ADO interface is currently the default, while ODBC can be specified as an option. I propose this situation is reversed, and that use of the ADO interface is deprecated, if not removed altogether. Here are some reasons, I...
2003 Sep 19
5
couldn't write to home dir
...essage , that disk is full.. disk isn't full, and permission are set correct I don't know, where should be a mistake, I check configuration problably 100x, but I haven't found any problem in it.. have you ever had someone similiar problem? thx a lot andrej -- >> jabber: ado@njs.netlab.cz << >> e-mail: ado@nirvanaclub.sk << ---------------------------------------- // just visit> http://www.nirvanaclub.sk
2008 Jan 17
6
Problems with sqlserver 2000 and ActiveRecord
...ablish_connection( :adapter => "sqlserver", :database => "nombre_bd", :username => "usu", :password => "contra" ) I have the next error: C:/ruby/lib/ruby/site_ruby/1.8/dbi.rb:329:in `load_driver'': Unable to load driver ''ADO'' (DBI::InterfaceError) I don''t understand whre''s the matter, i have installed the client tools of sql server 2000 and 2005, and i have installed visual studio 2005 too (i should have installed the sql server ado provider). If i try using ODBC, neither works. I can conne...
2006 Mar 13
2
Connectivity to Microsoft SQL Server using ADO
...er_name username: user_name password: your_pw_here in database.yml for your SQL Server connection doesn''t work. Some debugging code reveals that only the password comes through into sqlserver_adapter.rb when you use it. I''m not sure why. NOTE - you still have to copy the ADO.rb file per the HOWTO However, this seems to work: development: adapter: sqlserver database: database_name host: DBI:ADO:Provider=SQLOLEDB;Data Source=localhost,1692 username: user_name password: your_pw_here Platform: Windows XP Professional Rails 1.8.2 DBI 0.2 ADO 0.1 -- Posted vi...
2008 Dec 03
4
ActiveX & ADO?
Hi Folks I recently got back the message below form a company I suggested supporting WINE with their software. Is there any answer - or is it, as they suggest, a lost cause? The error I get from WINE is: RTG Bills (title) ADO error 1AD ActiveX component can't create object [OK](button) Is there anyway to have ActiveX & ADO work with WINE? Regards, Morgan. > No, RTG Bills won't run under Wine. The error message explains why: > >> ActiveX component can't create object > > ActiveX co...
2006 Jan 05
3
MS SQL server connection problems
I am trying to connect to a remote sql server and I am getting the following error: c:/ruby/lib/ruby/site_ruby/1.8/DBD/ADO/ADO.rb:57:in `connect'': Open (DBI::Databa seError) OLE error code:80004005 in Microsoft OLE DB Provider for SQL Server [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. HRESULT error code:0x80020009 Exception occurred. from c:/...
2003 Nov 19
0
Map and Guide & ADO
...that some programs worked better with the "summer versions" of wine - e.g. StarCraft uses to work out of the box. Ciao, Olaf Am Die, 2003-11-18 um 22.03 schrieb Tom: > Olaf Leidinger wrote: > > Hello! > > > > I'm trying to run MAP and Guide 9.0, but it needs ADO V.2.5 > > So I tried to install mdac from Microsoft, but both version 2.5 and 2.6 > > crash before installing anything. I've extracted the cabs and installed > > everything, but it would be cool to have the registry entries added by > > the installer, so that M&G kno...
2007 Sep 04
0
RoR on windows with MS SQL Server DBI:ADO driver Memory Leak
i''m running ruby 1.8.5 and rails 1.2.3 on windows with a bunch of mongrels that are proxybalanced via apache 2.2.4 the db adapter i''m using is the sqlserver one in ADO mode. so it''s using win32ole. when a mongrel service is freshly started it consumes about 40 megs of ram. but about each and every request is leaking memory. about 20 megs per hour(!!!). so after half a day the mongrel processes are at 300 meg each and the server barely responds at all....
2006 Jul 26
7
Delete_all causes a deadlock on MSSQL database ???
Hi all, When i use the ''delete_all'' function to remove a few rows from my database, it causes a deadlock on the sql server. The delete seems to be successful, it then redirects to the ''view'' page, and the record does appear to be deleted as far as the ''view'' rails page shows. BUT if i go into sql query analyser, i can''t do a
2006 Aug 18
5
potential enterprise rails project
...sites or multi-tier databases. For the foreseeable future, I am the sole developer on this project. I''ve been following Ruby and Rails for 6 months or so, and excited that I (almost) have the opportunity to work with it. My boss at first approved that I do it in Rails, and also that I use Adobe Flash/Flex for the front end. Now he is uncertain with typical concerns regarding enterprise-level use of and commitment to an unknown platform. He is a competent developer, though now mostly concerned with the business. So, I have some questions : 1) Rails it seems intentionally ignores databa...
2003 Mar 16
1
single rsync of large directory structure versus several smaller rsync's
.../home/user2) etc. In the end, I should have the exact same backup either way. However I feel safest doing it as multiple rsyncs (one for each user). I am doing this because I want to avoid a case in which some fatal error on a particular dir kills off the whole rsync. For example, given: /home/adoe /home/jdoe /home/zdoe If I do: rsync -vaze ssh /home/ I am afraid that if /home/adoe had a fatel error (one that kills rsync) all dirs past it would not be backed up and given an over-worked sysadmin (never!) we might miss the error until the day we need the backups. If I do a seperate: rsy...
2005 Mar 02
4
All I want for Christmas
is to run my Rails app on lighttpd .... Unfortunately, I am tied to SQL Server, and the database connector requires ADO.rb which only runs on Win32. And lighttpd doesnt run on Win32. *sigh* _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
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: DBI:ADO:Provider=SQLOLEDB;Data Source=server_name;Initial Catalog=database_name;User Id=user_name;Password=your_pw_here; username: user_name password: your_pw_here But I keep getting the follo...
2012 Jun 03
2
a question about subsetting
...ss so far, and I thank you all R gurus for all your generous help! That being said, my question is about applying a model or an analysis to different groups based on a grouping variable. Below is the first six rows of my data:    ID Group1 Group2 Mem   Gen Chance MSELGM MSELVR MSELFM MSELRL MSELEL ADOS Age 1  1      1           1        75     50.0     50         53               52            62             57            56        3        25 2  2      1           1        75     12.5     50         46               48            47             52            55        2        30 3  3      1  ...
2004 May 28
2
Problem with ADO connection
...catalog for the restaurant equipment service industry. The application installs flawlessly under crossover wine 3.0. It executes fine, too. Except that it does not see its data. In the programs log file, I see a message "3704 Operation is not allowed when the object is closed (Caused by ADODB.Connection) occurred while refreshing display." The application is not client server, in that the whole application runs on one machine. But it does seem to try to open an ADO connection to itself. I get no obvious error message from wine, but the hourglass cursor stays up indicating that...
2006 Feb 21
4
Cross-Machine COM-Calls under Wine...
are working now, using our own implementation of a COM-RPC-Server. If you want to test a Server/Client-Pair - here's our free Download: www.datenhaus.de/Downloads/dh_RPC.zip For a successful test under wine, you have to Install the Redistributables of an actual VB6-Runtime and some ADO-Distributable >=2.5 first. I've tested the whole thing under a Debian-Sid with a somewhat older Kernel (2.6.9), but with a new "apt-getted" Wine-Version (0.97). The Installation of the VB6-Runtime and the ADO-Redist was not possible, until I figured out, that a prior install of IE...
2006 May 29
3
is Sql Server support built in?
Have installed ruby-one-click installer 1.8.4-16 and rails. Am unable to get an app to talk to by SS2000 database using adapter: sqlserver. Is Sql Server support built-in, or do I need to install something else? -- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment
2006 Nov 04
0
Weak DBI support for MSSQL (was rails and MSSQL transactions)
There is something seriously wrong with DBI support for SQL server. I have tried both DBI::ODBC and DBI:ADO and the following code always fails. ---------- Code require ''dbi'' host= "DEVELOPMENT_DATABASE_SERVER" database="adventureworks2000" username="someusername" password="Somepwd" db = DBI.connect("DBI:ADO:Provider=SQLOLEDB;Data Source=#{...
2006 Jun 28
4
Problem with nvarchar in MS SQL Server 2000
Hello, after putting ADO.rb into Directory \ruby\lib\ruby\site_ruby\1.8\DBD\ADO\ I created a Rails-Application with MS SQL Server 2000 as Database. Everything works fine, but into the nvarchar-Field "notice" i can''t store more than about 50 or 60 characters MS SQL Server Query analyzer says, this fi...
2006 May 01
1
Rails: Ho to connect to SQL Server
Hi, I tried the steps explained in this link: http://wiki.rubyonrails.org/rails/pages/HowtoConnectToMicrosoftSQLServer The article t refers me to: src/lib/dbd_ado/ADO.rb But the file: dbi-0.1.0.tar.gz does not contain the src folder. Instead, it contains this file: \lib\dbd/ADO.rb Am I missing some steps, or this is a document inconsistency? Thank you, Alan -- Posted via http://www.ruby-forum.com/.