| Thread | Last Post | Replies |
|
| Is this possible | 09 Dec 2004 22:49 GMT | 9 |
I am populating a dataset from a webservice. One one page of my app I need to get only the first 5 rows from the dataset to pupulate a datagrid and on another page I then will display all the rows from that dataset in a grid. Is it possible to select a specific amount of rows ...
|
| OleDb adapter returns empty results | 09 Dec 2004 21:15 GMT | 3 |
I dont know where I am going wrong but the OleDB dataadapter returns data when it is a simple select statement like "Select * from Customers". but when i try to do a simple search query like "SELECT * FROM Customers WHERE LastName LIKE '*something*'", it does not return anything, ...
|
| Like Parameter in VB.NET | 09 Dec 2004 21:03 GMT | 1 |
I'm trying to pass a parameter to a SQL Statement with the LIKE operator but I'm not having luck on the syntax that I should use here. I want to retreive the records that match the search criteria input by the user.
|
| set ansi null off | 09 Dec 2004 19:56 GMT | 2 |
I need to use the ansi nulls in off to compare some register with null using '=', this is my enviroment: I call the SP from .net 1.0 object using sqlclient the SP has in the header the,
|
| .NET Framework wall posters. | 09 Dec 2004 19:49 GMT | 1 |
Hey all, Anyone know when I can get copies of the large posters that MS was having shipped with so many magazines in the past? I'm looking for any that may have been created. i.e. the standard framework library, ado.net, web
|
| Q: Distinct Join??? | 09 Dec 2004 18:24 GMT | 2 |
I'm hoping that somebody can help me with the following: I have two tables, each of which has its own field holding integers. I would like to generate a list of the integers that the two fields have in common (without duplicates). So, for example, if the first table had a list
|
| does Ado.Net 2.0 have bulk insert functionality? | 09 Dec 2004 18:21 GMT | 6 |
I have to read bulk data from a non RDBMS to Sql Server 2k. I tried using Ado.Net with dataAdapter.Fill, where the app reads in 500,000 records to a dataTable in memory and then applies dAdapt.Fill to fill a table in sql Server
|
| Designing a Data Access Layer (DAL) with remoting in mind | 09 Dec 2004 17:52 GMT | 7 |
I am trying to learn ASP.NET while writing a system in it and am feeling a bit overwhelmed. I have just read most of a book on ADO.NET. I will need to write a data access layer for this system and it is more than likely that the data
|
| Comparing two DataSets with a Merge | 09 Dec 2004 17:51 GMT | 5 |
I am trying to find the difference between two datasets. I have tried merging the two datasets and then writing an xml diffgram like so: dsA.AcceptChanges(); dsA.Merge(dsB, true);
|
| 600 field form | 09 Dec 2004 16:12 GMT | 1 |
I've a large form containing 600 fields (mix of textbox, checkbox, radiobuttons) i've broken the form in 10 parts (more or less with same number of fields) using web control, so if you press a button a particular part (1 of 10) will be loaded.
|
| Can't read Excel formatted data with OLEDB | 09 Dec 2004 15:10 GMT | 3 |
I'm using ADO.NET and have troubles reading excel formatted data. leDbDataReader returns DBNull for all the values in the columns in xls workbook which aren't formatted as "Text"! I'm using this connection string:
|
| Connection String Dramas with JET and Directory GetCurrentDirectory | 09 Dec 2004 14:55 GMT | 3 |
Hi I am using the Visual Studio connection string. See below ' 'OleDbConnection '
|
| Object reference not set to an instance | 09 Dec 2004 14:31 GMT | 12 |
When I use my Dll in which I defined my dataset the following error occurs: Object reference not set to an instance or (in French "Une exception non gérée du type 'System.NullReferenceException' s'est
|
| SQL Question | 09 Dec 2004 14:27 GMT | 2 |
Can anybody know how to set alias after 'where'? select 1 as A, 2 as B,A-B as C from tbl where [B]=1
|
| NextResult Problem....ARGH>>> | 09 Dec 2004 07:53 GMT | 3 |
I have an issue that I just can seem to get past today. I continually get the following error: Invalid attempt to NextResult when reader is closed This is happening when calling this code, which is our standard block around
|