search for: sqloledb

Displaying 11 results from an estimated 11 matches for "sqloledb".

2006 Apr 05
0
[SPAM] Problem with scaffolding on test setup
...model Recipe [following the Rolling with Rails Tutorial] ruby script\generate controller Recipe I also have a sql server 2000 database (rubytest) setup with the following database.yml: development: adapter: sqlserver database: rubytest username: sss password: sss host: DBI:ADO:Provider=SQLOLEDB;Data Source=WGCC;Initial Catalog=database_name;User Id=xxx;Password=xxx; test: adapter: sqlserver database: rubytest username: sss password: sss host: DBI:ADO:Provider=SQLOLEDB;Data Source=WGCC;Initial Catalog=database_name;User Id=xxx;Password=axxx; production: adapter: sqlserver d...
2006 Jun 14
0
Mssql Multiple Database Access Error
...teria from those databases. I followed the directions given at: http://wiki.rubyonrails.com/rails/pages/HowtoConnectToMicrosoftSQLServer to connect to the database with mssql Also my .yml file looks like the following: development: adapter: sqlserver database: GME_CCON host: DBI:ADO:Provider=SQLOLEDB;Data Source=satchel;Initial Catalog=GME_CCON;User ID=genesys;Password=**** username: genesys password: **** GME_CONFIG: adapter: sqlserver database: GME_CONFIG host: DBI:ADO:Provider=SQLOLEDB;Data Source=satchel;Initial Catalog=GME_CONFIG;User ID=genesys;Password=**** username: genesy...
2006 Mar 28
8
Problem connecting with an SQL Server 2000 database
...fortunately 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 following error message: Open OLE error code:800A0E7A in ADODB.Connection Provider cannot be found. It may not be properl...
2006 Feb 27
4
prepared query with RODBC ?
Dear List, Would anyone know how to perform prepared queries with ROBC ? I had a shot with some of the internal (non-exported) functions of the package but ended up with a segfault, so I prefer asking around before experimenting further... Thanks, Laurent
2006 Nov 04
0
Weak DBI support for MSSQL (was rails and MSSQL transactions)
...h 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=#{host};Initial Catalog=#{database};User Id=#{username};Password=#{password};") sql= ''Select FirstName, LastName from contact'' sth = db.prepare(sql) sth.execute # Print out each row while row=sth.fetch do p row db.do("select * from contact wh...
2006 Jun 03
1
Unable to connect to ms sql server.
I get the following error message when trying to connect to ms sql server: Open OLE error code:80040E4D in Microsoft OLE DB Provider for SQL Server Login failed for user ''XXXXXXXX''. HRESULT error code:0x80020009 Exception occurred. I google''d for those error codes but nothing useful so far. To set up ruby for ms sql server, I followed the
2009 Feb 20
2
OLEDB not work !
Hi everybody I have a program , it work good under window98 / 2000 /xp . It use oledb (client supported by mdac2.7 or later version) direct link MS SQL Server 2000 . with wine it do not work. I set up mdac 2.8 sp1 , no change by google , i found too many program can not work (oledb not support) can anybody help me ?
2006 Mar 13
2
Connectivity to Microsoft SQL Server using ADO
...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 via http://www.ruby-forum.com/.
2006 Jun 28
0
RV: RV: error in VB6 aplication
...n into a SQL server . I run the aplication Silverlab.exe ( in VB6) , and in the first windows appear a image and two butonms 1 for exit an 2 to login ... I press a bottom "Login " and .... in a windows the wine put: Database Engine Open Error ! Server Name : Connection_String = Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=SilverLab_produccio;Data Source=Arturo_por Serial number: 000000000000000 This is the problem. The error is similar to the aplication in windows whe it not conect to the MS SQL server I think that the ADO 2.0 fail in wine. I use Suse Linu...
2007 Sep 10
12
mongrel_rails service on windows incompatible with recent ruby builds?
i was suffering from a massive memory leak in my application. after searching and testing for quite a while i finally found that it wasn''t my app that had a leak but the win32ole support that was used by the ADO driver in sqlserver adapter. the solution to fix the leak was to install ruby 1.8.5p52 or 1.8.6p36 but sadly as soon i install one of the fixed releases mongrel won''t
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251 Bug ID: 95251 Summary: vdpau decoder capabilities: not supported Product: Mesa Version: 11.2 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at