| Thread | Last Post | Replies |
|
| In what order to call sever DataAdapters to update a typed dataset | 08 Sep 2006 14:12 GMT | 1 |
Hi all, I got this problem. I've got three table User, Group and User_Group. These tables I have put into a typed dataset and added relations to them. I also have a form in which it is possible to insert, update or delete a user, including the related records in the
|
| Adding external tables to a strongly typed dataset? | 08 Sep 2006 13:45 GMT | 1 |
My project schema looks something like this: ClassWidget SelectWidgetAsDataTableTable UpdateWidgetDataTable
|
| Business Layer and Transactions in the Data Layer | 08 Sep 2006 12:39 GMT | 5 |
I have a BO that must call 2 functions each function residing in 2 different DO. BO->DO1.Update1 BO->DO2.Update2
|
| Select only nn records | 08 Sep 2006 11:24 GMT | 1 |
We have end-users doing a selection, the selection is copied into another table (claimed) (we do this for them in a batch during the night) To limit the endusers account balance we promote for example a max. of 500 records per month.
|
| SQL Parser | 08 Sep 2006 07:51 GMT | 4 |
Are there any decent parsers around that can parse SQL? I'm looking for something that can validate the syntax and also allow access to the columns and tables from the select and where clauses? Thanks for any help,
|
| DDE command with sqlComman object | 07 Sep 2006 17:54 GMT | 2 |
i try to execute a DDE command with an SQlClientSQLCommen object and i obtain "syntax error near "Then" ": dim sql as string sql = "CREATE TRIGGER myTrigger " & _
|
| Connecting to Mainframe Server | 07 Sep 2006 17:06 GMT | 1 |
I need help here. I am converting an vb application to c#. The existing application connects to the mainframe server using FTP and downloads a file (dataset). Is it possible in .NET to avoid FTP and use any providers to connect to the
|
| Calling Oracle function with .net 2003 | 07 Sep 2006 16:46 GMT | 5 |
I am trying to call an oracle function using Visual Studio .Net 2003. The function runs fine Stand Alone. Only when I call it using my C# Code I get the following error: "ORA-06550: wrong number or types of arguments in call to FUNCTIONNAME". Hence I am assuming it has something ...
|
| Update a data to a bounded datagrid view | 07 Sep 2006 16:29 GMT | 1 |
I have a datagridview which bounded to a datatable. When I tried the to update the grid: adapter.update(table) I got the following error:
|
| Setting a breakpoint in sql server 2000 stored procedure from VS2005 | 07 Sep 2006 16:26 GMT | 7 |
Using.. Visual Studio 2005 Team Edition for Software Developers SQL Server 2000 sp4 (on same machine) Net.Framework 2.0
|
| Selecting with SqlDataSource and default value of empty string | 07 Sep 2006 04:32 GMT | 1 |
If I have a parameter with a default value of empty string, the sqldatasource won't even execute the command on sql server. Im using a "like" clause so i want to include an empty string to retrieve all records if desired.
|
| List of forms in another project | 06 Sep 2006 21:53 GMT | 2 |
Is there a way to get a list of all forms contained in another solution/project? Thanks in advance, Roman
|
| Missing MS Jet OLE DB Provider | 06 Sep 2006 21:10 GMT | 17 |
I am using XP Professional with Visual Studio 2003 & Office 2002, there is no Jet OLE DB Provider listed yet if I download the latest Jet update or MDAC a message states my PC is up to date. Please can anyone shed light on how to make this provider appear with my
|
| GetGuid from OracleDataReader | 06 Sep 2006 19:59 GMT | 2 |
It seems I can't use this to get Guid from OracleDataReader int iOid = oRdr.GetOrdinal("OID"); while(oRdr.Read()) {
|
| Close Reader or not? | 06 Sep 2006 17:10 GMT | 10 |
I have a situation where I could Try Open a Connection ExecuteReader
|