| Thread | Last Post | Replies |
|
| Severe Error selecting ntext using sproc vb.net | 15 Feb 2005 17:40 GMT | 5 |
I have a two column table (identity and ntext) setup to be used by spro0c and vb.net. I can not get this select sproc to work from vb.net but I can exec the sproc by itself? So it must be my sproc params? I was selecting ntext through sproc and vb.net I have tried several
|
| What's the best way to insert new records only | 15 Feb 2005 17:02 GMT | 16 |
Every morning a .NET application downloads a file with cumulative data which needs to be appended to SQL Server table. This program needs to identify records that have not been previously inserted (there's a unique identifier field) and only insert those. Also I must reuse our class ...
|
| Exception raised by the DataAdapter Configuration Wizard | 15 Feb 2005 16:16 GMT | 1 |
For a few days now, I've been unable to complete the Sql/OleDataAdpater conf wizard on VS .NET 2003 Architect. The message is : "the object reference is not defined on an object instance". Exception is raised by function Microsoft.VSDesigner.Data.VS.VsConnectionManager ...
|
| MS Access DB structure | 15 Feb 2005 15:40 GMT | 4 |
I need to find out the structure of MS Access database; tables, queries and so on. How can I do that? Direction or sample code would work. Thanks to everyone in advance.
|
| Could not add an instance of <dataset> to the designer | 15 Feb 2005 15:19 GMT | 4 |
Hi there, I'm running visual studio.net 2003, I am new to the software, so pls be gentle. I trying to add a typed dataset to a webform.aspx however every time I
|
| Using apostrophe in DataTable.Select() | 15 Feb 2005 15:06 GMT | 1 |
I'm using the dataTable.Select() method in my code. This is my code: dft.Tables[0].Select("fieldName='" + @fieldName + "'") ; This works fine until there is an apostrophe in the
|
| Passing in SqlConnection by ref | 15 Feb 2005 15:05 GMT | 17 |
Here's the scenario: Object A opens a Sql Db connection to execute number of SqlCommands. Then it needs to pass this connection to a constructor of object B which in turn executes more commands on the same connection.
|
| single large vs multiple small SP calls - speed + efficiency | 15 Feb 2005 14:47 GMT | 1 |
I have a collection of objects (eg Forms) , each of which contains another collection (eg Controls). When I come to fill the Control collections at startup, I fill each one in turn using a Form.GetControls(FormID) call. This puts the call where I think it is best placed (In the Form ...
|
| Access Security Issue | 15 Feb 2005 14:46 GMT | 2 |
I get the following error message when I attempt to called query which resides in my Access DB (Stored procedure), "Operation must use an updateable query". I looked at the KB article which addresses this error and it indicates that I need to change the security on the folder ...
|
| Big Problem | 15 Feb 2005 14:08 GMT | 1 |
Hi testing the Visual Studio 2005 Beta 2, i'm developed one application and save this project, when close the visual studio and reopen in another time with the application i produce this error OBJECT REFERENCE NOT SET TO AN INSTANCE OF AND OBJECT LINE 0 COLUMN 0
|
| Default value of a Table in Sql server To default value in DataSet scheme | 15 Feb 2005 13:49 GMT | 9 |
I wanted to ask how to get the default value defined in the DataBase, to be defined as the default value in the DS scheme? and if there isn't a way, how else can i do that? thanks.
|
| constraint message box | 15 Feb 2005 11:27 GMT | 1 |
I have a dataset containing constraints. (not null, and size constraints on table columns). When the constraint is violated, a message box appears showing the constraint violation.
|
| DataSet with multiple relations to | 15 Feb 2005 10:41 GMT | 2 |
I'm using a typed dataset where I have a common address table which is related to several other tables in the dataset, see below: Table Incident: - PK
|
| DataSet and serialization is dangerous | 15 Feb 2005 10:07 GMT | 25 |
(Above there is the whole code.) I have a dataset with 2 tables (father and child table) and a relation between them with cascade for update and delete. On this DataSet I delete a existing father's row and afterwards create the
|
| AutoCommit - Oracle. | 15 Feb 2005 04:41 GMT | 3 |
If you call a stored procedure which is an update procedure, is it autocommitted by default? Is the same true for an Oracle Stored procedure? If you call an Oracle Stored procedure with the defaults for the connection,
|