| Thread | Last Post | Replies |
|
| to use or not to use a dataset | 06 Oct 2004 14:26 GMT | 10 |
I am writing a web form to edit SQL Server data. When the form loads, I am going to read a single record from a SQL Server table and display it's column values in textboxes,dropdowns,etc. The table contains about 60 to 70 fields(columns) and I need to display all of them on the ...
|
| add a row to a table from another table | 06 Oct 2004 14:11 GMT | 2 |
I have 2 typed data tables inherited from the same dataset schema One called : table A with an identity column x column x is constrained to be unique. Other one is : table B with an identity column x
|
| DateTime | 06 Oct 2004 11:08 GMT | 14 |
Last week I had one of my main hardrives fail. I have now reinstalled my computer and loaded back all of my software and program I was developing. I have been writing a program which connects to a database that is located on a different computer, however my program is having lots of ...
|
| Can't addnew in child grids | 06 Oct 2004 09:15 GMT | 7 |
Can't addnew in child grids. Haven't been progressing on this lately because of the Holy Days in Israel and the call of other work. Kevin Yu has been instrumental in helping me so far.
|
| Object state error with ASP.NET / ODP.NET | 06 Oct 2004 03:46 GMT | 6 |
Sorry for the cross-post, but I'm thinking this is either an ADO issue or a security issue. System.InvalidOperationException: Operation is not valid due to the current state of the object.
|
| ? about business abstraction layer and ADO | 06 Oct 2004 01:33 GMT | 1 |
OK, I want to have an abstracted "Business Object" layer that my application will deal with. The way that I understand it is, Business layer utilizes the DAL to get the data from the Datastore. That works fine in the "Pull" scenario when
|
| Dataset.merge method | 05 Oct 2004 23:54 GMT | 2 |
I am trying to merge a datarow (dataset, datatable, etc.) with values from my database with another one that is filled with values from my active directory database and merge the two together with the values from active directory taking precedence. I have never used the merge ...
|
| Stored Procedure | 05 Oct 2004 22:51 GMT | 3 |
I have a Stored Procedure in the SQL Server, called prCustomers it is "select * from customers" - very simple How am I able to execute the stored procedure get a result set and put the first record of the result into a single textbox called last name
|
| system.exception can't open Oracle 10g connection | 05 Oct 2004 21:49 GMT | 2 |
I am a total loss. I have VS 2002, Microsoft Oracle data provider and Oracle 10g client installed. I am trying to open a connection but keep getting a system.exception error. System.Data.OracleClient requires Oracle client software version 8.1.7 or
|
| how to find the link or url to my post | 05 Oct 2004 21:17 GMT | 6 |
I recently posted a topic 'Can't address addnew in child grids'. I have another question on the same form, but don't want to post all the same information twice. What I want is a url, so that if someone answering the question needs the information, I cn refer he or she to the ...
|
| Which date-format to use with SQL-server? | 05 Oct 2004 19:48 GMT | 4 |
Hi NG, i am using vb.Net and ado.Net to save data in a database. Now i?m trying to update a datetime-field in a sql-server-database. I use an sql-string like this
|
| DataBinding to a DataView -- only getting first row [repost] | 05 Oct 2004 18:09 GMT | 4 |
I'm having a nice little conversation with myself down under the "DataBinding to a DataView -- only getting first row" heading. I haven't had a response from anyone other than myself, so if you could help me out, I'd really, *really* appreciate it. Sort description... I think my ...
|
| HELP: Control dataset synchronization | 05 Oct 2004 17:28 GMT | 2 |
Can anybosy guide me to the right direction to synchronize two controls from two different tables? Both tables have been filled to the dataset by two separate adapters, the controls have been bound to different fields in the two tables and everything is nice, except that the ...
|
| Navigating dataset help needed | 05 Oct 2004 16:38 GMT | 1 |
I already have a dataset filled with all of the necessary records. I am doing this on page load: Sub PageLoad Dim ApplicantActivityDS As DataSet
|
| Data Access Application Block v3.0: How to fill DataSet with multi tables | 05 Oct 2004 16:09 GMT | 1 |
I am using the Data Access Application Block for .NET 3.0 from GotDotNet. One thing that's important to me is that I must fill a dataset with multiple tables. Although it looks like that DAAB v3 supports that but I still don't
|