ahkow's Q&A profile
SQL Server Install SQL Server 2005 Exp with ToolKit
Hi, I would like to have SQL Server 2005 Express with the most features as possibles. It seems to be correct about 'AdvancedEdition' but, when I installed the "ToolkitEdition", in order to get "Business Intelligence Development Studio", I was not able to open this option. The file 'devenv.exe' is missed. Do you have some procedure and links to get best set up with theses features for SQL Server 2005 Express Thanks. You shouldn't try copying files around manually, the file locations are tied to how you install your products and there are many dependencies between groups of files. You should just follow the directions I pointed you to. Search from devenv.exe on your comput ...Show All
Visual FoxPro Tables Relation
Dear reader, I hope you can help me. I dont know how to relate two dbf free tables files. Table Sub (submenus Items belongs to) ID OWNERID USERNUMBER SHORTNAME LONGNAME EXCEPTIONS ITEM01 ITEM02 ITEM03 ITEM04 1000 0 1000 Entradas Entradas 0 1001 1002 1003 1004 1100 0 1100 Ensaladas Ensaladas 0 1101 1102 1103 1104 1200 0 1200 Sopas Sopas 0 1201 1202 1203 0 1300 0 1300 Cremas Cremas 0 1301 1302 1303 0 1400 0 1400 Ex tico Ex tico 0 1401 1402 1403 1404 1500 0 1500 Aviant\nCuisine Aviant Cuis ...Show All
Community Chat writting programs for gamming
I need to know how to write the programs in c for gamming and i am really interested in it.I know c# and c++ somewhat.... If i have some examples about how to write it with the explanations of each statement,i will learn it and i am very thankful to u all..... I kindly request u to send me few examples ,so that i think it will be very useful for me to learn the basics and so on... If you don't mind C#, you should give the XNA Game Studio Express a shot. It's super simple to create a game using it. There are even video tutorials on how to use it http://msdn.microsoft.com/xna ...Show All
Visual Studio Team System Installing Team Foundation Server (Databases) on a Cluster
I cannot get the TFS databases to install on our existing SQL cluster. The installation doesn't give any errors during the system health checks, but, returns a general setup failed error during the actual install of the databases. The VSMsiLog has the following errors in it. ConfigureSql: Error 0x80004005: Failed to determine if database already exists ConfigureSql: Error 0x80004005: Failed to ensure database CurrituckDB.D19110DD_8531_4670_8844_A399C45690FF exists ConfigureSql: Error 0x80004005: failed to install databases Please help!! The SQL Cluster is already configured and running as the backend to several web sites. The web sites run on a set of load balanced servers. I tried installing to the ...Show All
Visual Studio 2008 (Pre-release) Orcas and TFS
Hello! Does the Orcas CTP Oct2006 work together with the Team Foundation Server Regards CSharpNewbie22 Hmm, no answer Ok It would be nice if the November CTP of Orcas has Team Explorer (TFS Client) installed and will work together with TFS. Regards CSharpNewbie22 ...Show All
Windows Forms Cannot add table adapter to datatable
If I have a dataset in my project, and I've added a datatable to it, when I right click on it the option to add a tableadapter is greyed out. It seems as though I have to add a tableadapter to get a datatable with tableadapter connected to it. What if you already have a datatable in your project and want to add a tableadapter to it I had a recommendation to install SP1, and I did, but it did not fix the problem. No response since then. I agree that a DataSet should not know anything about where the data is coming from. I don't know what they were thinking when they tied the two together. Although you'd think if they were pushing that concept they would have made sure it worked... In anycase, the folks ...Show All
Windows Networking Development Weird one - Router Death by Vista
Here's a weird one. It seems that Vista RC2 is routinely killing my ADSL router I have a dual boot system (patched up XP Pro vs Vista RC2). Vista seems to be killing my D-Link DSL-500 like...., several times a day while Vista is running. Has anyone else noticed this I'm thinking.... some sort of weird network plug and play thing (which is disabled - by the way) RickW hi, Yeah it D/C'ed for me too. Also found that when i start/shut down vista it resets the router. Haven't found a solution yet but i'll keep searching. I also think it has something to do with vista sending a signal to the router that causes it to reset. cheers, bb10 ...Show All
Visual Basic Edit properties of controls on other forms
I understand how to change the value of a textbox by making a new form in the code Dim Form2 as New form ... Form2.show() This however does not work for me, i need to edit existing form controls that i make in the designer. So instead of making a new form in the code, i wnat to just edit one i already made. Right now i can only get the code to run when I dim Form1 as new Form I cant dim it as new, then nothing works and i get null erros and such. Any help will be greatly appreciated, I did search the forums and all i found was what i have above and that wont work, atleast i dont believe it will. Dave299 is correct, that is what i want. I understand why i have to dim them ...Show All
Visual Basic Copy data to notepad
I want to copy names of toolstrip items to a notepad file which will be created automatically in drive(c:\), how can i do that By the way, i should be able to read them again by using my program and reput them in the toolstrip. Thx Zooz, According to your demand, I recommend you to use the ToolStripTextBox.Copy method to copy the contents to the clipboard. Dim ToolstripItem as ToolStripTextBox ToolstripItem.Copy ...Show All
.NET Development database MDI application Dataset update question using VB .NET 2003 & SQL Server
Hello, I am a few months into .NET (changing access DB client server - VB6.0 Application). Although update/merge strategy works quite well, I need a notification mechanism that allows a viewing client application to see updates from another user. I am trying the follwong: 1.Polling the database for changes. 2. Look into alternatives. Some seem to point to DB triggers. Could you point me in the right direction Thanks, Nick If you have multiple clients connecting directly to the same database, polling is the only reliable way to go. If the clients are connecting to the database through a server application, that application should provide the update notification to all the client ...Show All
Internet Explorer Development How to get return value from execScript() in IHTMLWindow2?
I was facing problem to get return value from execScript() in IHTMLWindow2. I am able to run the script methods by using this method execScript(), but not able to get the return value. Could you help in solving this problem either in calling the methods in C++ programming or doing changes in my script ...Show All
Visual Studio Express Editions who can help me ?
I have downloaded the Visual Studio C# Express and installed it .But I finded that in the new menu of file there are not any default application types! what can I do now Sorry! it should be that on the file menu and after click New Project the New Project dialog box appears and in it should have some different default application types that Visual C# Express Edition can create. But, in my Visual C# Express Edition ,there are nothing appear in the NewProject dialog box! the "modes" in my question means "different application types" thank you my email :qiang.clq@hotmail.com ...Show All
SQL Server Custom Data Processing Extensions/Custom Data Providers
Hello! I'm trying to understand the limitations that SSRS places on a developing reports involving multiple data sources and how I can possibly create a custom data provider for a report that will consolidate data from multiple data sources.. thanks in advance. Doug. Instead of implementing a data processing extension, you should look at the T-SQL OPENROWSET command http://msdn2.microsoft.com/en-us/library/ms190312.aspx Or linking servers http://msdn2.microsoft.com/en-us/library/ms188279.aspx These give you the ability to consolidate multiple data sources and it is a lot easier than implementing your own data processing extension to do the same. The only caveat is that it requires SQL ...Show All
SQL Server SSAS: Hiding all the measure groups in Perspectives
Having a few problems getting perspectives to work, set up a cube in which there are numerous measures and then numerous calculated measures. The cube design was meant to hide all the measure and just leave the calculated measures in the perspective. If you hide all the measure groups (leaving calculated measures), when you come to browse the cube, using the perspective, you end up seeing all the measures. It only hides the measures if you have at least one measure not hidden. Anyone know how I can stop this happening so I can hide all the measure groups and leave just the calculated ones Cheers Matt Believe some of the measures are meant to be viewable on different perspectives. Current ...Show All
.NET Development How to Identify .NET (CLR) Based Apps?
@Everybody, Hello, -Sorry for asking question like this, but is there any way for us to know whether a specific app using CLR or not (native) Yes, we can review their System Requirements; but as time goes on, many Windows setups will have .NET Framework installed by default (especially Vista), so, more app will not bundle nor states the requirement for .NET anymore. Can Dependency Walker do this -BTW, are MS Office 2007 are .NET apps I thought like that because Accounting Expresss 2007 requires it. Is the same goes for Vista apps binary I tried to run some from RC2 on WinXP SP2, but got error ".... is not a valid Win32 app..." (even Notepad.exe!). -Hope for detailed replies, thanks. Regards, -Musafir_86. ...Show All
