<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'Oracle' and 'odbc'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=Oracle%2codbc&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tags 'Oracle' and 'odbc'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Get Access to Many Database Servers with One ADO.NET Data Provider</title><link>http://forums.asp.net/thread/3555885.aspx</link><pubDate>Wed, 09 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3555885</guid><dc:creator>Devart Software</dc:creator><description>&lt;p&gt;&lt;font color="#000000"&gt;&lt;font size="2"&gt;&lt;span style="FONT-WEIGHT:normal;"&gt;Devart presents the new version of dotConnect Universal (formerly known as UniDirect.NET), data provider that &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#000000"&gt;&lt;font face="Arial, sans-serif"&gt;&lt;font size="2"&gt;&lt;span&gt;&lt;span style="FONT-WEIGHT:normal;"&gt;offers universal access to data of Microsoft SQL Server, Microsoft Access, Oracle, DB2, MySQL, PostgreSQL, SQLite, InterBase, and Firebird databases for the Microsoft .NET Framework.&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; 
&lt;p style="MARGIN-BOTTOM:0cm;FONT-WEIGHT:normal;"&gt;&lt;font size="2"&gt;&lt;strong&gt;dotConnect Universal 3.00&lt;/strong&gt; offers support for new Devart dotConnect data providers, that is especially important for the users who upgraded their data providers earlier and want to use dotConnect Universal with them as well. The new version also offers bundled providers with advanced connectivity options, such as http tunneling, ssl and more. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;dotConnect Universal introduces SQLite provider for working with SQLite - a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;dotConnect Universal compatibility was extended by adding support for Visual Studio 2008 and Visual Studio 2010 Beta.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;Mobile edition of dotConnect Universal no longer needs dotConnect providers installed.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;Among other improvements, dotConnect Universal Server Explorer integration was enhanced.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;strong&gt;Pricing and Availability&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;The Single license starts from as little as $99.95, and you can always choose the edition that matches your needs best. To learn more, download trial edition, or order a license please visit Devart site:&lt;br /&gt;&lt;a href="http://forums.asp.net/modules/news/www.devart.com/dotconnect/universal/"&gt;www.devart.com/dotconnect/universal/&lt;/a&gt;.&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN-BOTTOM:0cm;"&gt;&lt;font size="2"&gt;Please, feel free to download, try and write any comments and suggestions about our products!&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN-BOTTOM:0cm;"&gt;&lt;font size="2"&gt;&lt;strong&gt;About Devart&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN-BOTTOM:0cm;"&gt;&lt;strong&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;&lt;span&gt;Devart&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;&lt;span&gt; is a software development company with 11 years of experience on the software market and over 20 thousands of devoted users. &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;We specialize in providing native connectivity solutions as well as comprehensive development and management tools for the most popular databases, including Oracle, SQL Server, MySQL, PostgreSQL, InterBase, Firebird, and SQLite.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN-BOTTOM:0cm;"&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;&lt;span&gt;For additional information about Devart, visit &lt;a href="http://www.devart.com/"&gt;&lt;u&gt;&lt;font color="#800080"&gt;www.devart.com/company/&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;. &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Oracle RDB ODBC newbie question</title><link>http://forums.asp.net/thread/1916146.aspx</link><pubDate>Wed, 19 Sep 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1916146</guid><dc:creator>rwilson_ie</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I am trying to extract data from an Oracle RDB database on an Alpha (seems not many / no-one is doing this - or if they are, they aren&amp;#39;t putting samples etc up on the Net). I also come from a COBOL/VMS background (no laughing !) with 12 years experience of this and 4 days experience of ASP .NET.&lt;/p&gt;
&lt;p&gt;Anyway, I have figured out how to connect to the database and execute a query - I know I should really use a stored procedure but haven&amp;#39;t figured that pout yet.&lt;/p&gt;
&lt;p&gt;How do I get the data from my query into a DataGrid etc ?&amp;nbsp; I can do it if I set the query in the SQLDataSource and then Bind this to the DataGrid - but how to I do it via code&amp;nbsp;and not use the SqlDataSource ?&amp;nbsp; My code so far is below :&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;blockquote&gt;Dim&lt;/font&gt;&lt;font size="2"&gt; myConnection &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;As&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;String&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;If&lt;/font&gt;&lt;font size="2"&gt; myConnection = &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Then&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;myConnection = &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Dsn=dsnName;server=servername;uid=username;pwd=password;tlo=0;dba=W;svr=svrName;cls=generic;database=attach &amp;#39;filename l$iv_testdb&amp;#39;;xpt=2=tcp/ip;cso=1&amp;quot;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;End&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;If&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Dim&lt;/font&gt;&lt;font size="2"&gt; myConn &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;As&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;New&lt;/font&gt;&lt;font size="2"&gt; Data.Odbc.OdbcConnection(myConnection)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Dim&lt;/font&gt;&lt;font size="2"&gt; mySelectQuery &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;As&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;String&lt;/font&gt;&lt;font size="2"&gt; = &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;SELECT stock, shortname from iv_stocks limit to 10 rows&amp;quot;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Dim&lt;/font&gt;&lt;font size="2"&gt; myOdbcCommand &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;As&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;New&lt;/font&gt;&lt;font size="2"&gt; Data.Odbc.OdbcCommand(mySelectQuery)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;myOdbcCommand.Connection = myConn&lt;/p&gt;
&lt;p&gt;myConn.Open()&lt;/p&gt;
&lt;p&gt;myOdbcCommand.ExecuteNonQuery()&lt;/p&gt;
&lt;p&gt;myOdbcCommand.Connection.Close()&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;TIA&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;</description></item><item><title>Oracle RDB ODBC newbie query</title><link>http://forums.asp.net/thread/1916145.aspx</link><pubDate>Wed, 19 Sep 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1916145</guid><dc:creator>rwilson_ie</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I am trying to extract data from an Oracle RDB database on an Alpha (seems not many / no-one is doing this - or if they are, they aren&amp;#39;t putting samples etc up on the Net). I also come from a COBOL/VMS background (no laughing !) with 12 years experience of this and 4 days experience of ASP .NET.&lt;/p&gt;
&lt;p&gt;Anyway, I have figured out how to connect to the database and execute a query - I know I should really use a stored procedure but haven&amp;#39;t figured that pout yet.&lt;/p&gt;
&lt;p&gt;How do I get the data from my query into a DataGrid etc ?&amp;nbsp; I can do it if I set the query in the SQLDataSource and then Bind this to the DataGrid - but how to I do it via code&amp;nbsp;and not use the SqlDataSource ?&amp;nbsp; My code so far is below :&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;blockquote&gt;
&lt;p&gt;Dim&lt;/font&gt;&lt;font size="2"&gt; myConnection &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;As&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;String&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;If&lt;/font&gt;&lt;font size="2"&gt; myConnection = &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Then&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;myConnection = &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Dsn=dsnName;server=servername;uid=username;pwd=password;tlo=0;dba=W;svr=svrName;cls=generic;database=attach &amp;#39;filename l$iv_testdb&amp;#39;;xpt=2=tcp/ip;cso=1&amp;quot;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;End&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;If&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Dim&lt;/font&gt;&lt;font size="2"&gt; myConn &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;As&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;New&lt;/font&gt;&lt;font size="2"&gt; Data.Odbc.OdbcConnection(myConnection)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Dim&lt;/font&gt;&lt;font size="2"&gt; mySelectQuery &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;As&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;String&lt;/font&gt;&lt;font size="2"&gt; = &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;SELECT stock, shortname from iv_stocks limit to 10 rows&amp;quot;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Dim&lt;/font&gt;&lt;font size="2"&gt; myOdbcCommand &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;As&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;New&lt;/font&gt;&lt;font size="2"&gt; Data.Odbc.OdbcCommand(mySelectQuery)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;myOdbcCommand.Connection = myConn&lt;/p&gt;
&lt;p&gt;myConn.Open()&lt;/p&gt;
&lt;p&gt;myOdbcCommand.ExecuteNonQuery()&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;myOdbcCommand.Connection.Close()&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;TIA&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;</description></item></channel></rss>