| Thread | Last Post | Replies |
|
| merging app.config files | 05 Apr 2006 18:28 GMT | 1 |
I am trying to access ApplicationSettings defined in one project from another. However it doesn't seem like I can do this. I am trying to set the ConnectionString in the app.config of the executable project and be able to reference in all the other projects of the solution.
|
| Help connecting to Access DB from web service | 05 Apr 2006 18:23 GMT | 4 |
I am creating a web service that returns data from an Access 2000 database using VS2005. The Access database is located on a different server than where the web service is running. The Access database is also opened by a different desktop application running on various ...
|
| Large Datasets | 05 Apr 2006 18:14 GMT | 14 |
Has anyone seen any documentation or white papers with suggestions on how to handle large datasets. My task is to read in 10K records and then step through each one processing it's data. The processing involved fetching 3 other records that match the current, manipulate the data ...
|
| Help: Login failed for User ??? | 05 Apr 2006 16:27 GMT | 7 |
Please Help me. I've got a .Net 2003 program that attaches to a SQL Server machine and I'm getting the above error when a user tries to log in. The SQL server is setup to use Windows Auth. and I have added the new user to the database and have given the user access to the ...
|
| Save data table to binary file? | 05 Apr 2006 13:47 GMT | 6 |
I have some project that use with DataTable like simple DB. I need a solution for save the DataTable to binary file, with ability to Append only new record. I looking for code that Implement simple providor or save method that
|
| Navigation using ODP.net | 05 Apr 2006 12:55 GMT | 3 |
i have establish a connection to Oracle 10g using ODP.net , i could populate data in a listbox/combo box, but i need to display these data in one by one , i mean navigation using
|< < > >| these buttons , plshelp me |
| SqlConnection.open() slow in 2.0 | 05 Apr 2006 11:49 GMT | 3 |
I have been using the SqlConnection class in version 1.1 for a while with no problems. I have now converted my code across to version 2.0 and the open is now incredibly slow. The exact same code takes 20 seconds to open the connection when compiled using 2.0 and opens almost ...
|
| Number Formats | 05 Apr 2006 02:55 GMT | 7 |
I want to display numbers with a comma between every 3 digits, with no decimal places. I've tried Const conFORMAT As String = "###,###,###"
|
| Year only data from daily dates | 05 Apr 2006 02:47 GMT | 2 |
I have daily data from year 1995 to 2004. The following query SELECT [obsDate] FROM [tblObs] returns 3653 datevalue records for each day. 1995-01-01 00:00:00
|
| The TableAdapter update command is not identical | 05 Apr 2006 02:33 GMT | 2 |
I am using vs2005 to desginer a tableadapter. I have modify the update command in the desginer, but the update command is not identical between the desginer. For example:
|
| Retrieving a single value from a dataset | 05 Apr 2006 01:33 GMT | 1 |
Im using a data access layer that pulls everything back as a dataset. They arent exposing the scalar return. The dataset is populated with a single value from a database, the max() of a date.
|
| Parameters Question | 04 Apr 2006 20:30 GMT | 42 |
I'm new to ADO.net, even new to Databases access, and I have a CommandText that is useful to all of my tables, however I can not find the approppiate use of paramnter to do this. Like: "SELECT * FROM ?"
|
| Dataset Extended Properties (msprop:* in xsd) | 04 Apr 2006 20:12 GMT | 1 |
I found reference to these in several places. First on MSDN, with little explanation (<http://msdn2.microsoft.com/en-US/library/8bw9ksd6(VS.80).aspx>) and then with slightly more information
|
| Large Upload to SQL - Async? | 04 Apr 2006 16:51 GMT | 4 |
Is there any possible way to upload a file into an image field in SQL Server asynchronously? Our users upload a lot of large files into a SQL Server, and we have no way of showing them progress. ADO had an "AppendChunk" method, but it
|
| Return a parameter count from a SQL Stored Procedure | 04 Apr 2006 16:25 GMT | 3 |
I would like to use ADO.Net to connect to a Stored Procedure in SQL Server and return a count of parameters from it. I was able to do this using ADO and VB 6 using the following code: ' m_objConn is a database connection
|