| Thread | Last Post | Replies |
|
| A very simple question about assigning a value | 08 Apr 2004 15:30 GMT | 2 |
I have the following case where I want to assign a value to a column in a row. But it gives me an error that "Property Item is readonly": DataAdapter.Fill(DataTable1) Dim clone as DataTable
|
| Write Dataset to Database Field | 08 Apr 2004 14:16 GMT | 5 |
I have a question on how can I write the entire Dataset to a NTEXT field of SQLServer. Can anyone help me? Thanks! /mike
|
| Problems with Name Translation | 08 Apr 2004 13:50 GMT | 1 |
Hi I am sorry for posting the following dumb question but I have a problem and need help. I am a newbie in this area.. I am trying to translate an AD user name into an FDQN and then bind to the AD and read all attributes for the user I am using VB.NET 2003 and have the ActiveDS ...
|
| Changing the cursor to an hourglas | 08 Apr 2004 12:31 GMT | 2 |
I am building an ASP.Net application that occasionaly "stalls" while running a server side process like a large database update. During this tine the user does not get any feedback as to what is going on, an is likely to try clicking things multiple times which could result in an ...
|
| Can multiple DataSet tables be returned on a single Stored Procedure call to SQL Server? | 08 Apr 2004 11:24 GMT | 1 |
I am having some serious performance problems resulting from too many round trips on the wire in order to populate several tables in an ADO.NET DataSet. I would like to make ONE stored procedure call that will return all of the table data. (I am using SQL Server 2000)
|
| Does .Net support non MS environment like Unix/Oracle? | 08 Apr 2004 11:04 GMT | 1 |
We are to make the decision on whether to choose .Net or J2EE. One of the questions my client asked is that, can we run the .Net application on Unix and Unix based database systems on server site? Can we develop client application on VS.Net and put database on Unix environment? ...
|
| ajouter une virtual d'une MFC | 08 Apr 2004 10:19 GMT | 1 |
Bonjour, Sous visual c++ 6, c'?tait tr?s simple de surcharger une virtual d'une MFC, c'?tait automatiquement fait. (il mettais une ligne dans MESSAGE_MAP, puis le corps de la fonction,etc...)
|
| How do I start? | 08 Apr 2004 10:08 GMT | 8 |
Firstly I have downloaded the .NET FRAMWORK and the .NET SDK tools and etc. Am I correct in thinking this would enable me to create GUI'd apps without VSC++? are there are sites for beginners on this, the usual code-project and stuff isn't helpful.
|
| how to have component run in security context of windows user? | 08 Apr 2004 08:35 GMT | 1 |
I have an application/component that updates an individual's active directory information. The current application finds the active directory entry via the following.. Dim entry As DirectoryEntry = New DirectoryEntry("LDAP://" & m_DomainName, m_Username, m_Password, ...
|
| Failed to create index | 08 Apr 2004 07:42 GMT | 2 |
I'm trying to build a ROLAP cube, which must be available for real-time updates. During processing of the cube in Analysis manager I get a 'Failed to create index'. I am using SQL Server 2000 Enterprise edition.
|
| VSS history on ASP.NET web page | 08 Apr 2004 06:55 GMT | 3 |
I'm trying to display the version history and number of a Visual Sourcesafe database on an ASP.NET page and am struggling to overcome the 'The SourceSafe database path <user> does not exist' error. VSS is installed on a different server to our web server, so i'm assuming
|
| How to run the method in a schedule?? | 08 Apr 2004 04:00 GMT | 2 |
HI~ I am coding a program that need to run a method in a schedule when start a program, but i have no idea to make it(how to code it). Can someone help me please?
|
| Html Editor in WinForm | 07 Apr 2004 23:24 GMT | 1 |
Is it possible that some kind of html editor is embedded with application and let user create the document with it But he editor should be as easy as word, user need not to create html code Then the generated html can be converted into word or pdf. Is this possible Please advice
|
| How to retrieve the IDENTITY from an inserted record. | 07 Apr 2004 22:41 GMT | 1 |
The following example works, but the retrival of the returned identity does not work 'Set Command Object Propertie objCommand.ActiveConnection = GV_objConnectio objCommand.CommandText = "DAO.RCCBABY_Add_Test
|
| The type or namespace name 'Windows' does not exist in the class or namespace 'System' (are you missing an assembly reference?) | 07 Apr 2004 22:31 GMT | 1 |
<%@ Import Namespace="System.Windows.Forms"% I got this error message. I searched System.windows.Forms, I found the dll file in the c:\programfiles\visual studio.. It is only 1 137kb size. Hwoever, the file also exists in the c:\winnt\midcrosoft.net...... directory. the file size ...
|