ADO.NET Managed Providers announcement
-
Link
We view your organization as a key stakeholder in the process that we have to identify areas for future investments for SQL Connectivity components that address major development platforms, including ODBC, ADO.NET, JDBC and PHP. The feedback you provide is valuable and each response will be read and will be treated with utmost confidence. The survey can be found in the link below and will be available until 9th September, 2011 5:00 PM PST. http://www.zoomerang.com/Survey/WEB22CS45XT9FE/.
Thanks
Raghu Ram
SQL Connectivity Group Program Manager
-
Sticky8Votes
Guideline for Connectivity Question Posting
This was originally posted on http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=362498&SiteID=1. In order to better assist ...1 Replies | 33067 Views | Nan Tu - Thursday, November 30, 2006 11:01 PM | Last Reply toronto seo - Monday, August 11, 2008 7:50 PM -
Sticky5Votes
FAQ: My database isn't being updated, but no errors occurred in my application
Problem: You have an ADO.NET application that updates, inserts, or deletes data from your database. No errors occur and the data changes are visible in the application, ...0 Replies | 54700 Views | Sarah Parra - MSFT - Friday, May 26, 2006 2:13 AM -
Sticky5Votes
Where to post non-ADO.Net (DataGridView, TableAdapter, ODBC/OLEDB, etc) questions.
This forum's topic is ADO.Net. However there are a lot of areas that deal with "Data Access and Storage" that are not ADO.Net. These are some categories and the places where questions about ...0 Replies | 51309 Views | alazela - Saturday, April 15, 2006 12:43 AM
-
Unanswered0Votes
new user ado .net Books
Hi, I'm just getting started with learning ado .net in C# i'm really for a book to help out. My background is in datawarehousing and business intelligence, but I wanted to get more involved with ...1 Replies | 70 Views | Joe2324 - Thursday, July 04, 2013 8:55 PM | Last Reply Kevininstructor - 13 hours 48 minutes ago -
Unanswered0Votes
getting past ora-24777 use of non-migratable database link when the server is dedicated.
I have a requirement to continue to have oracle 10g in dedicated mode, shared is not allowed. I also have a requirement not to change the existing stored procedures to remove db ...1 Replies | 4643 Views | pollywog123 - Wednesday, May 27, 2009 11:12 PM | Last Reply Rajendra Prasad Majji - Friday, July 05, 2013 3:24 PM -
Unanswered0Votes
Read Oracle DataType Number into Typed Dataset with Int32
I have a typed Dataset with several Tables. All of the tables have a ID column of Type System.Int32. I then read a Datatable from my database with the adapter.fill method and merge this table to the ...1 Replies | 2935 Views | tschissler - Thursday, May 11, 2006 8:21 AM | Last Reply NirmalaPudota - Friday, July 05, 2013 1:47 PM -
Unanswered0Votes
java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Hi, i am trying to connect ms acsess db through jdbc drivers. i already specified the DSN and selected the database name in DSN, Still it showing me error. Here's ...0 Replies | 35 Views | Taufiq Pirjade - Friday, July 05, 2013 10:34 AM -
Unanswered0Votes
microsoft.jet.oledb.4.0 is not registered in the local machine
Hello, I am working on a windows application with Ms access database(.mdb) and Visual Studio 2012,when first time i run the application error occurred says ...0 Replies | 37 Views | nehas1jan - Friday, July 05, 2013 7:22 AM -
Unanswered0Votes
I cant update SQL View that created from 2 tables in VB.Net
Hi I have a View in sql that created from 2 Tables. but when i am using this view in VB.Net i cant update my records. (View records Up datable in ...4 Replies | 122 Views | R. Salehi - Wednesday, June 26, 2013 7:16 PM | Last Reply Kevininstructor - Tuesday, July 02, 2013 9:35 PM -
Answered0Votes
Inserting Data into MS Access using C#
Hello fellow programmers, I have a problem, does anyone or has anyone ran into very easy insert code in VB? and not in C#? That's what I keep running into. I am trying to be very ...7 Replies | 15898 Views | King_EON - Monday, March 07, 2011 8:36 PM | Last Reply William Vaughn - Tuesday, July 02, 2013 3:21 PM -
Unanswered0Votes
How to create MS access database backup programatically using C#.Need help on this urgently...sample code will do...
Actually i have one access database for which i need create backup programatically using c#2 Replies | 72 Views | Vickky1611 - Saturday, June 29, 2013 10:43 AM | Last Reply Paul P Clement IV - Monday, July 01, 2013 12:10 PM -
Answered1Votes
Passing Table-Valued parameter using OleDB Provider
Hi, I want to know how can i pass a table-valued parameter to a sql server 2008 using OleDB provider. I've read some article http://msdn.microsoft.com/en-us/library/bb522517.aspx ...4 Replies | 4397 Views | Amemak - Sunday, March 14, 2010 9:36 AM | Last Reply Steven Yampolsky - Sunday, June 30, 2013 5:55 PM -
Answered0Votes
When is the release date of Access database Engine 2013?
May I know when is the release date for Access database engine 2013 Redistributables? We are planning to provide its support within our application in next month or ...2 Replies | 1219 Views | Vikas Puri - Friday, January 25, 2013 4:07 PM | Last Reply Vijay Nerella - Friday, June 28, 2013 5:21 AM -
Unanswered0Votes
What can replace SqlDependency with System.Data.Odbc ?
Hi ! What can replace SqlDependency with System.Data.Odbc ? Thanks in advance.1 Replies | 87 Views | aLatif - Tuesday, June 25, 2013 2:52 PM | Last Reply Chester Hong - Thursday, June 27, 2013 10:11 PM -
Unanswered0Votes
Oledb exception coming while trying to open connection for inserting in excel file using oledb connection.
Hi.. Connectionstring i am using is:1 Replies | 92 Views | Joy88 - Thursday, June 27, 2013 5:43 AM | Last Reply Paul P Clement IV - Thursday, June 27, 2013 1:43 PM -
Answered19Votes
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
Any help would be very very much appreciated as I am about 15 hours into this :( Background is a development system with ASP.NET 2.0 and SQL express 2005. The server is SQL 2005 ...55 Replies | 297817 Views | Akiren - Thursday, April 13, 2006 5:06 PM | Last Reply SumitSRA - Thursday, June 27, 2013 12:33 PM -
Unanswered0Votes
How to export data table to a flat file using SqlBulkCopy class
Hello, I want to export some data table in SQL Server 2012 to a flat file using C#. Here is the data table ...1 Replies | 98 Views | zydjohn - Wednesday, June 26, 2013 5:30 PM | Last Reply Paul P Clement IV - Thursday, June 27, 2013 12:25 PM -
Proposed0Votes
Invalid Constraint Exception
I keep getting this error when trying to build my program. ForeignKeyConstraint FK_Game_Assists requires the child key values (1) to exist in the parent ...5 Replies | 4020 Views | Tyrael117 - Friday, July 27, 2007 2:09 PM | Last Reply constantine-55 - Tuesday, June 25, 2013 2:53 PM -
Unanswered0Votes
Very strange issue to read excel via OLEDB
I got a very strange issue with the following testing code to read excel const string ConnectStringPattern = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source={0};Extended ...4 Replies | 229 Views | Liang Zhang - Wednesday, June 05, 2013 6:33 AM | Last Reply Kevininstructor - Tuesday, June 25, 2013 5:59 AM -
Unanswered0Votes
SQL Server 2012 .Net 4.5 SQL Connection pre-login handshake error: 258
Hello, I have a SQL Server 2012 Bussines Intelligence and installation. Net Framework 4.5 appears to me the connection error: A ...19 Replies | 1478 Views | GaleSoftOS - Tuesday, March 05, 2013 8:21 AM | Last Reply GuYuming - Tuesday, June 25, 2013 5:09 AM -
Answered37Votes
Get connection string from app.config file
How do i read my connection string from app.config file ?I also know that connection string is saved in settings.settings, but i don't know how to get value from there either (I found info about this ...46 Replies | 507876 Views | ambidexterous - Saturday, November 26, 2005 9:18 AM | Last Reply Phil Stratford - Monday, June 24, 2013 3:53 PM -
Unanswered0Votes
BulkCopy and Non-Nullable Columns with Default Constraint
I'm having a problem with the SqlBulkCopy class which I can't figure out how to get around. I build a DataTable dynamically like this: dataTable = new ...3 Replies | 3241 Views | Chris Gin - Monday, February 18, 2008 11:00 PM | Last Reply Dan Guzman - Saturday, June 22, 2013 2:08 AM -
Answered2Votes
Sqlbulkcopy Error : The given value of type SqlDecimal from the data source cannot be converted to type decimal of the specified
System.InvalidOperationException: The given value of type SqlDecimal from the data source cannot be converted to type decimal of the specified target column. ---> System.ArgumentException: ...8 Replies | 20248 Views | Maadhavi - Wednesday, April 16, 2008 4:18 AM | Last Reply Mike Gledhill - Friday, June 21, 2013 9:10 AM - Items 1 to 20 of 12958 Next ›