| Thread | Last Post | Replies |
|
| Enumerate all Oracle databases on the net | 31 Oct 2004 23:26 GMT | 2 |
Hi; SQLDMO gives you a way to enumerate all SqlServer databases on the network and for a given server, all databases on that server. Is there a way to do this for Oracle?
|
| XML data saving schema and data together | 31 Oct 2004 15:02 GMT | 1 |
I am creating datasets that I use to creat reports (using Crystal). I have been creating a dataset, then do the writexml, which I then use as the basis for report creation. If I use the xml file, I can preview the data in Crystal, but it does not
|
| Can't get record to insert into Access | 31 Oct 2004 14:15 GMT | 1 |
I have a windows service that will insert records into an Access database. Or at least that's the idea. The insert isn't happening, but the code runs without raising any errors. When I run the generated sql statement from a query window in Access, the record inserts just fine. ...
|
| No of records effected | 31 Oct 2004 04:30 GMT | 1 |
I am executing a query as below; Dim insStr As String = "INSERT INTO MyTable1 ( field1, field2, ...) ) " & _ "SELECT MyTable.f1, MyTable.f2, " & _ "FROM MyTable "
|
| Typed DataSet returned from Web Service missing DataRows | 30 Oct 2004 22:43 GMT | 2 |
I have a typed DataSet that contains approximately eight DataTables with foreign key relationships that I am returning from a ASMX web service to a Winforms application. The rows of a few particular tables don't seem to be making it across the wire.
|
| OleDbCommandBuilder | 30 Oct 2004 13:42 GMT | 1 |
I hope some one can help me with this. I have been trying for ages to update a disconnected dataset and then write the changes back to the SQL database. However when I make changes to the relivant fields it updates the datagrid but does not write the edits back to
|
| More columns than I asked for in columns collection | 30 Oct 2004 04:16 GMT | 4 |
I created an untyped dataset using the tables collection editor and the columns collection editor. The table was the employee table from the pubs database which has the following eight (8) fields
|
| How to disable sorting feature of DataGrid? | 30 Oct 2004 02:48 GMT | 2 |
Hi, friends, In a VC# app, I have a DataGrid with DataTable as its SourceData. This DataTable has a ColumnStyle collection for each field. In Form_Load event, I set
|
| Select and Update together | 30 Oct 2004 01:52 GMT | 5 |
I am going to select buch of rows from database and update a field in them ,is there a good way of doing that ? thanks for your help. Ali-R
|
| Multithread select/update | 29 Oct 2004 22:26 GMT | 3 |
I am developing a multi-thread app. In this, each thread must take a number from a table and then update table with the number + 1. This number is to insert in other table by primary key. My problem is while I select number and update number,
|
| "Unknown ProviderConnection string is not valid" exception | 29 Oct 2004 20:59 GMT | 1 |
I'm trying to open a connection to a SQL Server DB in C# (so that I can later execute a stored procedure). The code I have included below produces the following exception when "connection.Open()" is executed: Unknown ProviderConnection string is not valid
|
| weird error | 29 Oct 2004 20:06 GMT | 6 |
Hi all, I have a web service that opens a sqlconnection to the db and does some work. The other day for the first time for about 30 mins I started getting the following error message: Timeout expired.The timeout period elapsed prior to obtaining a connection
|
| Connecting to an Access database (MDB) | 29 Oct 2004 19:47 GMT | 6 |
Can I use ADO.NET to connect to a mdb database? I have not been able to find anything on this. Also, I am trying to use ADO in VB.NET and for some reason I can't seem to get a command to work.
|
| SQAL question | 29 Oct 2004 18:25 GMT | 4 |
Sorry, but I didn't find a group for SQL questions. May be someone can answer here. In my app I want to reflect a hirarchy in a tree view. Therefore in the database I have a table like this:
|
| where to download the Oracle driver? | 29 Oct 2004 17:30 GMT | 1 |
I want to use the parameters call like this: cmd.Parameters.Add(new OracleParameter("arg_username"), OracleType.VarChar, strName, ParameterDirection.Input )); but the Microsoft OracleClient driver does not allow the above syntax, I
|