| Thread | Last Post | Replies |
|
| Concurrency violation errors | 13 Feb 2008 07:25 GMT | 2 |
During db development one of the most frustrating thing is the Concurrency Violation error which seems to be a general error message for any error during saving of record(s). How can one debug such an error and get more specific information on the underlying reason for error and ...
|
| Map datatable A to datatable B | 13 Feb 2008 06:48 GMT | 3 |
Using c# 3.5, I have a dataset (not strongly typed) where all the table column names are a, b, c, etc. like the sample below. I need to rename the table columns into something more user friendly such as ID, Name, StartDate, etc... Also, this is something that will happen over ...
|
| RAD apps for db development | 13 Feb 2008 04:31 GMT | 13 |
Are there any RAD apps to speed up one-many db application development that are worth considering? Thanks Regards
|
| Incredibly slow writing by CSV driver | 13 Feb 2008 03:15 GMT | 8 |
Since my application uses the Excel driver to read some files, I used the same Excel driver to write some CSV files. I also tried using the Text driver to write CSV files. The results are correct but they take enormous amounts of CPU time.
|
| Connecting - (local)\SQLEXPRESS | 13 Feb 2008 01:45 GMT | 2 |
Recently I had to switch out my XP machine with vb.2005 express and SQL Express ( the computer died ) to vb.2008 Express with SQL Express and Vista. The wierd part is, my microsoft book stopped working with the connection
|
| Operation must use an updateable query... while trying to write to Excel file | 12 Feb 2008 21:31 GMT | 2 |
I already searched old posts, but still confused. I am a asp.net application and user "everyone" does have write and read right to the excel file public static readonly string sConnectionString1 =
|
| Getting data as returned from SQL Server | 12 Feb 2008 18:17 GMT | 6 |
is there anyway to get the data as it is returend from the sql server? I have a command object that returns 100,000 records which I want to see as they come back... kinda like how SQL Managment studio does when you execute a query it shows the data as it comes in... any way to do ...
|
| Bound controls do not copy across data to underlying data row | 11 Feb 2008 15:40 GMT | 2 |
I have a small app with bound controls that do not seem to be copying across the data entered into them to the underlying row for the update. This one really has me stump even though these are very simple steps and I can't see where I am going wrong. Any help would be appreciated ...
|
| Downgrading to vs2005 | 11 Feb 2008 10:30 GMT | 6 |
Is there a way to downgraded a vs2008 project to vs2005? Thanks Regards
|
| 'Repeating' a Stored procedure | 11 Feb 2008 09:33 GMT | 2 |
Still trying to get my head around VB.Net/ADO.Net and have a question. I can't work out how to 'process' a stored procedure multiple times. In other words, in VB6/ADO I would do something like: For i = 1 to 10
|
| Reformed access user needs advise for future | 09 Feb 2008 18:46 GMT | 6 |
Many a times I have been told off here for asking question on a backend other than sql sever. So I have finally seen the light and have decided to take up my next project with sql server backend (vb.net front). So here is my question;
|
| Concurrency error deleting record with vs 2008 generated code | 09 Feb 2008 18:05 GMT | 3 |
I have a very simple db app that was created by dragging a couple of fields onto a windows form. No additional code was added. The problem is that app gives a concurrency error while deleting a record even though no other user has access to the app.
|
| How to put NULL into database column | 08 Feb 2008 18:52 GMT | 2 |
I have a stored procedures that takes few parameters( lets say 2). Parameters are value for particular columns. A column of type "binary' can contain "null". I want to update a row, so that first column will have some value and second
|
| Code for ADO.NET: The Complete Reference | 07 Feb 2008 22:52 GMT | 6 |
Hell All. I am trying to use ADO.NET: The Complete reference by Michael and Denielle Otey . I wanted to download the code from the publisher's (Osborne) website BUT when I go to the Osborne website and enter this title into the "Search For" space, it says it cannot find that book ...
|
| Refilling dataset without changing context | 07 Feb 2008 21:12 GMT | 12 |
I have a winform db app that is "bound" to a dataset...via data adpater, binding source and all that. As this is a multi-user app I need to refill dataset from time to time so the newest data is available for user to view. My problem is that I
|