| Thread | Last Post | Replies |
|
| Access database does not close in the ASP.Net application | 14 Dec 2004 02:01 GMT | 5 |
I have been using MS Access database for my ASP.Net application. In spite of me doing the close method, the access database remains in use (.ldb file is there). If I bring down the "Web Publishing Service", the Access lock file disappears.
|
| sql command problem | 13 Dec 2004 23:10 GMT | 6 |
Not sure if I'm posting in the right newsgroup I have devolped a program in VB.NET and the first thing I do is check to see if the database Exist. Well the first time I run the program I get a error and
|
| ado.net 2.0 inserting and getting blob columns | 13 Dec 2004 22:22 GMT | 1 |
Has retrieving and inserting blobs been updated in ado.net 2.0. I have read examples for 1.0 and 1.1 and understand what to do there. I have been developing Odbc applications and use the bcp api and thought it was SqlBulkCopy but that is for row inserts. I did see something about
|
| Update Multiple Tables?? | 13 Dec 2004 22:06 GMT | 1 |
How do you make a SQL querry that will update multiple tables, in Access (Jet 4.0 Database). I am using a transaction and parameters and have tried the following with no success.. ACommand.CommandText = "INSERT INTO Loan VALUES(?,?); INSERT INTO Signature
|
| OLAP | 13 Dec 2004 16:23 GMT | 2 |
I want to migrate my COM application to .NET. In my application I'm using ADOMD. Are there new .NET classes for the old ADOMD classes? Best regards, Thorsten
|
| SQL Question | 13 Dec 2004 15:13 GMT | 1 |
I like to increment a number field in a database and return this value at the same time. Can this be done with sql? tnx for any help
|
| The Infamous "General Network Error" | 13 Dec 2004 15:11 GMT | 1 |
Hello, all! I've been fighting the infamous "general network error" issue for some time now (over 6 months). After having tried various "workarounds", "half-solutions" and suggestions, the only thing that's left to try is
|
| Retrieve XML Data | 13 Dec 2004 14:56 GMT | 9 |
I hope you can help! I have the following query accesing an SQL Server 2000 Box SELECT website.websiteID, website.description,
|
| equijoins with column aliases | 13 Dec 2004 14:40 GMT | 1 |
hey guys ran into something this weekend doing a three table equijoin and comparing columns that are identically named. i've surrounded them with parenthesis so you can see which ones im doing. basically ASP.NET gives me fits when binding the columns for a datagrid in the asp ...
|
| not able to fill dataset with OleDbDataAdapter | 13 Dec 2004 14:01 GMT | 1 |
the syntax I have used is oledbdataadapter#.fill(Dataset, "table") it throws this exception System.Data.OleDb.OleDbException: No value given for one or more
|
| Winforms DataGrid with a 41,000+ records. | 13 Dec 2004 13:25 GMT | 5 |
I have a DataGrid (winforms) that is bound to a table (MSDE) that has 41,000+ records in it. The form loads relatively fast and I can scroll all of the data... However, when I click in any column of any row other than the first one, it takes forever to go to that row, even if ...
|
| ASPNET class lifecycle. | 13 Dec 2004 10:12 GMT | 1 |
I have a question about the lifecycle of an asp.net class. I have some java background, so here's my question: When I create a code behind class how are instance of that class created/used, and what are the implications for member variable usage?
|
| Is it me? Or don't data adapters and access work? | 13 Dec 2004 01:40 GMT | 6 |
I am having great troubles with Data Adapters, Access and Concurrency. Does everyone have to modify the SQL statements to get tit to work? I am only using a single Access DB per application, so I really do not need to worry about concurrency.
|
| Access connection string | 12 Dec 2004 21:38 GMT | 2 |
I'm developing an ASP.NET application in C#. I am storing my database connection string in the web.config file. If I set the string to connect to a SQL Server DB everything works fine, but I need to be able to connect to an MS Access DB. This is is from my webconfig:
|
| is it possible to capture from a c# application an insert event raised in an Oracle database? | 12 Dec 2004 21:21 GMT | 1 |
is it possible to capture from a c# application an insert event raised in an Oracle database? Is there any way I can be informed that the insert just happened? Thanks,
|