| Thread | Last Post | Replies |
|
| exploring database schema | 28 Dec 2004 02:28 GMT | 2 |
how can I list the following things with ADO.NET in a generic way: a) list all databases available in a DBMS b) list all tables within a selected database c) list the fields (and their type, constraint etc.) with in a table
|
| Getting month from Date field in SQL DATABASE | 28 Dec 2004 02:15 GMT | 1 |
I have an ASP.NET application. I am using a dataset for loading data (based on user input month & company Name) from SQL database. I have the query as :: SELECT CompanyName, Date , CEO from TABLE WHERE (CompanyName=@a && But how do I get the month part from the Date field in the ...
|
| Driver upgrade - class naming and namespace query | 27 Dec 2004 20:44 GMT | 1 |
I've been working on the Mono Sqlite 2.x client (http://www.go-mono.com/sqlite.html) in order to make it work with Sqlite 3.0. Note that I have nothing to do with Mono, but I find this code useful for working with Sqlite in Microsoft .NET. I'm wondering what would be the
|
| ADO.NET 2.0 Batch Update | 27 Dec 2004 20:09 GMT | 10 |
I've been seeing that sqldataadapter now can handle batch update in version 2.0. Anyone who can provide some insights on how is it doing it internally? Thanks!
|
| Distinct rows from a dataset? | 27 Dec 2004 15:59 GMT | 7 |
Can I select DISTINCT rows by using Dataset.DefaultView.RowFilter = "Distinct Col1, Col2"
|
| using IIF expression to decide what formula to use for the field? | 27 Dec 2004 15:32 GMT | 1 |
Hi, I want a datacolumn expression which will work out a value depending on the value of child records here is the expression that does not work. if any1 can help me that would be great
|
| How to move ASP.NET app from one machine to two machines. | 27 Dec 2004 15:03 GMT | 3 |
Is there a simple way to take an ASP.NET application that is currently working/running on one development machine (designed with UI, Business, and Data layers) and move it to two machines (one web server in a DMZ and one application server behind the firewall)?
|
| Runtime functionality information | 27 Dec 2004 12:28 GMT | 2 |
In ODBC the SQLGetInfo function retrieves information about a driver and a data source. In OLEDB the OLE DB Properties return such information. What is the equivalent functionality in ADO .NET.
|
| Getting the last DataRow added | 27 Dec 2004 08:05 GMT | 2 |
How can I get the last datarow added in a table created from scratch, that is, not related to any database whatsoever?
|
| Unspecified error: E_FAIL(0x80004005) | 27 Dec 2004 07:57 GMT | 2 |
While wandering about one day writing some VB code, I came across an ugly little error, as seen above. Further delving into my code tosee whether I am a complete and utter fool, I managed to track downthis ugly little error's source, which is as follows:
|
| Primary Key, autoincrement field set to zero | 27 Dec 2004 01:17 GMT | 1 |
I'm working on a app which is suppossed to update an Access 2000 database through an Web Service. So i have made an Windows App. which works on a disconnected DataSet. It then Insert and Update this DataSet and sends it to the Web Service,
|
| need guidance on - dataset, view and bit of ASP .NET | 27 Dec 2004 00:51 GMT | 3 |
I am new to web programming and am using ASP .NET (C#) and ADO .NET to develop a web based room booking application. I have been reading a lot of books on ADO .NET and ASP .NET and I have a few basic question which I am totally confused about.
|
| Adapter Fill method taking too much time. | 27 Dec 2004 00:11 GMT | 5 |
For our .NET Windows Forms based distributed application, we are using ODP .NET (R 9.2.0.4) to connect to Oracle 9i R 2. The query to fetch data from the table is expected to return around 100, 000 rows. From the UI, we are connecting to a production box to call a Web Service which, ...
|
| Slow to Execute Stored Procedure | 26 Dec 2004 17:50 GMT | 1 |
I've recently started playing around with SQL 2000 and Stored procedures and calling these stored procedures with a C# program. I have the following setup: 1 Windows 2003 server running SQL 2000 (SP3). I have created a small C# program to run a stored procedure called
|
| Parameter["@xxx"] does not have a default value | 26 Dec 2004 05:05 GMT | 1 |
I keep getting this error message and cannot find the solution for it. I've written the following stored procedure: SELECT Username FROM [User]
|