| Thread | Last Post | Replies |
|
| Bad variable type exception | 21 Oct 2004 19:49 GMT | 7 |
I have made this function to create a command object to be used to call a Stored Procedure: Public Overrides Function GetStoredProcedureCommandObject(ByVal cn As ADODB.Connection) As ADODB.Command
|
| How to you page and sort large dataset result in datagrid? | 21 Oct 2004 19:03 GMT | 1 |
In ASPNET 1.1 Is there a good way to page/sort VERY large Result set in datagrid
|
| Access Query Problem | 21 Oct 2004 19:02 GMT | 1 |
Good Morning, Got some good advice yesterday, but still running into issues. I am trying to query an Access db once a user selects a month/yr from a dropdown list. Below is summary of my code: Dim CurrentStrMth as String
|
| problem with having a delete in database propagate to a bound data | 21 Oct 2004 16:03 GMT | 1 |
I have notice something with the datagrid update i have an application which is updated from multiple sources when one user deletes a row on the datagrid, the delete propgates back to the database. I see it is gone, from the database by using the SQL query
|
| Access datetime format problem? | 21 Oct 2004 15:53 GMT | 1 |
I'm generating 2 datetime values inside a VB.Net program say datetime1 and datetime2. datetime1 is retrieved from an Access database from a column of datetime type.
|
| How te reference to a datagrid in a class? | 21 Oct 2004 15:18 GMT | 2 |
I've a DLL project with a form in it. At that form i want to add a datagrid, but datagrid is not recognized if i type dim db as new Datagrid. In a windows forms project it works correct, but not in the DLL
|
| RowUpdatingEventArgs support in CF? | 21 Oct 2004 15:03 GMT | 1 |
According to Oct 2004 MSDN, all RowUpdatingEventArgs properties are supported in the Compact Framework but when I tried to access RowUpdatingEventArgs.StatementType I got a MissingMethodException! The same code works fine on the desktop.
|
| MDAC Installation Issues | 21 Oct 2004 14:39 GMT | 4 |
I recently installed Visual Studio 2003 and cannot connect to databases from VB. When I click Tools > Connect to Databases, no dialogue box opens in Visual Studio. Additionally, when I create a new blank .udl Microsoft Data Link file
|
| How to clear and refill a dataset dragged from the toolbox | 21 Oct 2004 14:07 GMT | 1 |
How to clear and refill a dataset dragged from the toolbox If I generate a dataset from a dataadapter I can ds.clear da.fill(ds, "Table")
|
| Passing Parameters through a linked server? | 21 Oct 2004 13:51 GMT | 2 |
Hello I have a stored proc: CREATE PROCEDURE dbo.sp_test @IN int, @ID int OUTPUT
|
| Operation must use an updateable query | 21 Oct 2004 13:36 GMT | 5 |
I start ASP.net i have sample of Sams book it's Update SQL. but i got this ERR Operation must use an updateable query
|
| Access database, network access problems | 21 Oct 2004 12:31 GMT | 3 |
I've recently run into a problem when creating a web service. I have a webserivce that returns data from a small access database; I created and tested the service on my local machine with the database local in a sub-directory. I verified the results on a test server remotely with ...
|
| Q: Copying a table from one database to another | 21 Oct 2004 11:52 GMT | 3 |
Can anybody tell me the easiest way in ADO.NET to copy a table from one Access database to another Access Database? Some example code would be useful. Thanks in advance
|
| Oracle provider: oracle client can't be found | 21 Oct 2004 11:01 GMT | 3 |
I am using System.Data.OracleClient to access my Oracle data source. I downloaded and installed Oracle9i client software on my machine. But still, when I ran my VB.Net code, I got an error that says "System.Data.OracleClient
|
| hit a design roadblock | 21 Oct 2004 10:42 GMT | 1 |
OK, I am developing a client application that will present data to the user. Nothing fancy. I had intended to retrieve pretty much all the data in a DataSet, then filter and sort locally on the client to cut back on trips to the DB.
|