Description:
Microsoft data newsgroup.
|
|
|
OleDb Connection to SharePoint List Stuck
|
| |
Posted at [link] 5 days ago but no answer there so I'm trying here. (Also posted to SP and then thought of here too.) Hi. I'm trying to connect to a SharePoint list from a SharePoint web part using the OleDb connection string.... more »
|
|
Issue with switching from jet to ace oledb provider
|
| |
For quite some time I've been using oledb jet provider to insert/write data to excel 2003. I've attempted to switch that connection over to oledb ace provider to insert/write to excel 2007 .xlsm macro enabled workbook. I don't have any issue with the provider as long as I only try to insert a few... more »
|
|
VFPOLEDB - Work Very Slow and not work in network solution
|
| |
Hi. I have a problem about Database VFoxPro 9 using OLEDB Access from VB.net software. When I read data with SQL Query the database work VERY SLOW !!! This is not the only problem. When I Open my OledbConnection on PC1 and read data from Database and after that I Open the same OLEDB connection on PC2 the connection CRASH or work... more »
|
|
msdasql default provider
|
| |
I've got an ADODB connection in VB6 code that is using a connection string without a provider specified, so it's defaulting to msdasql provider. I was wanting to know if there is a system wide or DSN setting that can be changed to force a different default? I'm assuming this is not possible, but wanted to double check. Worst case for me... more »
|
|
SQL Linked Server and IRowsetFind
|
| |
We have created an OLE DB Provider for an ISAM database that does not support SQL Queries but does support indexes and IRowsetFind. When an SQL query involves an index column, the SQL Server query runs very fast. However, when there is no index column the query runs very slow if the table has many... more »
|
|
Microsoft.ACE.OLEDB.12.0 provider behaves badly with bookmarks?
|
| |
I'm attempting to connect my C++ program to an Access database file, which does connect okay. I'm using an IRowsetLocate to set the IRowset position to be one after the last row. This works without complaint with the SQLNCLI provider. The code is: hresult = rowsetLocate->GetRowsAt( 0, DB_NULL_HCHAPTER,... more »
|
|
.Net OleDb and Windows Vista
|
| |
In our application we use C# programs created with Visual studio 2008 and .net framework 2.0 that read MDB files. One user reports that in Windows Vista 64 bit version Home premium is not able to use our application. He receives the following error. It seems that Windows DAC (that replace MDAC) configuration is corrupt.... more »
|
|
c# and oledb provider for msaccess
|
| |
First, I don't know if this is the appropriate forum for asking oledb SQL questions with C#. If someone knows a more appropriate group, let me know. I have a table ( in an access mdb file )called Accounts, with one field, Account. I have an List AccountList filled with unique account names. Before I add them to the table, I want to make sure they... more »
|
|
Error adding command properties for stored procedure call
|
| |
I'm updating an OleDb application. I didn't write the original logic however it closely resembles the OleDb samples provided by Microsoft. It uses the standard IDBInitialize, IDBCreateSession, IDBCreateCommand and ICommandText interfaces to call a stored procedure, returning an IRowset instance. The... more »
|
|
error while calling Stored Procedure from OleDB
|
| |
Platform : VC++(Visual Studio 2008), Windows 2003 server, Technology :OleDb Database : SQL Server Provider : SQLOLEDB Hi, I have developed a stored procedure which open a record set for a given SQL and return records count as output parameter. After procedure call returned count from this stored procedure is zero.... more »
|
|
|