| Thread | Last Post | Replies |
|
| Testing for a null value before accessing | 23 Mar 2004 13:09 GMT | 5 |
I'm hoping someone can tell me the best way to test for null values in a DataRow object before accessing the field in question. I have found one example, but it seemed quite verbose and I'm sure in the past I've seen more elegant solutions
|
| Setting Parameter = IS NULL | 23 Mar 2004 10:30 GMT | 3 |
I've got a Command that has a parameter. Sometimes it will be a uniqueidentifier (Guid) but there is also the case of looking for the column being null. How do I tell the Parameter that I'm looking for NULLs? If I set .Value =
|
| Reading IMAGE from SQL Server database | 23 Mar 2004 09:44 GMT | 2 |
Folks, I'd like to be able to read and display graphics stored inside an IMAGE field in SQL Server. How to read that stream of bytes is not the problem - but how can I
|
| accessing fields in typed dataset | 23 Mar 2004 09:24 GMT | 1 |
I'm having an issue accessing fields in a typed dataset while using data binding. I'm using a BindingManagerBase and binding context with the .AddNew() (which is supposed to automatically create new row on datatable and go there) method on BMB and then EndCurrentEdit(). The ...
|
| Data Provider Problem | 23 Mar 2004 09:14 GMT | 11 |
I am trying to develop a fairly complex application using Visual Studio, (2003) the .net framework 1.1, and Oracle 9i as the database. I'm using VB.NET We found problems with the OLEDB Data Provider that were serious, and so we took the time to switch our code to the OracleClient ...
|
| Dataset operations - refresh etc | 23 Mar 2004 07:21 GMT | 5 |
H In our application we use stored procedures to insert,update, delete and select rows from the database. I am using a dataset object to manipulate rows returned from the database If I do an update or delete using the stored procedures, I want the dataset to refresh to see these ...
|
| reading a fixed width text file | 23 Mar 2004 04:30 GMT | 1 |
I'm connecting to and trying to read a fixed width text file. The problem I'm having is when there is a column with % data in in (like 12.5%). I would like to read this in as .125, but if I could even get it in as 12.5 I would be happy. If I specify Text (in the Schema.ini) for ...
|
| looping | 22 Mar 2004 23:48 GMT | 6 |
i need to loop through a table in a dataset, how do i do that useing for each statement?
|
| Stupid(?) newbie question | 22 Mar 2004 23:00 GMT | 4 |
I'm just starting to work with C# and the ADO.NET. As a test project i've choosen a simple Customer-Management Application. So here's my problem: In my main form I have a DataGrid that should display all my Customers.
|
| ADO.NET and C/S app | 22 Mar 2004 21:40 GMT | 9 |
Can someone point me an example for using Ado .Net in a C/S applicaiton in a connected mode ? I want to achieve something like Ado's server side cursor. Thanks
|
| Basic Ado.net questions | 22 Mar 2004 19:43 GMT | 2 |
I have an access database and 1. Do I need a new connection to a database for each dataset I create? 2. do I need to close the connection afterm creating the dataset? I believe I don't need because when I want to save changes to the dataset I need the
|
| Concurrencty violation with decimal type | 22 Mar 2004 19:25 GMT | 5 |
Situation: Using a dataset's UpdateCommand, when a decimal type field changes from integer to decimal, the update goes through. When the field changes from decimal to integer or another decimal, I get a Concurrency violation: the
|
| SQLDateTime Conversion | 22 Mar 2004 18:34 GMT | 6 |
How do I convert a date (mm/dd/yy) entered into a textbox into a SQL Server DateTime field? I've tried this: SqlTypes.SqlDateTime.op_Implicit(editText0.Text)
|
| Create new DataSet from Existing DataSet | 22 Mar 2004 18:05 GMT | 2 |
I have a DataSet1 which I want to use as a source to create another DataSet2 using a sql like "Select Distinct a, b from DataSet1 ". Is this possible, and if so, can you point me in the right direction on how it should be done Thanks
|
| Strange ASP.NET connection to SQL Server 2000 | 22 Mar 2004 18:03 GMT | 1 |
I am using Windows 2003 and SQL Server 2000. I am testing a new like e-commerce website, but during my testing for a few days now I'm having problem that sometimes I can login to my website (using the login page) but sometimes I can't - using the same username and password This ...
|