| Thread | Last Post | Replies |
|
| What happened to SqlConnection.BeginOpen? | 30 Sep 2006 21:26 GMT | 8 |
We're building some very high performance database applications, and are trying to use all of the new Async ADO.Net 2.0 features. The problem we're having is that we can't find a SqlConnection.BeginOpen/EndOpen method. We can execute everything using the
|
| Executing an sql script on a remote database from Visual Studio .NET 2005 | 30 Sep 2006 18:20 GMT | 4 |
I am connecting to a remote SQL Server database from Visual Studio .NET 2005. I have an sql script located on my machine containing the sql code I want to use to create several tables, and want to execute it. How can I do this from Visual Studio .NET 2005? I do not like designing ...
|
| TableAdapter vs DataAdapter | 29 Sep 2006 22:37 GMT | 4 |
I was wondering when to use TableAdapters (TA) and when to use DataAdapters (DA). If I've got a typed dataset containing multiple related tables, I would say use a DA to fill the dataset. Why should I use TA instead? I can
|
| Connection pooling parameters not working for Oracle connection | 29 Sep 2006 21:36 GMT | 1 |
I am using OracleConnection to connect to Oracle 9i Database from a VB.NET project the connection string has the parameters "User ID", "password", and "Data Source". my project import System.Data.OracleClient
|
| Query works in Query Analizer but not as part of a table adapter | 29 Sep 2006 20:59 GMT | 3 |
I'm trying to run a query to return all of the customers who have not placed an order. This query runs fine in Query Analizer but when I try to run it as part of a table adapter it returns all rows (customers with orders AND customers without orders). It appears that the second ...
|
| Getting Oracle Error | 29 Sep 2006 20:35 GMT | 1 |
I'm trying to run a queries on a schema, and I keep getting ORA-00911: invalid character error. If I copy/paste it in SQL/Plus it runs fine. This is what I'm doing in code: //Set session here to ZGK037_MDB
|
| Calling Oracle proc from C# - must I pass in a cursor? | 29 Sep 2006 19:54 GMT | 4 |
I want to create a simple procedure in Oracle that returns a resultset (a select query). In all the examples I've seen, you have to pass in a "ref cursor" OUT param into the proc from C#. Is there a simpler way to do this? IWO can I not pass anything in, and
|
| GetSchema( "Columns" ) results in ??? | 29 Sep 2006 09:54 GMT | 6 |
I am moving a project over from VS2003 to VS2005. It is an adhoc data mining tool that lets you explore tabular data from just about any source. In it I use SqlConnection, OracleConnection, OledbConnection, and OdbcConnection as needed. For each type I had special code to get ...
|
| DataBindings : wrong data displayed | 29 Sep 2006 07:42 GMT | 2 |
I'm using databindings to display data from a datatable. When I first fill my datatable, it works perfectly, and displays the current data. If I remove the datatable, and recreate it with new data, it's not
|
| System.Transactions Q | 28 Sep 2006 19:22 GMT | 5 |
Does anyone know if the new System.Transactions in .Net 2.0 works with ODBC and OLEDB data providers?. Thanks. Regards, Kueh.
|
| Using crystal reports with MySQL ADO connector | 28 Sep 2006 18:51 GMT | 4 |
I am a developer with limited database and zero crystal report experience. I am very confused. We wanted the ability to switch database providers easily, so I selected to use ADO components with our application.
|
| How do I connect to SQL database using applicaiton roles and ado.net? | 28 Sep 2006 18:48 GMT | 3 |
My MSDE database uses Application Roles. When I run my asp.net application I cannot open the database, I get a Logon Failed exception. I need to be able to open the DB to run the sp_setapprole stored procedure for my role access. Is there some other way that I can do this? So ...
|
| ado & Active directory | 28 Sep 2006 17:48 GMT | 4 |
I am using ado to connect to active directory in a web application. I create the command: objConnection = new adodb.connection objCommand = New adodb.Command
|
| Creating dataset.xsd file programmatically as dragging table from Server explorer fails | 28 Sep 2006 12:59 GMT | 1 |
Visual studio 2003, MySQL database, MySQL odbc 3.51 driver Is it possible to create the file dataset.xsd programmatically? I'm trying to create my dataset1.xsd file for using with crystal reports. The database is mySQL and the data connection is sat in my server exporer
|
| Visual Studio 2005 and Access database mystery | 28 Sep 2006 12:01 GMT | 18 |
I am having the following problems in getting Microsoft Visual Studio 2005 Professional to link to an Access .mdb database. Please help me to sort this out. Problem 1:
|