KJ555's Q&A profile
SQL Server About Login Account
Hi everyone, I have a simple question for you which is too important for me. My question is about logins in my own(local) server. I know that my local server(my computer's server) has to default login account which are called sa and BUILTIN/ADMINISTRATOR. While I am using my own server, I do not know which default login account is used by my Server since I use windows authentication while connecting to the Server. Another question is that while adding new login account for my own Server, I noticed that there is a choice which is comprised of Grant and Deny for the Security. What is the meaning and usage of this Thanks and Regards I s ...Show All
Visual FoxPro editbox programmatic change
I am looking for an easy way to determine if I've made interactive change in an editor box. The issue is that there are about 16 controls on a container, they are initialized from a table record thus their values at activate time generally are not trivial default. I have to save the changes with a SAVE button if I made any but I want this button's click method to quickly determine which control values have been changed. I do not want to do REPLACE for the fields with values that haven't been changed. In case of simple controls like a combobox I can store the initial value in Tag property and do the comparison programmatically. Sometimes t ...Show All
Windows Forms EditedFormatValue threw an exception
Hi All, I have the following code that throws an exception sometimes (not all time) at the EditedFormattedValue public bool isCellHasValue( DataGridViewCell oCell) { bool bRetVal = false ; object oValue; string szValue; if (oCell != null && oCell.EditedFormattedValue != null ) { oValue = oCell.EditedFormattedValue; &nb ...Show All
Visual FoxPro deployment, building exe problem
OK, this is the third round. I still cannot run an exec file. I cannot build it properly. When I issue (in the Command Window) BUILD EXE the intellisense prompt appears with my app name. So, I accept the rest of the clause as default. Until today I could generate .exe with no problem but had problem getting it started. Today finally for reason I cannot explain an error appeared during BUILD: Unable to find Unknown ARR . Just as simple as that. No further explanations forthcoming. There are three choices aside from " Cancel :" " Locate ," " Ignore " and " Ignore All ." If I cli ...Show All
Visual Studio An error has occurred while attempting to load the Crystal Reports runtime
I am trying to connect to a VS 2005 MDF database. It appears that the only way to connect to it is through a datset. Is this right But when I try to use the report, I get the following error at runntime: --------------------------- Crystal Reports --------------------------- An error has occurred while attempting to load the Crystal Reports runtime. Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly. Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) re ...Show All
Visual Studio Debugger doesn't like the backgroundworker anymore?
I seems like it's not possible to interrupt a multi-threaded application using Backgroundworkers in another thread than the main one. Everytime I set a break point into another thread than the main one, the application stops at that point, but then, going step by step is not possible anymore and the application runs in an unstable state and I don't have any other issue than re-launch it. This leads to the annoying situation where I cannot debug that part of the code. It used to work fine with beta 2. Anybody noticed that Or is it just me Hi Gregg, I've tried all your methods, but it still doesn't w ...Show All
Visual Studio 2008 (Pre-release) ListView performance when resizing columns.
Hi, I'm using the ListView control with a standard GridView. I have about 8 columns bound to a DataSource (which inherits from Collection<T>) using aDisplayMemberBinding for each column. I don't give a CellTemplate - I just let the GridView display the values as Text. My problem is with Performance. I have about 250 items in the Grid (I'm going to need up to about 600), and yet already the performance is not good: specifically with resizing the columns. Clicking a column border and then dragging takes about a second to respond. Is this a known issues Is there something I can do about it Thanks, Sam ...Show All
Visual Studio Error when opening a VB.net project
Recently installed Visual Studio 2003 on my computer and received an error message that I needed to install .Net framework. I downloaded .net framework from the microsoft website. After downloading this from the website, I then received the following error. The application for project ‘C:program files\Microsoft Visual Studio .NET 2003\Vb7\VBWizards\WindowsApplication\templates\1033\WindowsApplication.vbproj’ is not installed. Make sure the application for the project type (.vbproj) is installed. I then checked the site and was told to uninstall and then reinstall .net framework 1.1 via MS Installer. However the instruction that ...Show All
Windows Forms Could anyone answer this client error msg? tx
Here it is, I'm a noob basic user.. <NewDataSet> <Watson> <LogType>Unhandled Exception</LogType> <OSVersion>Microsoft Windows NT 5.1.2600 Service Pack 2</OSVersion> <GameVersion>1.2.0.40701</GameVersion> <CLRVersion>2.0.50215.44</CLRVersion> <UserEmail xml:space="preserve" /> <UserComment xml:space="preserve" /> &n ...Show All
.NET Development Network configuration problems
I am setting up a W2k3 server with dual nics and am having trouble getting it to work properly. Here is my desired configuration. ( my goal is to do it good enough without going overboard on the cost ) Internet -->hardware router ---> W2K3 server ----> switch ------> 5 other computers The main reason why I wanted a hardware router was to provide one more layer of protection from the internet. I plan to use a DLink DI-604. It is set up to provide a static IP address to the W2K3 server. The server has two nic cards in it. One is connected to the router and the other is connected to the switch. I used the default first ser ...Show All
Visual Basic How to manage / call methods, procedures, forms in multiple Modules, classes, ect.?
Hello and thank for the help. I am such an amature. Can't find the right books either. I have created a windows form, and a lable array class and a sub main in a module BeamCalculation is a form Label Array is a class Calculate is a Module I am trying to run my program from the Module, I din BC as New BeamCalculation withthe hope that I can use BC throughout the module to perfor data and controlminipulation, A Dynamic Form that I change according to the calculation tye. I am getting 2 errors at line 15. 1. An unhandled exception of type 'System.NullReferenceException' occurred in Beam Calculations.exe ...Show All
Windows Forms Is it possible to add a checkbox for every column???
Hi there, Is it possible to add a checkbox for every column I have tried adding checkboxes to every row in the datagrid, however i also need to add checkboxes to evey column. Is there any codes that i can refer to Well, what I think you are looking for is a vertical way of viewing the data. the truedatagrid from component one& ...Show All
Smart Device Development from pda to oracle DB
i'm passing data from hp PDA that using microsoft application to oracle DB. what supposed script/codes that i can use to solve that. Are you using any database on your PDA What kind of data you need to pass Typically you develop mobile app with SQL Server and use SQL Server's synchronization features to sync mobile database with your server db. Oracle's mobile dB is Oracle 10g Lite with sync capabilities with server dB. You may want to read about their documentation. Manav ...Show All
Software Development for Windows Vista Visual Studio 6.0 SP5 setup on Vista Beta 2 (5384)?
Does anyone know how to get around the MDAC check in the Service Pack 5 setup of Visual Studio 6.0 For some reason it doesn't detect MDAC 2.5 or higher which it requires (even though Vista obviously has a later version - 6.0) and the setup will not continue from that point. I've tried every registry key I could think of to trick it into thinking MDAC is installed. Thanks Ted. Totally untrue - the support on Vista has been committed to by Microsoft until March of 2008 http://msdn2.microsoft.com/en-us/vbrun/ms788708.aspx I know for a fact that it runs perfectly on Vista as I have run i ...Show All
Visual Studio 2008 (Pre-release) DLINQ Queries and observations
I have the following queries/Observations about DLINQ. 1. I could not find any direct way of handling many to many relations. Suppose if User and Role are related by a join table UserRole then I should be able to have a collection of Roles in User and vice versa. Which i think is not possible in DLINQ. (Please correct me if I am wrong) 2. State management is handle outside entities. In scenareos where a client grabs a entity from a WS , makes some changes and post it back to the ws for updation, how is the DLINQ framework handle optimistic locking Why can't state be maintained in the entity itself maybe by a base class, we already c ...Show All
